Open DJAndries opened 1 year ago
Similar to the one we have here: https://github.com/brave/constellation-processors/blob/b7b17dfddb0c8c6fbbfc754e74058fdc0f2d884d/src/prometheus.rs#L51-L54
Create custom alert in Prometheus for when response times become too high.
@evq pointed out we already have a grafana dashboard for this using api_requests_total and request_duration_seconds_bucket metric names.
api_requests_total
request_duration_seconds_bucket
Similar to the one we have here: https://github.com/brave/constellation-processors/blob/b7b17dfddb0c8c6fbbfc754e74058fdc0f2d884d/src/prometheus.rs#L51-L54
Create custom alert in Prometheus for when response times become too high.