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/

119 questions
0
votes
1 answer

grafana + graphite + failed on test connection

first I'm new to Grafana so excuse me if i don't use the right words to describe my issue I installed Grafana + Graphite solution in my ambari cluster ( I am using ambari cluster with graphite service ) graphite service is working fine on the…
shalom
  • 461
  • 13
  • 29
0
votes
1 answer

Weird metric value in graphite from collectd

I wrote custom python plugin for collectd: import collectd import random def read_callback(): value = random.randint(0, 1500) val = collectd.Values() val.plugin = 'test' val.plugin_instance = 'random' val.type = 'counter' …
0
votes
2 answers

Grafana How to change title of repeated rows/panels along with metric?

I am trying to use Prometheus snmp_exporter to gather metrics for Cisco switches and use Grafana repeated panels for displaying. the Grafana works magically well. However, I have difficulity to assign the title automatically on each panel based on…
Roger
  • 91
  • 1
  • 3
  • 8
0
votes
2 answers

Database Migration for Grafana

Currently i am running Grafana with sqlite3 db and trying to migrate the DB from Sqlite3 to MySql but while doing it on test instance, after migration not seeing old graphs. Can someone please guide me if i can get the old/historic graphs also after…
0
votes
2 answers

Monitoring server uptime with telegraf / grafana on windows

I'm aware that there are countless solutions for monitoring uptime on windows servers but I want to specifically ask about Influx's server agent, telegraf. We currently have a nice influxdb/grafana/telegraf stack monitoring our linux machines for…
scastbur
  • 1
  • 1
  • 4
0
votes
0 answers

Grafana not reading results properly

My problem is the following I have this text ID: Origem: 4 Mensagem: Parametro invalido: CHASSI_INVALIDO: chassi Gateway: 2 Versao: v20170130 Layout: BASERNS2 Data: 2017-04-10 10:00:04.592 And grafana (doesnt matter the panel) reads like this ID:…
0
votes
2 answers

How to send server metrics data to statsd?

Our monitoring stack is Grafana + InluxDB + statsD. We use it for application monitoring. We need to add server metrics (CPU, memory, network connections, etc...) to Grafana, so I'm guessing we'll need some agent to collect server metrics and pass…
Eran Betzalel
  • 367
  • 1
  • 3
  • 11
0
votes
1 answer

how to move a grafana panel from bottom to top without exchanging the top one with the bottom?

I have 30 grafana panels in a dashboard. If I add a new one to bottom and then drag it to top it replaces the panel which was in the top to be in the bottom which is totally what I don't want I want it to be inserted and the top panel to move to…
Jas
  • 701
  • 4
  • 13
  • 23
0
votes
1 answer

Network throughput graph showing spikes in Grafana (w/ InfluxDB) due to calculation error

I'm tinkering with a Grafana dashboard for my home network, and am having some issues with graphing network throughput. I'm collecting data in the form of input/output octets from my EdgeRouter Lite using SNMP (via Telegraf) and storing it in…
Johan Sahlén
  • 103
  • 1
  • 4
0
votes
1 answer

grafana / collectd Write Graphite plugin change timestamp

I am using collectd with write_graphite plugin to monitor mysql. I am using EDT on my server and when creating dashboards on grafana I can only use UTC/browser time. I want to know if there is an option to display the mysql server time (EDT) on…
A1001
  • 13
  • 3
0
votes
0 answers

Why is my timestamp inconsistent?

Why is the timestamp in my graph inconsistent? I want a consistent time difference of 10s between each data point, but as you can see in the first 'Time' column, the time difference is random 10s, 20s, 30s etc.
xis10z
  • 111
  • 1
0
votes
0 answers

How to convert a tabular data to a graph in Grafana?

How can I show the tabular data as a graph on Grafana when it's not doing so automatically? What's the problem here? You can see my query as well as data in the screenshot below:
xis10z
  • 111
  • 1
0
votes
0 answers

How can I do a difference between values at t0 and t1 in a received data set in Grafana?

I am trying capture the interface bandwidth on a firewall using SNMPv3 and show it on Grafana, I want to do a difference in values at t0 and t1 in the table below in Grafana, for eg., for a difference between the first and second value in…
xis10z
  • 111
  • 1
0
votes
0 answers

Not able to get Labels from Promtail static_configs

I'm using the latest promtail and loki and trying to use your static_configs example.. but I'm not getting the labels pushed to Loki.. all I see below Discovered labels __address __path job I do not see labels of facility and hostname am I doing…
hangon
  • 1
  • 1
0
votes
0 answers

HTTP 502/404 with Grafana in Kubernetes, using AGIC

I'm trying to deploy Grafana in Azure Kubernetes service (AKS), through Helm. I'm using the Helm charts provided by Bitnami. I've been following this Microsoft tutorial to set up the application gateway ingress controller. The pods are running, and…