Skip to content

Site Reliability

Henne Vogelsang edited this page May 27, 2020 · 19 revisions

Here is how we ensure that our reference server build.opensuse.org functions reliable

Infrastructure Monitoring

Logging

Application Performance Monitoring

Inside our Ruby on Rails app we make use of influxdb-rails, that sends performance data to an InfluxDB time series database, which we then visualize on a Grafana dashboard, that is reachable at https://obs-measure.opensuse.org

Application Health Monitoring (Telemetry)

Inside our Ruby on Rails app we make use of bunny, that sends telemetry to a RabbitMQ message broker, where a telegraf server agent reads the telemetry, and stores it into a InfluxDB time series database, which we then visualize on a Grafana dashboard, that is reachable at https://obs-measure.opensuse.org

Exception Tracking

Web Analytics

Tracing

Clone this wiki locally