diff --git a/docker/telemetry/grafana/dashboards/transaction-overview.json b/docker/telemetry/grafana/dashboards/transaction-overview.json index fc18d31c77..3c075ca6db 100644 --- a/docker/telemetry/grafana/dashboards/transaction-overview.json +++ b/docker/telemetry/grafana/dashboards/transaction-overview.json @@ -561,7 +561,8 @@ "text": "All", "value": "$__all" }, - "sort": 1 + "sort": 1, + "label": "TX Type" }, { "name": "ter_result", @@ -578,7 +579,8 @@ "text": "All", "value": "$__all" }, - "sort": 1 + "sort": 1, + "label": "Result Code" }, { "name": "txq_status", @@ -595,7 +597,8 @@ "text": "All", "value": "$__all" }, - "sort": 1 + "sort": 1, + "label": "Queue Status" } ] },