Skip to content

Commit

Permalink
Changing descriptions to few of the grafana dashboard
Browse files Browse the repository at this point in the history
Signed-off-by: Raj Babu Das <[email protected]>
  • Loading branch information
imrajdas committed Aug 25, 2020
1 parent 8c8c662 commit bb9b2fc
Showing 1 changed file with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2350,7 +2350,7 @@ data:
"dashLength": 10,
"dashes": false,
"datasource": "prometheus-meta",
"description": "This dashboard indicates how many time series each instance holds",
"description": "This graph indicates how many time series each instance holds",
"editable": true,
"error": false,
"fill": 1,
Expand Down Expand Up @@ -2441,7 +2441,7 @@ data:
"dashLength": 10,
"dashes": false,
"datasource": "prometheus-meta",
"description": "This dashboard shows the total number of active appender transactions",
"description": "This graph shows the total number of active appender transactions",
"editable": true,
"error": false,
"fill": 1,
Expand Down Expand Up @@ -2529,7 +2529,7 @@ data:
"dashLength": 10,
"dashes": false,
"datasource": "prometheus-meta",
"description": "This dashboard shows the sample ingested per second",
"description": "This graph shows the sample ingested per second",
"editable": true,
"error": false,
"fill": 1,
Expand Down Expand Up @@ -2621,7 +2621,7 @@ data:
"dashLength": 10,
"dashes": false,
"datasource": "prometheus-meta",
"description": "Chunks are the collection of series of samples. The active series is known as the head chunk. Total of 120 samples are present in a chunk. This dashboard shows the total head chunks",
"description": "Chunks are the collection of series of samples. The active series is known as the head chunk. Total of 120 samples are present in a chunk. This graph shows the total head chunks",
"editable": true,
"error": false,
"fill": 0,
Expand Down Expand Up @@ -2717,7 +2717,7 @@ data:
"dashLength": 10,
"dashes": false,
"datasource": "prometheus-meta",
"description": "This dashboard shows chunks created per second",
"description": "This graph shows chunks created per second",
"editable": true,
"error": false,
"fill": 1,
Expand Down Expand Up @@ -2809,7 +2809,7 @@ data:
"dashLength": 10,
"dashes": false,
"datasource": "prometheus-meta",
"description": "Head chunk is converted to chunk when it is filled with 120 samples. This dashboard shows the total number of head chunks created",
"description": "Head chunk is converted to chunk when it is filled with 120 samples. This graph shows the total number of head chunks created",
"editable": true,
"error": false,
"fill": 1,
Expand Down Expand Up @@ -2903,7 +2903,7 @@ data:
"dashLength": 10,
"dashes": false,
"datasource": "prometheus-meta",
"description": "This dashboard shows two metrics\n- prometheus_tsdb_head_min_time: Minimum timestamp of the head block\n- prometheus_tsdb_head_max_time: Maximum timestamp of the head block\n",
"description": "Plots of minimum and maximum timestamp of the head block in reference to current time",
"editable": true,
"error": false,
"fill": 0,
Expand Down Expand Up @@ -3299,7 +3299,7 @@ data:
"dashLength": 10,
"dashes": false,
"datasource": "prometheus-meta",
"description": "This dashboard shows the total number of times the database reloaded block data from disk",
"description": "This graph shows the total number of times the database reloaded block data from disk",
"editable": true,
"error": false,
"fill": 1,
Expand Down Expand Up @@ -3393,7 +3393,7 @@ data:
"dashLength": 10,
"dashes": false,
"datasource": "prometheus-meta",
"description": "This dashboard shows the following metrics.\n- Total WAL corruptions\n- Total TSDB reload failures\n- Head series not found\n- Total Compactions failures\n- Total retentions cutoffs failures",
"description": "This graph shows various tsdb related checks",
"editable": true,
"error": false,
"fill": 1,
Expand Down Expand Up @@ -3712,7 +3712,7 @@ data:
"dashLength": 10,
"dashes": false,
"datasource": "prometheus-meta",
"description": "WAL is used to get the backup when the prometheus server crashes. WAL stores the last 2hrs of data in memory. After that it has to truncate the data. So, this dashboard shows the latency of truncation",
"description": "WAL is used to get the backup when the prometheus server crashes. WAL stores the last 2hrs of data in memory. After that it has to truncate the data. So, this graph shows the latency of truncation",
"editable": true,
"error": false,
"fill": 1,
Expand Down Expand Up @@ -5321,7 +5321,7 @@ data:
"bars": false,
"dashLength": 10,
"dashes": false,
"description": "This dashboard shows the highest and lowest TSDB watermarks. The highest watermark represents the latest appender and the lowest watermark represents the oldest appender",
"description": "This graph shows the highest and lowest TSDB watermarks. The highest watermark represents the latest appender and the lowest watermark represents the oldest appender",
"fill": 0,
"fillGradient": 0,
"gridPos": {
Expand Down Expand Up @@ -5413,7 +5413,7 @@ data:
"bars": false,
"dashLength": 10,
"dashes": false,
"description": "This dashboard the difference of highest and lowest of TSDB watermark and also shows the size of isolation linked-chain",
"description": "This graph the difference of highest and lowest of TSDB watermark and also shows the size of isolation linked-chain",
"fill": 0,
"fillGradient": 0,
"gridPos": {
Expand Down

0 comments on commit bb9b2fc

Please sign in to comment.