Skip to main content

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.

0 votes
0 answers
33 views

Prometheus node exporter as a side car container

We are trying to run node-exporter as a side-car container in kubernetes deployment. We have multiple filesystem devices, but in metrics we are getting only for single device filesystem metrics - name:...
karthik's user avatar
  • 101
0 votes
1 answer
78 views

Monitor HTTP request data for kubernetes microservice application

I have deployed a Java application in a Kubernetes cluster and am trying to figure out how to monitor it. So far I've managed to export logs, JVM metrics and traces through the Java open-telemetry ...
barmanthewise's user avatar
0 votes
0 answers
59 views

How to monitor multiple kubernetes clusters using grafana and prometheus from a separate cluster?

I have three kubernetes clusters. (monitoring, one, two). monitoring cluster is dedicated for monitoring tools. So on monitoring cluster, I will install prometheus and grafana. On other cluster should ...
Mysterio's user avatar
0 votes
1 answer
10 views

Specify environment variables for grafana-a-deployment in grafana-a CR with Grafana Operator in OpenShift

With the community-provided Grafana Operator in OpenShift, how can we configure the Custom Resource (CR) grafana-a to pass environment variables (e.g. NO_PROXY and HTTPS_PROXY) to the Deployment ...
wwillfred's user avatar
1 vote
1 answer
294 views

Installation loki grafana limit resources used

0 I'm following the guide https://grafana.com/docs/loki/latest/setup/install/helm/install-monolithic/ to install loki in my k8s cluster: deploymentMode: SingleBinary loki: commonConfig: ...
Joan's user avatar
  • 113
0 votes
0 answers
117 views

Grafana won't adapt to custom time format

I would like to change the time format in Grafana from e.g. MM/DD to DD.MM. However, I do not succeed. My environment: Ubuntu 22.04.4 LTS aarch64 Grafana server version 10.4.2 Influx and Prometheus ...
JJandke's user avatar
  • 38
0 votes
1 answer
976 views

Parse nested JSON logs in Grafana Loki (forwarded with Fluentd)

My lab has a few Docker containers as follows: name Docker image Fluentd fluent/fluentd:v1.16-1 Fluent-bit cr.fluentbit.io/fluent/fluent-bit Loki grafana/loki Grafana grafana/grafana-enterprise ...
Kate's user avatar
  • 487
1 vote
1 answer
49 views

Grafana - Have a View Panel button on email notification

I'm switching from Grafana 8 with legacy alerting to Grafana 10.3 with the new unified alerting system. I'd like the email notifications to have buttons to access the dashboard and panel linked to the ...
Ror's user avatar
  • 343
0 votes
0 answers
86 views

Fluentbit + Firelens unable to parse and ship log JSON fields as labels (AWS ECS Fargate)

My stack is on AWS Fargate. Application, grafana, loki on the same ECS cluster. My application generates logs, Log Stream sample below: {"host":"ip-00-3001-1a08-test.us-west-1.compute....
Gursharan Singh's user avatar
0 votes
0 answers
65 views

Trouble Configuring Zabbix Exporter with Prometheus for Grafana Dashboards

I'm currently attempting to set up Zabbix Exporter to fetch Zabbix metrics into Prometheus for visualization in Grafana dashboards. My goal is to utilize Grafana's features for creating insightful ...
Xoryy's user avatar
  • 1
0 votes
0 answers
22 views

Free/total and when free= 10% of total color turns red

I am using Grafana and I am trying to display the values of "Free space/Total size" as actual values rather than calculations. I would like to create a value mapping so that when the free ...
Xoryy's user avatar
  • 1
1 vote
0 answers
50 views

Prometheus CPU consumption after remote_write is enabled

I have problems figuring out why my Prometheus instance starts to chew a lot of CPU after I enable remote_write feature. I have deployed a prometheus and grafana from chart kube-prometheus-stack, ...
Antonio Soldo's user avatar
0 votes
1 answer
320 views

Cannot add Kubernetes metadata as label to Loki container logs in FluentBit

I am trying to gather container logs in Kubernetes environment using FluentBit, Loki and Grafana. I would like to append Kubernetes Pod name as label so when I query the logs in Grafana, it would be ...
Balint Laszlo's user avatar
1 vote
1 answer
87 views

Grafana Agent in Docker runs perfectly for over a week and then suddenly stops working. When we check, the Data folder is gone

We have deployed the Grafana Agent using the official Docker image to send metrics of our server and containers to Grafana Cloud: docker run \ -v /etc/grafana-wal:/etc/agent/data \ -v /etc/grafana-...
Alvaro Bataller's user avatar
2 votes
2 answers
918 views

Prometheus/grafana : extract hostname from "node_uname_info" metric and create CPU, Memory usage grafana panels

I have populated prometheus.yml -> scrape_configs -> static_configs -> targets section using multiple IP addresses. There is no DNS functionality on prometheus server nor populating hostnames ...
Vijay Gharge's user avatar

15 30 50 per page
1
2 3 4 5
10