Skip to content

Commit

Permalink
Update compiled mixin
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>
  • Loading branch information
dimitarvdimitrov committed May 23, 2024
1 parent 244067f commit d3e1486
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38584,7 +38584,7 @@ data:
"dashLength": 10,
"dashes": false,
"datasource": "$datasource",
"description": "### In-memory series\nThe number of series not yet flushed to object storage that are held in ingester memory.\nSeries are deduplicated according to the replication strategy.\n\n",
"description": "### In-memory series\nThe number of series not yet flushed to object storage that are held in ingester memory.\nWith classic storage we the sum of series from all ingesters is divided by the replication factor.\nWith ingest storage we take the maximum series of each ingest partition.\n\n",
"fill": 1,
"format": "short",
"id": 4,
Expand Down Expand Up @@ -38660,7 +38660,7 @@ data:
"dashLength": 10,
"dashes": false,
"datasource": "$datasource",
"description": "### Exemplars in ingesters\nNumber of TSDB exemplars currently in ingesters' storage. Series are deduplicated according to the replication strategy.\n\n",
"description": "### Exemplars in ingesters\nNumber of TSDB exemplars currently in ingesters' storage.\nWith classic storage we the sum of exemplars from all ingesters is divided by the replication factor.\nWith ingest storage we take the maximum exemplars of each ingest partition.\n\n",
"fill": 1,
"format": "short",
"id": 5,
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions operations/mimir-mixin-compiled/dashboards/mimir-writes.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d3e1486

Please sign in to comment.