diff --git a/kong/assets/dashboards/kong_dashboard.json b/kong/assets/dashboards/kong_dashboard.json deleted file mode 100644 index 6123bdc1a5e6f..0000000000000 --- a/kong/assets/dashboards/kong_dashboard.json +++ /dev/null @@ -1,84 +0,0 @@ -{ - "title": "Kong - Metrics", - "description": "An overview of your Kong metrics", - "layout_type": "ordered", - "template_variables": [ - { - "default": "*", - "prefix": null, - "name": "scope" - } - ], - "widgets": [ - { - "definition": { - "requests": [ - { - "q": "sum:kong.connections_active{$scope} by {host}" - } - ], - "type": "timeseries", - "title": "Active client connections" - } - }, - { - "definition": { - "requests": [ - { - "q": "sum:kong.connections_waiting{$scope} by {host}" - } - ], - "type": "timeseries", - "title": "Idle client connections" - } - }, - { - "definition": { - "requests": [ - { - "q": "per_minute(sum:kong.total_requests{$scope} by {host})" - } - ], - "type": "timeseries", - "title": "Total requests rate" - } - }, - { - "definition": { - "requests": [ - { - "q": "per_minute(sum:kong.connections_handled{$scope} by {host})" - }, - { - "q": "per_minute(sum:kong.connections_accepted{$scope} by {host})" - } - ], - "type": "timeseries", - "title": "Rate of accepted and handled connections" - } - }, - { - "definition": { - "requests": [ - { - "q": "sum:kong.table.count{$scope} by {host}" - } - ], - "type": "timeseries", - "title": "Number of tables" - } - }, - { - "definition": { - "requests": [ - { - "q": "sum:kong.table.items{$scope} by {table}", - "display_type": "bars" - } - ], - "type": "timeseries", - "title": "Items per table" - } - } - ] -} diff --git a/kong/manifest.json b/kong/manifest.json index 98f21dfea47f5..e0bfea321bdb1 100644 --- a/kong/manifest.json +++ b/kong/manifest.json @@ -50,8 +50,7 @@ }, "dashboards": { "Kong Overview OpenMetrics": "assets/dashboards/kong_overview_openmetrics.json", - "Kong Overview": "assets/dashboards/kong_overview.json", - "kong": "assets/dashboards/kong_dashboard.json" + "Kong Overview": "assets/dashboards/kong_overview.json" }, "saved_views": { "4xx_errors": "assets/saved_views/4xx_errors.json",