unable to view all the labels from metrics in grafana #3412
Unanswered
mdvaliyullah
asked this question in
Help and support
Replies: 1 comment
-
Can you give an example of the output you see and what you expected?
Mimir is not designed to share a directory like this, can you try giving each container a separate volume and report if anything changes? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
unable to view all the labels from metrics in grafana. After re-starting mimir it shows all the labels from the same metrics.
play-grafana-mimir-mimir-1-1 | level=info ts=2022-11-08T11:05:42.460052587Z caller=handler.go:225 user=fake msg="query stats" component=query-frontend method=POST path=/prometheus/api/v1/query_range response_time=4.966792ms query_wall_time_seconds=0.002526542 fetched_series_count=5 fetched_chunk_bytes=631 fetched_chunks_count=5 sharded_queries=0 split_queries=1 param_step=60 param_end=1667905500 param_query="metric_name{Host="abc"}" param_start=1667905200
play-grafana-mimir-mimir-2-1 | level=info ts=2022-11-08T11:05:57.376894052Z caller=handler.go:225 user=fake msg="query stats" component=query-frontend method=POST path=/prometheus/api/v1/query_range response_time=5.398875ms query_wall_time_seconds=0.003711333 fetched_series_count=6 fetched_chunk_bytes=756 fetched_chunks_count=6 sharded_queries=0 split_queries=1 param_step=60 param_end=1667905500 param_query="metric_name{Host="abc"}" param_start=1667905200
Beta Was this translation helpful? Give feedback.
All reactions