Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Done
-
None
-
None
Description
We need to set up Sentry to catch errors occurring in Burza, without relying on the logs. I suggest setting it up on the same machine, mcs-perftest-monitoring. We will need access to the web interface from the internet.
Attachments
Issue Links
- blocks
-
MCOL-5840 Support Sentry in burza
-
- Closed
-
Sentry is installed on `mcs-perftest-monitoring`
(access to the machine ` gcloud compute ssh --tunnel-through-iap --project columnstore-test --zone europe-west3-a mcs-perftest-monitoring`)
access:
http://10.156.0.4:9000 (from GCP machines)
http://34.107.43.53:9000
list pf allowed IP: 151.80.21.219, 35.193.213.184, 51.255.85.11, 116.202.194.94, 116.202.197.17, 116.202.197.12, 116.202.194.77, 116.202.197.3, 116.202.223.174, 35.202.218.246
UI:
https://sentry.mariadb.net/
IT ticket
https://mariadbcorp.atlassian.net/servicedesk/customer/portal/1/IT-15924
to make it work (in case of crash and re-install):
edit sentry/sentry.conf.py, add:
CSRF_TRUSTED_ORIGINS = ["https://sentry.mariadb.net", "http://127.0.0.1:9000"]
edit sentry/config.yml
system.internal-url-prefix: 'http://10.156.0.4:9000'
restart ` cd ~/self-hosted;docker compose restart`