uses go_memstats_heap_inuse_bytes on the operational dashboard (#3447)

pull/3454/head
Owen Diehl 4 years ago committed by GitHub
parent 4f27c758df
commit 2d079340c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      production/loki-mixin/dashboards/dashboard-loki-operational.json

@ -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}}",
@ -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}}",
@ -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}}",

Loading…
Cancel
Save