Browse Source

Update query for "Rule Eval Duration" (#6294)

This query was changed to use seconds in https://github.com/prometheus/prometheus/commit/f69e668fc468dfa2feb13603237810b8d748d87e
Paul Traylor 9 năm trước cách đây
mục cha
commit
a45a487ad3

+ 1 - 1
public/app/plugins/datasource/prometheus/dashboards/prometheus_stats.json

@@ -478,7 +478,7 @@
           "steppedLine": false,
           "steppedLine": false,
           "targets": [
           "targets": [
             {
             {
-              "expr": "prometheus_evaluator_duration_milliseconds{quantile!=\"0.01\", quantile!=\"0.05\"}",
+              "expr": "prometheus_evaluator_duration_seconds{quantile!=\"0.01\", quantile!=\"0.05\"}",
               "interval": "",
               "interval": "",
               "intervalFactor": 2,
               "intervalFactor": 2,
               "legendFormat": "{{quantile}}",
               "legendFormat": "{{quantile}}",