grafana Questions

1

I am new to prometheus metrics. I am exposing my application's all endpoints (application Rest endpoint as well as the 3rd party APIs endpoints which my application is using). As expected, I am get...

4

I really like the capabilities of Grafana for graphing metrics over time and showing a nice dashboard. I'd like to use it to track CPU, Mem, etc throughout my deployment environment. I'd also like ...
Ketose asked 13/1, 2015 at 15:42

3

Solved

I have a metadata metric in Prometheus that looks like this # HELP metadata Process metadata # TYPE metadata counter metadata{hostname="server-a",key="version",value="v1.1....
Olympian asked 14/4, 2022 at 10:37

2

Solved

In Grafana I want to plot in how long my APIs are taking to return response. So what I did was create a dashboard, then panel, and there I added these prometheus queries: http_server_requests_seco...
Progressist asked 20/4, 2023 at 17:35

1

I have a Prometheus metric like this: lines_added{project="xx",user="xx"} The project label and user label are integer ids, not good for legend on graph. I have another variabl...
Metabolic asked 17/7, 2019 at 6:56

1

Example I am getting a series for a metric with a label called store which contains the storeId. Now I would like to add another label storeName and fill it with external information (API-call/CSV/...
Malocclusion asked 14/8, 2018 at 7:43

4

I need to get CPU and Memory usage in kubernetes pods with prometheus queries. Can someone plz help?
Ribose asked 13/3, 2019 at 13:57

4

Solved

I want to count number of unique label values. Kind of like select count (distinct a) from hello_info For example if my metric 'hello_info' has labels a and b. I want to count number of unique ...
Garden asked 16/8, 2018 at 17:6

9

Solved

I'm making a Grafana dashboard and want a panel that reports the latest version of our app. The version is reported as a label in the app_version_updated (say) metric like so: app_version_updated{i...
Dunkle asked 22/7, 2016 at 11:58

2

Solved

One of the columns has a number displayed as 1.0123121273324e+24 on Grafana dashboard - Table visualization. How do I make it display as is with no e+24 and no decimal? I tried override function an...
Menam asked 6/7, 2021 at 22:14

3

Solved

I'm using docker-compose to create a Docker network of containers with InfluxDB, a python script and Grafana to harvest and visualize response codes, query times & other stats of different webs...
Fda asked 2/7, 2021 at 15:19

1

Getting Alerts in slack from Grafana. But it's not in a good format. Is there any way to customize the notification in slack from Grafana?. I am using Node exporter to export the metrics. The dashb...

1

I am trying to follow up on this question that has a great explanation about counter/rate/increase work in prometheus/grafana ... but I still cannot reconcile it with my observations :/ Here is a p...
Unemployment asked 28/2, 2023 at 19:38

4

Solved

I use grafana to plot timeseries data. In a timeseries plot i want to add a constant line which comes from a monitoring level. The value of that level is dynamic (from a postgres database) the time...
Torgerson asked 15/7, 2021 at 11:48

4

Connecting to postgresql-11.5.1 from grafana is not working. I installed postgres on my local and created a grafana and trying to connect, but i get the usual error: dial tcp 127.0.0.1:5432: conn...
Agrestic asked 7/9, 2019 at 13:4

2

I was trying to import dashboard using exported json file from one server to another server of grafana, but getting bellow error; {"message":"Dashboard not found","status&q...
Exoteric asked 19/6, 2018 at 12:11

4

Solved

I have several dashboards in the Grafana, when I log in to the Grafana, I encounter with the Dashboard Not Found error. I want to set one of the Grafana dashboards as the home page (default page) ...
Hultin asked 9/1, 2018 at 9:14

3

Solved

I am trying to publish number of events my App is processing. This is the code I have at the receiving end: public void process(List<String> batch) { logger.info ("Processing batch of size ...
Propylene asked 12/3, 2020 at 9:59

1

Background We're using Grafana alerts. During weekends and holidays, some of our metrics are lower and that's actually ok. But only during those days. Problem During weekends and holidays we rec...
Selfcontradiction asked 8/1, 2017 at 15:34

4

Solved

I need to monitor very different log files for errors, success status etc. And I need to grab corresponding metrics using Prometheus and show in Grafana + set some alerting on it. Prometheus + Graf...
Hiers asked 15/12, 2016 at 9:40

2

I freshly installed Grafana and I cannot login at http://localhost:3000/login All documentation shows that the default user/password should be admin/admin but I'm locked out. If I go to check into...

2

I want to create a Grafana 'singlestat' Panel that shows the Uptime or SLA 'percentage', based on the presence or absence of test failure metrics. I already have the appropriate metric, e2e_tests_...
Viand asked 10/5, 2018 at 13:23

2

Is it possible to import a dashboard when building my docker image for Grafana. My docker-compose.yml currently looks like this: # /docker-compose.yml version: "3" services: grafana: im...
Denham asked 21/8, 2020 at 7:33

5

Solved

As the Grafana Dashboard comes with Default black back ground color. It is possible to change the color to some other color of user choice?
Claymore asked 6/12, 2016 at 22:24

2

Solved

I tried to obtains these measurements from prometheus: increase(http_server_requests_seconds_count{uri="myURI"}[10s]) increase(http_server_requests_seconds_count{uri="myURI"}[3...
Weirick asked 24/1, 2022 at 14:52

© 2022 - 2024 — McMap. All rights reserved.