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
0
votes
1 answer

Monitor all processes in Linux with telegraf and grafana

I have a task to configure monitoring of all processes in a Linux system with Telegraf and Grafana. But there is some issue that there are many processes in a system. For gathering information about processes I have used Procstat plugin. Procstat…
0
votes
1 answer

MySQL crashing after getting queried by Grafana dashboard

I have a small VPS with Centos 7. This is running django using MySQL as the database, and it's also running Grafana which reads from MySQL. When I open my grafana dashboard, the MySQL server instantly crashes. Sometimes it comes back up and other…
0
votes
1 answer

Grafana with postgresql on Google App Engine Flex

Hi I am trying to deploy a grafana docker container to a google app engine flex. Grafana will use postgresql (cloud sql) as internal database. I am currently using this Dockefile: FROM grafana/grafana:latest ENV GF_SERVER_HTTP_PORT 8080 ENV…
jartieda
  • 1
  • 1
0
votes
1 answer

Running web server along side Grafana with reverse proxy

I followed these steps below to setup Grafana on Ubuntu 18.04 https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-grafana-on-ubuntu-16-04 One of the steps is to setup reverse proxy and load port 3000 for Grafana by default…
Amjad
  • 105
  • 1
  • 5
0
votes
1 answer

How to install a second Grafana instance to run alongside an existing Grafana instance?

I have a CentOS 7.6.1810 server running Grafana v4.3.2. My Grafana dashboards require templating with MySQL query variables, which are not supported until Grafana v4.5.0 (refer to https://github.com/grafana/grafana/issues/9137,…
0
votes
0 answers

Grafana integration with Active Directory

I have configured my grafana server for using active directory in authentication. This is my configuration : # Ldap server host (specify multiple hosts space separated) host = "10.10.10.254" # Default port is 389 or 636 if use_ssl = true port =…
user492507
0
votes
1 answer

How to make grafana GDPR compliant

Running Grafana v5.0.0-beta1 Grafana collects stats on user logins to grafana projects. EU GDPR legistation (from May 25th 2018) has strict regulation concerning PII (personal identifiable information). Does anyone know what info Grafana collects…
Compendius
  • 21
  • 3
0
votes
1 answer

Missing metrics in CloudWatch/Grafana

I'm setting up some dashboards in Grafana using data from AWS CloudWatch for an EB application. It works fine for getting EnvironmentHealth, however for anything else I get "No data point". I have tried selecting ApplicationRequestsTotal…
dfranca
  • 135
  • 8
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
  • 451
  • 12
  • 26
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
1 answer

Grafana will not restart after update from 3.1 to 4.3

On centos 7 we ran yum update grafana and updated from 3.1 to 4.3. After the update grafana will not start. systemctl status grafana-server ● grafana-server.service - Grafana instance Loaded: loaded (/usr/lib/systemd/system/grafana-server.service;…
user192749
  • 361
  • 4
  • 10
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:…