Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
fix(grafana): remove irate from active connection query
Browse files Browse the repository at this point in the history
Removes the irate function from the envoy cluster upstream active
connection query used in the OSM Pod to Service dashboard.

Resolves #4323

Signed-off-by: jaellio <[email protected]>
  • Loading branch information
jaellio committed Nov 2, 2021
1 parent 1515ee4 commit caf0090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/osm/grafana/dashboards/osm-pod.json
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@
"pluginVersion": "7.0.1",
"targets": [
{
"expr": "irate(envoy_cluster_upstream_cx_active{source_pod_name=\"$source_pod\",source_namespace=\"$source_namespace\",envoy_cluster_name!~\"osm-controller|envoy-metrics-cluster|envoy-tracing-cluster|passthrough-outbound\"}[1m])",
"expr": "envoy_cluster_upstream_cx_active{source_pod_name=\"$source_pod\",source_namespace=\"$source_namespace\",envoy_cluster_name!~\"osm-controller|envoy-metrics-cluster|envoy-tracing-cluster|passthrough-outbound\"}",
"legendFormat": "{{envoy_cluster_name}}",
"refId": "A"
}
Expand Down

0 comments on commit caf0090

Please sign in to comment.