Skip to content

Commit

Permalink
Fixed typo in Compact GC series dashboard. (#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladvasiliu authored and bwplotka committed Feb 14, 2019
1 parent 1b6f6da commit ee214c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/grafana/thanos-compact.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"refId": "A"
},
{
"expr": "sum(rate(thanos_compact_garbage_collections_total{$labelselector=\"$labelvalue\",kubernetes_namespace=~\"$namespace\"}[$interval])) by (kubernetes_namespace)",
"expr": "sum(rate(thanos_compact_garbage_collection_total{$labelselector=\"$labelvalue\",kubernetes_namespace=~\"$namespace\"}[$interval])) by (kubernetes_namespace)",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "gc ops {{kubernetes_namespace}}",
Expand Down Expand Up @@ -853,4 +853,4 @@
"title": "Thanos Compaction",
"uid": "s48S7j4ik",
"version": 3
}
}

0 comments on commit ee214c3

Please sign in to comment.