Skip to content

Commit

Permalink
[infra] refactor: set interval to 2min for 95th percentile of Request…
Browse files Browse the repository at this point in the history
… Time
  • Loading branch information
GresilleSiffle committed Dec 12, 2023
1 parent 8c2f42d commit e4fc622
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ groups:
type: loki
uid: {{grafana.datasource_loki_uid}}
editorMode: code
expr: quantile_over_time(0.95,{filename="/var/log/nginx/json_access.log", host="localhost"} | json | unwrap request_time | __error__="" | http_host!="grafana.staging.tournesol.app" [30s]) by (host)
expr: quantile_over_time(0.95,{filename="/var/log/nginx/json_access.log", host="localhost"} | json | unwrap request_time | __error__="" | http_host!="grafana.staging.tournesol.app" [120s]) by (host)
intervalMs: 30000
legendFormat: 95th percentile
maxDataPoints: 43200
Expand Down

0 comments on commit e4fc622

Please sign in to comment.