grafana Questions
1
Can anyone help me with visualising a prometheus histogram as both a chart and apdex please?
Ignoring any secondary labelling (for now) I'd just like to be able to visualise them as a histogram on...
Schrader asked 8/3, 2018 at 15:32
2
Solved
So we are using Loki/Grafana to collect logs from our Kubernetes cluster, and the tool is great for that. But now that I have cleaned up the logs, I would also like to visualize them!
My logs
Se...
Isomerize asked 31/5, 2022 at 9:50
2
Solved
I would like to add an annotation on all panels (graphs) in the Grafana dashboard.
I could add annotations manually one-by-one on all panels -- but I hope there is a better way how to do it althoug...
Stroganoff asked 17/6, 2020 at 6:46
3
I do have a Prometheus time series with samples like these:
a_metric{band="1", state="A"} 1
a_metric{band="2", state="C"} 1
a_metric{band="1", stat...
Fabled asked 23/8, 2021 at 4:45
1
Solved
I understand that rate(xyz[5m]) * 60 is the rate of xyz per minute, averaged over 5 mins.
How then would $__rate_interval and $__interval be defined,
possibly in the same syntax?
What format is ra...
Gow asked 25/5, 2022 at 5:24
2
I'm trying to set up a monitoring dashboard that contains two graphs. One that shows current hour transaction volumes (in 1 minute intervals from current hour start until now) and one that shows cu...
1
I have a grafana table which shows max, min, avg and std.dev. When I set the color scheme, the color map range is based on whole table values. However, I want the range based on individual columns....
Tot asked 8/3, 2022 at 7:48
2
Solved
I'm usign prometheus with grafana.
I send dynamic counters. The counters are ended with a pattern, for example "_graph".
How can I show in a graph all the metrics which ends with "_graph"?
Gorton asked 14/8, 2019 at 8:31
2
Solved
env:
kubernetes provider: gke
kubernetes version: v1.13.12-gke.25
grafana version: 6.6.2 (official image)
grafana deployment manifest:
apiVersion: apps/v1
kind: Deployment
metadata:
name: graf...
Nearsighted asked 17/3, 2020 at 17:11
2
Solved
I have a counter that I am plotting on Grafana.
rate(processed_work_items_total{job="MainWorker"}[1m])
I am not getting the expected numbers in Grafana.
What I want is the # of Work Ite...
Mayday asked 30/1, 2019 at 18:33
3
Solved
I want to count k8s cluster cpu/memory usage (not k8s pod usage) with prometheus, so that i can show in grafana.
I use sum (container_memory_usage_bytes{id="/"}) to get k8s cluster used memory, an...
Brookite asked 25/2, 2019 at 12:58
2
Solved
I am trying to chart total number of requests each hour with Grafana and Prometheus counters.
So I have a counter which gets incremented at every request http_requests.
I am using increase(http_r...
Wrack asked 30/1, 2020 at 5:59
3
any one knows how to send metrics from airflow to prometheus, I'm not finding much documents about it, I tried the airflow operator metrics on Grafana but it doesnt show any metrics and all it says...
Illsorted asked 30/7, 2020 at 10:8
1
Solved
Let's take this processor as an example: a CPU with 2 cores and 4 threads (2 threads per core).
From what I've read, such a CPU has 2 physical cores but can process 4 threads simultaneously through...
Phip asked 20/4, 2022 at 18:16
2
I would like Prometheus to scrape metrics every hour and display these hourly scrape events in a table in a Grafana dashboard. I have the global scrape interval set to 1h in the prometheus.yml file...
Superaltar asked 26/8, 2019 at 18:47
2
Solved
I have a Spring boot app throwing out open metric stats using micrometer.
For each of my HTTP endpoints, I can see the following metric which I believe tracks the number of requests for the given e...
Dump asked 19/2, 2021 at 17:45
1
Solved
I'd like to create a Grafana variable/filter of all possible values of a label region on the metric instance. The query for listing these value is:
group by (region)(instance)
Unfortunately, when ...
Fosterling asked 14/4, 2022 at 16:26
2
Solved
I have used a variable in grafana which looks like this:
label_values(some_metric, service)
If the metric is not emitted by the data source at the current time the variable values are not availa...
Zonate asked 12/10, 2018 at 10:55
2
Solved
Is it possible in grafana with a prometheus backend to determine the highest value recorded for the lifetime of a data set, and if so, determine the time that the value occurred?
For example, I'm ...
Caster asked 7/5, 2018 at 15:28
2
Solved
I want to get unique values for specific tag of some metric.
For example if I have metric 'metric_name' has tags 'tag_name1' and 'tag_name2':
metric_name{tag_name1='a',tag_name2='b'}
metric_name{t...
Dowry asked 28/11, 2018 at 10:29
3
Solved
I have recently set up Grafana with InfluxDB. I'd like to show a panel that indicates how long it has been since an event took place.
Examples:
Server last reported in: 33 minutes ago
Last user ...
3
Solved
I went through the PromQL docs and found rate little bit confusing. Then I tried one query from Prometheus query dashboard and found below given results
Time Count increase rate(count[1m])
15s 4381...
Thoughtout asked 17/3, 2021 at 14:13
3
Solved
I have below labels in prometheus, how to create wildcard query while templating
something like “query”: “label_values(application_*Count_Total,xyx)” . These values are generated from a Eclipse Mic...
Dismount asked 10/1, 2020 at 15:4
2
I thought this was going to be easy but unfortunately, I was wrong. I just made an AWS-hosted Grafana workspace. I'd like to query an AWS RDS instance for some data.
I am struggling to find out how...
Lover asked 1/11, 2021 at 4:30
2
Solved
We graph fast counters with sum(rate(my_counter_total[1m])) or with sum(irate(my_counter_total[20s])). Where the second one is preferrable if you can always expect changes within the last couple of...
Frankiefrankincense asked 29/7, 2016 at 13:10
© 2022 - 2024 — McMap. All rights reserved.