grafana Questions
7
Solved
Hello I have an app in Spring Boot and I am exposing some metrics on Prometheus. My next goal is to provide these metrics on Grafana in order to obtain some beautiful dashboards. I am using docker ...
Scag asked 11/10, 2022 at 14:6
1
Solved
We have different type of logs for one and the same application. Some are coming from our application which logs in a JSON format and others are different types of log messages.
For example these 3...
Hercules asked 30/3, 2022 at 10:1
6
In Prometheus I'm trying to merge multiple http request lines into groups using label_replace.
http_requests_total{account_id="124",handler="AAAAAController"...}
http_requests_total{account_id="12...
Explication asked 7/6, 2019 at 18:16
3
I am using Grafana and Loki to analyze logs from my application, and have used the Bar Gauge in a few places already.
This is my query:
sum(count_over_time({namespace=~"$namespace", job=~...
Lamothe asked 8/11, 2021 at 16:52
7
Solved
Despite these settings, Grafana still requires the use of a password to view Dashboards. Can someone please help me with the correct settings?
[auth.anonymous]
# enable anonymous access
enabled = ...
Fanelli asked 13/10, 2015 at 20:16
2
Solved
I have multiple Prometheus instances and I have a Custom multi-value variable PrometheusInstance with values A,B,C.
I have 3 different data sources whose URLs look like this:
http://A.foo.com:9090 ...
Tuneful asked 26/4, 2023 at 15:21
2
What does not work:
Grafana's time shift option because it applies to all queries, and negative values not accepted.
Adding 'offset' to the query allows to move it forward (to the right) in time, ...
Salomone asked 23/6, 2020 at 18:12
2
I have a Grafana dashboard with variable called host. Host can be "domain1.com", "domain2.com" or "domain3.com".
I need another custom variable var2 that would somehow...
Elviselvish asked 1/6, 2023 at 22:1
3
Solved
My intention is to use Windows Docker to deploy an InfluxDB 2.0.8 database and link to it via a self-hosted Grafana instance on the same docker network.
To do so, I've done the below steps:
Start ...
Coniology asked 27/9, 2021 at 19:27
3
Solved
I'm trying to understand how can I get Grafana alert me when the metric is not being scraped anymore.
The metric I'm using for this example is mongodb_instance_uptime_seconds. When the instance go...
Tuchman asked 15/10, 2018 at 10:48
3
Solved
I have a promql which is giving me the metric result as a whole from the server, but I am interested in filtering and getting results of a specific value, but I am not sure what can be the label na...
Expedite asked 29/6, 2020 at 2:35
1
This is grafana geomap. It gets data from prometheus. I configured the worldmap's type, but it didn't work. What data type should I provide to grafana geomap?
4
Solved
I recently started using Grafana to show data I have in my PostgreSQL Database.
Now I've reached a point where when selecting data and using a certain timestamp field as the "time" field ...
Dallman asked 24/8, 2020 at 12:44
5
I've got a new datasource I would like an existing dashboard to use.
How can I change it over? Is there a quicker way than exporting / importing the dashboard?
Cosette asked 19/2, 2019 at 23:40
1
I want to have two y axis with the same x axis time. For example I have one y axis with power in kW and the other y axis with SoC in percentage % ,
This is the code that I have to plot the charging...
Soekarno asked 22/9, 2023 at 9:40
3
Solved
I'm trying to write a prometheus query in grafana that will select visits_total{route!~"/api/docs/*"}
What I'm trying to say is that it should select all the instances where the route doesn't matc...
Nerveless asked 21/2, 2019 at 18:6
2
I am working on the grafana which connect the PostGreSQL database.
I want to plot vertical line to x-axis which connect the point (just like x-intercept).
I plot the points on graph but can't fin...
Caspian asked 4/3, 2020 at 14:25
2
I am trying to use loki and grafana for generating and visualizing log-based metrics. I have created a Grafana dashboard using the loki filters. While clicking the refresh button, all dashboards fa...
Encyclical asked 25/11, 2022 at 3:59
5
Solved
I'm trying to understand helm and I wonder if someone could ELI5 to me something or help me with something.
So i did run below:
helm repo add coreos https://s3-eu-west-1.amazonaws.com/coreos-char...
Azote asked 24/4, 2019 at 13:9
2
Solved
I am using Grafana to visualise a Prometheus time-series. When I simply set my stacked graph to visualise my_metric I get this:
If I change to increase(my_metric[1h]) I get all zeroes:
Everything...
Besetting asked 15/6, 2021 at 12:0
3
In Ubuntu 14.04, I installed grafana like below:
dpkg -i grafana_4.1.2-1486989747_amd64.deb
I am trying to uninstall it.
I tried:
sudo apt-get remove --auto-remove grafana
sudo apt-get purge -...
Silverware asked 20/3, 2017 at 13:10
2
I'm trying to add a drilldown link to an Elastic search link in a Grafana chart. I'm able to use the variables that are already defined in my panel, but I also want to make use of the current time ...
Poach asked 8/11, 2018 at 15:19
3
Solved
Is there a way to send logs to Loki directly without having to use one of it's agents?
For example, if I have an API, is it possible to send request/response logs directly to Loki from an API, with...
Glomerulus asked 29/4, 2021 at 11:31
1
I need some help with tooltips on time series graph in Grafana. I am executing a kusto query which projects these 3 values: date_time (timestamp), data (int), and build_id (string).
Using this quer...
Revival asked 4/7, 2023 at 20:59
2
Solved
When trying to setup Promtail I get the following error:
level=error ts=2020-11-27T06:10:30.310583Z caller=main.go:104 msg="error creating promtail" error="failed to make file targe...
Font asked 27/11, 2020 at 6:26
© 2022 - 2024 — McMap. All rights reserved.