Questions tagged [grafana]

Grafana is most commonly used for visualizing time series data for Internet infrastructure and application analytics but many use it in other domains including industrial sensors, home automation, weather, and process control.

Grafana features pluggable panels and data sources allowing easy extensibility and a variety of panels, including fully featured graph panels with rich visualization options. There is built in support for many of the most popular time series data sources.

Supports Graphite, Elasticsearch, Prometheus, InfluxDB, OpenTSDB and KairosDB out of the box. Or use the plug-in functionality to add your own.

http://grafana.org/

104 questions
2
votes
2 answers

collectd network plugin (if_octets) download speed vs wget download speed

I set up collectd, InfluxDB and Grafana to monitor my servers. I observed that Grafana shows (based on collectd network plugin) higher download speeds than wget. I have stable 300 Mbps fiber connection. I chose Debian Stretch DVD as a testing…
kmwil
  • 225
  • 1
  • 2
  • 12
2
votes
1 answer

Generate graph in Grafana from API

I'm looking for a way to generate an arbitrary graph from the Grafana API, ideally by just feeding it a query. After looking in the doc I don't see anything to do it directly, so the only way I can see would be to : Generate a dashboard json with…
Ulrar
  • 367
  • 4
  • 22
2
votes
1 answer

Grafana: can it graph the change in two measurements?

I'm trying to find a way to measure the delta of two measurements in a Grafana graph. For example, I have chart one with a plotted point 1 equal to 100 and five minutes later point 2 is 75, the second chart would plot a value of -25...the delta over…
Bart Silverstrim
  • 31,092
  • 9
  • 65
  • 87
2
votes
1 answer

Can Graphite chart an average value from multiple sources?

Let's say, we collect NTP-offset statistics from 500 servers. Each is known to Graphite as stats.hostname.ntpstats.offset. I'd like my chart to show two curves: A particular host's offset (easy) The average of all hosts (with or without the one…
Mikhail T.
  • 2,272
  • 1
  • 22
  • 49
2
votes
1 answer

How to setup alert in helm chart values file?

I am trying to setup grafana alerts in helm chart. For that, using the existing manually created alert from another grafana instance, which we want to keep in new grafana setup by default with helm chart. As not able to find any export/import…
2
votes
1 answer

MySQL user has "usage" privileges but RW works

I have migrated Grafana from SQLite database to MySQL (in fact, MariaDB 10.3.22), so database is now located on a different machine. It is obvious that the software needs a database account now, so I created a separate one: MariaDB [(grafana)]>…
zsotrab
  • 21
  • 1
1
vote
0 answers

How to run grafana via nginx reverse proxy?

I am reading through the official Grafana behind a reverse proxy documentation, but I still cannot get to see the result and I don't know why. Here is what I did: I added the following two type A DNS records, which direct to my server and have TTL…
Newskooler
  • 157
  • 1
  • 1
  • 10
1
vote
1 answer

How to monitor cloud system metrics through grafana

I have a system configured with telegraf + InfluxDB + Grafana in one machine. Now i need to collect server metrics for ubuntu servers which is deployed in cloud and need to plot in grafana. My question here is : Can i collect the metrics through…
KK_3353
  • 11
  • 1
1
vote
2 answers

How to visualize current CPU usage of a pod with Grafana

Is there a way to visualize current CPU usage of a pod in a K8S cluster? I tried different Prometheus metrics like namespace_pod_name_container_name:container_cpu_usage_seconds_total:sum_rate and other similar ones, but I always get average value…
1
vote
1 answer

Documents from Elasticsearch Cluster appearing twice in Grafana

I set up an Elasticsearch cluster with one dedicated master node, two master-eligible data nodes and one coordinating node. The number of replicas is set to one. There are two pipelines in Logstash, each receiving syslog messages from a firewall,…
Henry S.
  • 141
  • 4
1
vote
2 answers

How to get CPU usage percentage for a namespace from Prometheus?

Our product lives in a Kubernetes cluster on our server. It is not in production yet, so there are multiple instances running in the cluster for different purposes, each in its own namespace. I need to run some load tests on one of the namespaces…
zslim
  • 121
  • 1
  • 1
  • 5
1
vote
0 answers

Grafana with SSL and Apache reverse proxy continuously redirects

I am attempting to move my Grafana install from a non-SSL to SSL link. It sits behind an Apache reverse proxy and worked fine before I tried to set up SSL. I have seen many tutorials that look like this one, which is what I have done. My Apache…
NewGuy
  • 111
  • 3
1
vote
1 answer

Public facing Zabbix Server

I'm running Zabbix server 4.0.4 on Debian 4.19.12-1. Right now to access my Zabbix server I have an nginx proxy_pass for the front end which is public facing. I can access it with mydomain.com/zabbix. I don't like that this is public facing, and I'd…
CaseJ
  • 11
  • 1
1
vote
0 answers

grafana: singlestat percentages for time selected

I am using: Grafana - 4.4.3 Graphite - 0.9.12 my goal is to have 3 singlestats: visitors registrations percentage of visitors becoming registrations. for selected timeframe I have 2 singlestats: site…
1
vote
1 answer

Move series up in grafana dashboard

I would like to move series up and down in Grafana / Graphite dashboard. I'm aware to the special button "move up" and "move down", but I need for example to move 4 rows from the bottom to the top in a board of 30 series. So if each row will be 2…
B.W
  • 11
  • 2