Skip to content

Commit

Permalink
uses go_memstats_heap_inuse_bytes on the operational dashboard (#3447)
Browse files Browse the repository at this point in the history
  • Loading branch information
owen-d authored Mar 8, 2021
1 parent 4f27c75 commit 2d07934
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2023,7 +2023,7 @@
"steppedLine": false,
"targets": [
{
"expr": "container_memory_usage_bytes{cluster=\"$cluster\", namespace=\"$namespace\", pod=~\"distributor.*\"}",
"expr": "go_memstats_heap_inuse_bytes{cluster=\"$cluster\", namespace=\"$namespace\", pod=~\"distributor.*\"}",
"instant": false,
"intervalFactor": 3,
"legendFormat": "{{pod}}",
Expand Down Expand Up @@ -2687,7 +2687,7 @@
"steppedLine": false,
"targets": [
{
"expr": "container_memory_usage_bytes{cluster=\"$cluster\", namespace=\"$namespace\", pod=~\"ingester.*\"}",
"expr": "go_memstats_heap_inuse_bytes{cluster=\"$cluster\", namespace=\"$namespace\", pod=~\"ingester.*\"}",
"instant": false,
"intervalFactor": 3,
"legendFormat": "{{pod}}",
Expand Down Expand Up @@ -3633,7 +3633,7 @@
"steppedLine": false,
"targets": [
{
"expr": "container_memory_usage_bytes{cluster=\"$cluster\", namespace=\"$namespace\", pod=~\"querier.*\"}",
"expr": "go_memstats_heap_inuse_bytes{cluster=\"$cluster\", namespace=\"$namespace\", pod=~\"querier.*\"}",
"instant": false,
"intervalFactor": 3,
"legendFormat": "{{pod}}",
Expand Down

0 comments on commit 2d07934

Please sign in to comment.