Questions tagged [grafana]

Grafana is an open-source web application for visualizing time-series databases (InfluxDB, Graphite, Prometheus, OpenTSDB), logging & document databases (Loki, Elasticsearch, Splunk, MongoDB), SQL databases (MySQL, PostgreSQL, Redshift), cloud metric databases (AWS CloudWatch, GCP Monitoring, Azure Monitor) and other datasources.

Grafana is an open source metric analytics & visualization suite. It is most commonly used for visualizing time series data for infrastructure and application analytics but many use it in other domains including industrial sensors, home automation, weather, and process control.

Latest stable version:

  • Grafana v8.5

References

Related Tags

5538 questions
15
votes
2 answers

Loki json logs filter by detected fields from grafana

I am sending json logs to loki and visualizing in grafana. Initially, my logs looked like as following. { "log":…
Timam
  • 378
  • 1
  • 2
  • 8
15
votes
2 answers

How can I sort the legend by series name in Prometheus/Grafana

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 user is looking for a specific series, they have to…
MidnightJava
  • 1,927
  • 2
  • 18
  • 38
15
votes
3 answers

stable/prometheus-operator - adding persistent grafana dashboards

I am trying to add a new dashboard to the below helm chart https://github.com/helm/charts/tree/master/stable/prometheus-operator The documentation is not very clear. I have added a config map to the name space like the below - apiVersion: v1 kind:…
TheOne745665
  • 417
  • 2
  • 6
  • 13
15
votes
1 answer

Show details on grafana point hover

I am using Influxdb as my source with grafana. On my time series for each data point I have several values and tags. How can I show related data points on hover of particular data point in a line chart? Alternatively can I call some API passing…
DMin
  • 10,049
  • 10
  • 45
  • 65
15
votes
2 answers

Zabbix vs grafana vs kibana

I am exploring grafana for my log management and system monitoring. I found kibana is also used for same process. I just don't know when to use kibana and when to use grafana and when to use zabbix?
Atul Agrawal
  • 1,474
  • 5
  • 22
  • 41
14
votes
6 answers

Grafana - InfluxDB 2 - Label/Alias data

I am in the processing of migrating my panels from using the SQL syntax (from InfluxDB version 1.X) to the new influx syntax (InfluxDB version 2). There is an issue with the labels of the data. It includes the attributes that I used to filter it.…
TheNiceGuy
  • 3,462
  • 8
  • 34
  • 64
14
votes
2 answers

Adding multiple alerts on single grafana panel

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 each on of those queries. But I couldn't find a way…
Mandroid
  • 6,200
  • 12
  • 64
  • 134
14
votes
1 answer

How to display values with decimal places in Grafana with elasticsearch datasource?

I am trying to visualize time series data stored in elastic search using grafana. I have the legend setup to show 2 decimal places but it does not reflect in the UI. The decimal places show up for other dashboard panels with a tsdb datasource. So…
SKG
  • 1,432
  • 2
  • 13
  • 23
14
votes
2 answers

How do you create trend line in grafana charts

I am using grafana with opentsdb. I can create charts with avg, max, min etc but I dont see how a trend can be added. Is it possible to put trend line on charts in grafana?
user1471980
  • 10,127
  • 48
  • 136
  • 235
13
votes
1 answer

Formatting Slack Notification from Grafana

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 dashboard is downloaded from…
13
votes
1 answer

SpringBoot - observability on *_max *_count *_sum metrics

Small question regarding Spring Boot, some of the useful default metrics, and how to properly use them in Grafana please. Currently with a Spring Boot 2.5.1+ (question applicable to 2.x.x.) with Actuator + Micrometer + Prometheus dependencies, there…
PatPanda
  • 3,644
  • 9
  • 58
  • 154
13
votes
2 answers

Define default value for Grafana dashboard variable

I have defined a variable in a Grafana dashboard through Grafana dashboard settings Variable is of "Custom" type. I want this variable having a default value when dashboard is opened. How can I set a default value ?
RandomCoder
  • 6,606
  • 6
  • 22
  • 28
13
votes
3 answers

How to reset grafana's admin password (installed by helm)

My password once worked, but I don't remember if I changed it or not. However, I can't reset it. I tried with no success: kubectl get secret --namespace default grafana -o jsonpath="{.data.admin-password}" | base64 --decode ; echo >…
Vincent J
  • 4,968
  • 4
  • 40
  • 50
13
votes
2 answers

"If you're seeing this Grafana has failed to load its application files" Error with Docker Grafana deployment behind reverse proxy

I have been trying to get my Grafana container to work with my reverse proxy but have had no success. Everything i try just results in the "If you're seeing this Grafana has failed to load its application files" page appearing regardless of it I…
Spencer Skinner
  • 131
  • 1
  • 1
  • 4
13
votes
4 answers

Prometheus queries to get CPU and Memory usage in kubernetes pods

I need to get CPU and Memory usage in kubernetes pods with prometheus queries. Can someone plz help?
GihanS
  • 445
  • 2
  • 5
  • 15