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
1
vote
0 answers

Get diagnostics information from failed connect from Grafana to InfluxDB

I've tried to set-up a local Grafana instance in a Docker container and I'm trying to connect to my local InfluxDB that is running on the same machine. I can connect to InfluxDB without any issues, but when I want to setup Grafana to connect to the…
1
vote
1 answer

Ingress Nginx SSL 503 Error

Service.yaml apiVersion: v1 kind: Service metadata: creationTimestamp: null labels: io.kompose.service: grafana name: grafana spec: ports: - name: "3000" port: 3000 targetPort: 3000 selector: io.kompose.service:…
csgeek
  • 167
  • 8
1
vote
2 answers

Why is a labels stage in my Promtail's ingestion pipeline without effect?

This is a part of my Promtail scrape configuration on various hosts to collect journald log entries to a Loki instance: - job_name: journald journal: labels: job: journald relabel_configs: - source_labels: -…
funky-future
  • 197
  • 1
  • 11
1
vote
0 answers

How to get token from URL , save it in header and return it at the end of the next URL again?

I am able to take the token from URL but after that, I want to return it at the and of the next one. For example, I have URL like…
martin_tsv
  • 11
  • 2
1
vote
1 answer

Prometheus: Get CPU Usage % for one specific process from windows_exporter

I am trying to develop one query to show the CPU Usage(%) for one specific process in one windows server. After digging into the metrics of windows exporter, I found Metric: process.windows_process_cpu_time_total should be the one. I tried several…
Sphinx
  • 141
  • 1
  • 3
  • 8
1
vote
1 answer

NGINX configuration for reverse proxy and multiple applications

I'm a newbee of NGINX and it really gives me headaches... I have a server with several services running: confluent/kafka, grafana. Each of these services is reachable via http://:port from other computers in the domain. I would like to reverse-proxy…
WolfiG
  • 133
  • 6
1
vote
0 answers

Monitoring SLA/SLO/SLI using Prometheus

I have done much research about monitoring SLI metrics with Prometheus. I have found only how to monitor a cluster using Kubernetes. I'm hoping to find a response here for simple monitoring. I also want to know which is better for that using the…
0
votes
0 answers

How to get the exact used RAM percentage in Grafana?

AM using collectd to collect the metrics from the system, am using Influxdb as a database to collectd the metrics and Grafana for visualization. I need only the used RAM memory in percentage to display in grafana.... I need only the used memory…
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…
user510984
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
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