1
0
Fork 0
mirror of https://github.com/monitoring-mixins/website.git synced 2024-12-14 11:37:31 +00:00

assets,site/content: daily assets regeneration

This commit is contained in:
github-actions[bot] 2023-06-18 03:23:39 +00:00
parent 6c98b7aada
commit 6cd72ded3a
2 changed files with 7 additions and 7 deletions

View file

@ -19,7 +19,7 @@
"dashLength": 10,
"dashes": false,
"datasource": "$datasource",
"description": "Shows rate of execution for compactions against blocks that are stored in the bucket by compaction group.",
"description": "Shows rate of execution for compactions against blocks that are stored in the bucket by compaction resolution.",
"fill": 10,
"id": 1,
"legend": {
@ -46,10 +46,10 @@
"steppedLine": false,
"targets": [
{
"expr": "sum by (job, group) (rate(thanos_compact_group_compactions_total{job=~\"$job\"}[$__rate_interval]))",
"expr": "sum by (job, resolution) (rate(thanos_compact_group_compactions_total{job=~\"$job\"}[$__rate_interval]))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "compaction {{job}} {{group}}",
"legendFormat": "compaction {{job}} {{resolution}}",
"legendLink": null,
"step": 10
}
@ -186,7 +186,7 @@
"dashLength": 10,
"dashes": false,
"datasource": "$datasource",
"description": "Shows rate of execution for downsampling against blocks that are stored in the bucket by compaction group.",
"description": "Shows rate of execution for downsampling against blocks that are stored in the bucket by compaction resolution.",
"fill": 10,
"id": 3,
"legend": {
@ -213,10 +213,10 @@
"steppedLine": false,
"targets": [
{
"expr": "sum by (job, group) (rate(thanos_compact_downsample_total{job=~\"$job\"}[$__rate_interval]))",
"expr": "sum by (job, resolution) (rate(thanos_compact_downsample_total{job=~\"$job\"}[$__rate_interval]))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "downsample {{job}} {{group}}",
"legendFormat": "downsample {{job}} {{resolution}}",
"legendLink": null,
"step": 10
}

View file

@ -1928,7 +1928,7 @@
"dashLength": 10,
"dashes": false,
"datasource": "$datasource",
"description": "Shows rate of execution for compactions against blocks that are stored in the bucket by compaction group.",
"description": "Shows rate of execution for compactions against blocks that are stored in the bucket.",
"fill": 10,
"id": 19,
"legend": {