From 6eeba08bd0a18e4094b8a1bed59eb322307bcb27 Mon Sep 17 00:00:00 2001 From: voorepreethi Date: Tue, 10 Dec 2024 22:10:24 +0530 Subject: [PATCH] ci: updated fb dashboard --- entity-types/ext-fluentbit/dashboard.json | 35 +++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/entity-types/ext-fluentbit/dashboard.json b/entity-types/ext-fluentbit/dashboard.json index dbbd795a5f..2747cadf34 100644 --- a/entity-types/ext-fluentbit/dashboard.json +++ b/entity-types/ext-fluentbit/dashboard.json @@ -95,6 +95,41 @@ "rawConfiguration": { "text": "# INPUTS" } + }, + { + "title": "Input byte rate (bytes/minute)", + "layout": { + "column": 1, + "row": 8, + "width": 4, + "height": 3 + }, + "visualization": { + "id": "viz.line" + }, + "rawConfiguration": { + "facet": { + "showOtherSeries": false + }, + "legend": { + "enabled": true + }, + "nrqlQueries": [ + { + "accountId": 0, + "query": "SELECT rate(sum(fluentbit_input_bytes_total), 1 minute) as 'bytes/minute' FROM Metric where name != 'fb-metrics-collector' and cluster_name IN ({{cluster_name}}) timeseries max facet name, pod_name" + } + ], + "platformOptions": { + "ignoreTimeRange": false + }, + "yAxisLeft": { + "zero": true + }, + "yAxisRight": { + "zero": true + } + } } ] }