Top "Grafana" questions

Grafana is an open-source web application for visualizing time-series databases, such as InfluxDB, Graphite, Prometheus and OpenTSDB

How to set up Grafana so that no password is necessary to view dashboards

Despite these settings, Grafana still requires the use of a password to view Dashboards. Can someone please help me with …

grafana
What is the default username and password for Grafana login page?

what is default username and password for Grafana for http://localhost:3000/login page ? attaching a home page screenshot also. I …

analytics grafana
Is it possible to duplicate a dashboard in grafana?

I need to create a dev dashboard very similar to an existing prod one, and was wondering if there was …

grafana
Is there a way to have a moving average in Grafana?

I didn't find a 'moving average' feature and I'm wondering if there's a workaround. I'm using influxdb as the backend.

metrics influxdb grafana
How do I write a Prometheus query that returns the value of a label?

I'm making a Grafana dashboard and want a panel that reports the latest version of our app. The version is …

grafana prometheus
Obtaining a total of two series of data from InfluxDB in Grafana

I am perplexed at this point. I spent a day or three in the deep end of Influx and Grafana, …

metrics influxdb statsd grafana
How can I make a Grafana template with a variable reference another variable using Prometheus as a datasource?

I have a Grafana dashboard with template variables for services and instances. When I select a service how can I …

grafana prometheus
How can I aggregate metrics per day in a Grafana table?

I am charting data with a Grafana table, and I want to aggregate all data points from a single day …

grafana
nginx 403 Forbidden error

I'm trying to set up graphite to work with grafana in docker based on this project : https://github.com/kamon-io/…

nginx docker graphite grafana
Prometheus query to count unique label values

I want to count number of unique label values. Kind of like select count (distinct a) from hello_info For …

grafana prometheus