Skip to content

Commit

Permalink
examples: regenerate to fix CI
Browse files Browse the repository at this point in the history
This addresses the comment in:
#120 (comment).

Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
  • Loading branch information
squat committed Sep 22, 2023
1 parent e61c341 commit defcbe9
Showing 1 changed file with 9 additions and 18 deletions.
27 changes: 9 additions & 18 deletions examples/dashboards/receive-controller.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "rate",
"legendLink": null,
"step": 10
"legendLink": null
}
],
"thresholds": [ ],
Expand Down Expand Up @@ -125,8 +124,7 @@
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{type}}",
"legendLink": null,
"step": 10
"legendLink": null
}
],
"thresholds": [ ],
Expand Down Expand Up @@ -213,8 +211,7 @@
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "rate",
"legendLink": null,
"step": 10
"legendLink": null
}
],
"thresholds": [ ],
Expand Down Expand Up @@ -289,8 +286,7 @@
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{type}}",
"legendLink": null,
"step": 10
"legendLink": null
}
],
"thresholds": [ ],
Expand Down Expand Up @@ -377,8 +373,7 @@
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "all",
"legendLink": null,
"step": 10
"legendLink": null
}
],
"thresholds": [ ],
Expand Down Expand Up @@ -543,16 +538,14 @@
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "receive controller {{name}}",
"legendLink": null,
"step": 10
"legendLink": null
},
{
"expr": "avg by (namespace, job, name) (thanos_receive_hashring_nodes{job=~\"thanos-receive-default.*\"})",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "receive {{name}}",
"legendLink": null,
"step": 10
"legendLink": null
}
],
"thresholds": [ ],
Expand Down Expand Up @@ -627,16 +620,14 @@
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "receive controller {{name}}",
"legendLink": null,
"step": 10
"legendLink": null
},
{
"expr": "avg by (namespace, job, name) (thanos_receive_hashring_tenants{job=~\"thanos-receive-default.*\"})",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "receive {{name}}",
"legendLink": null,
"step": 10
"legendLink": null
}
],
"thresholds": [ ],
Expand Down

0 comments on commit defcbe9

Please sign in to comment.