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 stuck on loading screen

I've installed Grafana behind Nginx running as a reverse proxy for it and then behind Cloudflare. Unfortunately when I am trying to access it is stuck on jumping Grafana logo with "loading" inscription underneath it. Grafana is expected to be…
DisplayName
  • 145
  • 4
0
votes
0 answers

Nginx 403 forbidden on static files using link_secure with grafana

I am trying to configure auto login using nginx as auth proxy, I am successfully able to authenticate but my problem comes when grafana loads all static files are 401. my nginx configuration #i also tried /grafana by enabling it in the grafana.ini …
Saqy G
  • 101
0
votes
1 answer

Grafana daemon doesn't run

I tried to install grafana-agent by this command that I get grafana.net dashboard: ARCH="amd64" GCLOUD_HOSTED_METRICS_URL="https://prometheus-prod-24-prod-eu-west-2.grafana.net/api/prom/push" GCLOUD_HOSTED_METRICS_ID="1033967"…
0
votes
0 answers

How to add attributes about AWS resources to a Grafana panel

The Amazon CloudWatch datasource allows the specification of filters like ec2_instance_attributes that allow the retrieval of information about EC2 instances. I couldn't find the same for EBS volumes or other resources. Is there a way to retrieve…
gtirloni
  • 5,746
  • 3
  • 25
  • 52
0
votes
1 answer

Monitoring of MySQL replication and alerting when replication is not working

I have a question about monitoring of MySQL replication and in particular about alerting using Grafana/Prometheus. We have 2 MySQL(MariaDB to be exact) instances for which replication is configured: One Master and one Slave. They can change roles…
Dmitry
  • 11
  • 4
0
votes
1 answer

Grafana "Data source connected, but no labels received. Verify that Loki and Promtail is configured properly."

I'm trying to install loki so that I can read logs on Grafana, but I keep receiving Data source connected, but no labels received. Verify that Loki and Promtail is configured properly. (nothing from the logs). I'm using docker images for each…
tholeb
  • 31
  • 1
  • 6
0
votes
1 answer

kube-api server high cpu

I want to know how I can check why one of my ctrl node and kubernetes consumes more cpu than the others. I have a cluster with 3 ctrl nodes and 4 worker nodes. I have an nginx load balancer with the least_conn algorithm to distribute the requests to…
PeterWegner90
0
votes
0 answers

Accessing local host Dashboards (GCP VM) from my Laptop

I have 2 VM instances on Google Cloud Platform. 1st VM is used as a Kubernetes Master Node and 2nd as Worker Node. I have Prometheus and Grafana Deployed on the cluster. I want to access the Prometheus and Grafana dashboard from my laptop. I tried…
Anvay
  • 13
  • 3
0
votes
0 answers

My mysql Exportir not appears on my Prometheus localhost

So I have 2 VMs in my virtualbox, there are Monitor and Target. So, in the Monitor VM, I install Grafana as monitoring and in Target VM, I install Prometheus as target monitoring. For now I've installed MySQL-exporter in Target VM, and I can access…
0
votes
0 answers

Grafana Loki, AlertManager - unable to read rule dir, open /tmp/loki/rules/fake: no such file or directory

I've deployed promtail, Grafana, Loki and AlertManager using Helm charts on k3d cluster on my local machine. I would like to have some rules in Loki such that if something will happen, AlertManager should be informed. Now I tried only with some…
mazix
  • 65
  • 1
  • 8
0
votes
0 answers

Login Grafana using LDAP credential

trying to configure Grafana to login with LDAP credential. The host is properly connected but can't login with ldap. I can see the search result from ldap host for my username (picture). Can anybody help here?enter image description here
bobs
  • 1
0
votes
0 answers

Promtail - syslog configuration only logs localhost for hostname and IP

I have a number of boxes that run docker containers. To keep a record of all the logs, we have 1 instance of logspout on every box that grabs all container logs on that box, and routes it to a syslog-ng instance (docker container) on a central host …
0
votes
0 answers

Assets returning 504 when port is not specified in the browser using an nginx reverse proxy

If I visit hxxp://grafana.home.lan, I received a 110 connection timed out error on some assets which do not allow the application to work correctly, in this case, Grafana. Though, I will add this is not just happening with the Grafana service, it is…
0
votes
0 answers

enough memory for downscale ubuntu server?

Management decided to downscale prod server. Current size: Standard B16ms (16 vcpus, 64 GiB memory) Desired size: Standard B8ms (8 vcpus, 32 GiB memory) CPU is mostly idle (output is from sar -u) 10:20:01 CPU %user %nice …
catalin
  • 115
  • 2
  • 9
0
votes
0 answers

How to redirect nginx based on sub path?

I have grafana and jenkins running on same azure vm. For jenkins: http://localhost:8080 For grafana: http://localhost:3000 I thought to set nginx in such a way. customdomain.com/grafana should go to http://localhost:3000 customdomain.com/jenkins or…
user2331760
  • 155
  • 4
  • 12