diff --git a/grafana/dashboards/deployment.json b/grafana/dashboards/deployment.json index 55cb05b78..53384b0aa 100644 --- a/grafana/dashboards/deployment.json +++ b/grafana/dashboards/deployment.json @@ -706,10 +706,10 @@ "steppedLine": false, "targets": [ { - "expr": "tcp_close_total{namespace=\"$namespace\", deployment=\"$deployment\", direction=\"inbound\",classification=\"failure\"}", + "expr": "tcp_close_total{namespace=\"$namespace\", deployment=\"$deployment\", direction=\"inbound\",errno!=\"\"}", "format": "time_series", "intervalFactor": 1, - "legendFormat": "{{peer}} {{classification}}", + "legendFormat": "{{peer}} {{errno}}", "refId": "A" } ], @@ -1571,10 +1571,10 @@ "steppedLine": false, "targets": [ { - "expr": "tcp_close_total{namespace=\"$namespace\", deployment=\"$deployment\", direction=\"outbound\",classification=\"failure\"}", + "expr": "tcp_close_total{namespace=\"$namespace\", deployment=\"$deployment\", direction=\"outbound\",errno!=\"\"}", "format": "time_series", "intervalFactor": 1, - "legendFormat": "{{peer}} {{classification}}", + "legendFormat": "{{peer}} {{errno}}", "refId": "A" } ], diff --git a/grafana/dashboards/health.json b/grafana/dashboards/health.json index d7bf2cf59..2cf904cb0 100644 --- a/grafana/dashboards/health.json +++ b/grafana/dashboards/health.json @@ -694,9 +694,10 @@ "steppedLine": false, "targets": [ { - "expr": "tcp_close_total{deployment=\"$deployment\", namespace=\"$namespace\", direction=\"inbound\",classification=\"failure\"}", + "expr": "tcp_close_total{deployment=\"$deployment\", namespace=\"$namespace\", direction=\"inbound\",errno!=\"\"}", "format": "time_series", "intervalFactor": 1, + "legendFormat": "{{peer}} {{errno}}", "refId": "A" } ],