grafana Questions

2

Solved

Is there a way to round a decimal value in grafana? round() and ceil() functions gets an "instant-vector", not a numeric value, and for example, adding a query like ceil(1/15) will return 0.
Felipe asked 1/6, 2018 at 0:10

2

Solved

I have no clue what the option "instant" means in Grafana when creating graph with Prometheus. Any ideas?
Aver asked 7/8, 2018 at 13:30

3

I have multiple Prometheus instances providing the same metric, such as: my_metric{app="foo", state="active", instance="server-1"} 20 my_metric{app="foo", state="inactive", instance="server-1"} 30...
Caffey asked 7/11, 2018 at 16:14

3

Solved

I have a InfluxDB dataseries. It stores one information about mulitple machines. I distingsh between these machines with a tag. I can display the information for all three machines at once using a ...
Trajan asked 22/2, 2017 at 17:4

2

I have set up Prometheus monitoring and I'm generating an 'uptime' report based on a criteria such as: 'error rates < x%'. The corresponding PromQL is ( sum(increase(errors[5m])) / sum(incr...
Vidicon asked 30/11, 2018 at 14:38

1

I'm trying to write a query that will return the following information: for metric m1 (of type counter) - return the sum of values, grouped by (p1,p2) in a sliding window of 1h. I think the base sh...
Churchyard asked 14/12, 2021 at 14:18

2

Solved

I just want to represent the CPU metrics of a POD as below I am able to represent the CPU requests and limits in terms of CPU cores which are directly available through prometheus scrape metrics...
Mimosaceous asked 9/5, 2020 at 8:12

1

I need to plot latency graph on prometheus by the histogram time-series, but I've been unsuccessful to display a histogram in grafana. What I expect is to be able to show: Y-axis is latency, x-axis...
Carping asked 30/10, 2020 at 14:28

2

Solved

I'm trying to create a graph of total POST requests per minute in a graph, but there's this "ramp up" pattern that leads me to believe that I'm not getting the actual total of requests per minute, ...
Lorsung asked 1/11, 2019 at 20:42

3

Solved

I want to display pod details in the following format using promql/Prometheus. Furthermore, I want to display CPU and memory utilization of application/component in below format using promql prom...
Gamut asked 10/8, 2020 at 20:2

2

I have a Prometheus metric called device_number. What I want is to show the difference in value between now and one day/week/month etc ago. Which means subtracting two values with two different tim...
Groscr asked 15/5, 2019 at 11:19

2

Solved

I am trying to create a table/chart in Grafana showing the total number of unique users who have logged in to a given application over a given time range (e.g. last 24 hours). I have a metric, app_...
Clabo asked 27/1, 2020 at 17:16

2

We have a situation where we need to select the multiple values (instances/servers) from grafana variable field, and multiple values needs to passed to the Prometheus query using some regex, so tha...
Nicolella asked 3/12, 2019 at 13:30

2

Solved

I have a Grafana dashboard panel configured to render the results of a Prometheus query. There are a large number of series returned by the query, with the legend displayed to the right. If the use...
Carman asked 16/10, 2020 at 19:41

2

I am trying to log my application into grafana/loki/promtail using the same docker compose ,and I get the following error when connecting to loki : localhost:3100 -> 404 page not found and when ...
Gastrula asked 25/1, 2022 at 19:23

2

Solved

I have configured grafana dashboard to monitor promethus metrics for some of the spring boot services. I have a single panel and a prom query for every service on it. Now I want to add alerts for e...
Inelegance asked 4/8, 2020 at 11:17

11

I currently have InfluxDB feeding dashboards in Grafana. I will eventually be deploying this stack on a server. However, the default port for Grafana is 80. I must change this port, but I don't k...
Schoen asked 3/2, 2015 at 16:32

0

I am building a dashboard which shows values with definied time slots, like yesterday or last week. The user should not be able to change the time range, so I disabled the time-picker. The problem ...
Marquismarquisate asked 9/2, 2022 at 18:11

2

Solved

a small question regarding dashboards and graphs in Grafana please. How to import/copy just ONE graph of a big Dashboard A to a Dashboard B? By that, I mean I do not want to import the entire dashb...
Arbuthnot asked 25/12, 2020 at 1:36

2

Solved

I have a grafana docker image which have hawkular-datasource pre-configured using configuration files. After after running grafana instance, I have a json given by teammate, which can be imported...
Farahfarand asked 21/2, 2019 at 18:16

3

Solved

There's an article "Tracking Every Release" which tells about displaying a vertical line on graphs for every code deployment. They are using Graphite. I would like to do something similar with Prom...
Eisler asked 18/5, 2018 at 16:28

2

Solved

I am using Grafana on docker. I can connect to the main UI. However I have some problems to establish a connection to a backend and that's why I would like to look at the logs. According to the Do...
Tracitracie asked 22/5, 2018 at 13:14

1

Solved

I am working on a Loki-based Dashboard on Grafana. I have one panel for searching text in the Loki trace logs, the current query is like: {job="abc-service"} |~ "searchTrace" |j...
Semifluid asked 7/1, 2022 at 4:6

2

Solved

I'm trying a simplified example of using Kafka and the Kafka Exporter with Grafana. I have a docker-compose.yml similar to the following: version: '2' networks: app-tier: driver: bridge service...
Anticlimax asked 5/1, 2022 at 1:40

3

I want to have many rows on the same dashboard which are very similar, so row duplication would prove very handy. However from what i can see it's only possible to duplicate a panel. So is it po...
Daggna asked 7/6, 2015 at 11:19

© 2022 - 2024 — McMap. All rights reserved.