Questions tagged [grafana]
42 questions
4
votes
3 answers
What is the Prometheus and Grafana ideal setup?
I am just wondering. If I have many environments monitored via Prometheus, what will be the best configuration?
The security and efficiency are already important for on-premise installations but they are much more important and unavoidable when…
gervais.b
- 155
- 3
4
votes
0 answers
Grafana sometimes can't resolve prometheus hostname
Scenario
I deploy grafana and prometheus onto EKS cluster (AWS K8s service).
If I use prometheus service's fqdn (prometheus-server.monitoring.svc.cluster.local) as the data source, grafana sometimes fail to load the data like the image below. If I…
Tran Triet
- 879
- 3
- 11
- 21
3
votes
1 answer
What is a good storage for storing performance results and visualizing in grafana
Intro
I am a tester and need to analyze the results of automated tests (response times and etc.)
Current situation
1) I run performance tests using locust.io
2) During test execution, response times of successful results are pushed to Graphite…
GrimSmiler
- 141
- 4
3
votes
0 answers
How to collect statistics from CI over time?
CI environments like GitLab (self-hostet and Cloud), GitHub, CodeCov, Codacy, ... collect statistics over time, so a developer or team lead can see the evolution of the project over time:
number of merge requests, commits, contributors, ...
number…
Paebbels
- 131
- 4
3
votes
0 answers
Grafana K8s microservices availability dashboard based on actuator uptime
I need to create a dashboard that is using micrometer prometheus spring actuator endpoint to show all services for a given namespaces in green boxes or red boxes depending on status, the boxes should contain the service names.
Now I am trying to…
anVzdGFub3RoZXJodW1hbg
- 482
- 2
- 7
- 15
3
votes
1 answer
Initial Configuration: Grafana and Prometheus inside docker and then AWS
I'm a bit of a newbie with this, but I haven't been able to find an explanation. Here's my issue. I'm trying to get Prometheus and Grafana configured on an AWS Fargate instance. I'm testing inside a Docker instance on my desktop. Both environments…
Joseph Larson
- 141
- 3
2
votes
1 answer
Keeping graphs of terminated Kubernetes pods in Prometheus/Grafana
I love using Prometheus/Grafana to monitor and tune resource usage on my Kubernetes clusters. When pods are terminated, however, the graphs are disposed of it seems.
I am looking for a solution to this problem.
For informed decisions on how to tune…
David West
- 1,533
- 3
- 18
- 25
2
votes
1 answer
get node_exporter metrics for a single system user
I have installed the node_exporter within the userspace of a linux system user. Everything works and I get the metrics in my grafana. But what I get is apperently the metrics for the whole host system (interesting, that I can get so much data about…
Vietna
- 35
- 1
- 7
2
votes
1 answer
Configurable "Ingress filter" to prevent Grafana Loki for storing log item
I'm currently setting up a stack with Grafana and Grafana Loki to store, query, and analyze logs from different web applications. Most applications run on .NET using Serilog and the Serilog.Sinks.Grafana.Loki-Sink.
From time to time we see errors…
Markus Knappen Johansson
- 121
- 1
2
votes
1 answer
Grafana Open Source and SSO
Is it possible to configure SSO for grafana open source?
I'm using the open source solution, and I want to configure sso for my org.
Ido Segal
- 141
- 3
2
votes
1 answer
How to add Grafana Stack alerts to other graph types?
I am using Grafana 8.3.0, on-premises. When I create dashboard panels of type Graph (old), I get an Alerts tab and I can create alerts. But other graph types don't have that. What am I doing wrong?
Also, when I go the Alert Rules page, it says…
Jay Imerman
- 121
- 3
2
votes
2 answers
Monitoring Kubernetes CronJob & Job in Grafana for today day only
I'm trying to create a Dashboard in Grafana that will show the status of Cronjob & Job success & fail.
Currently i'm using kube_job_status_succeeded to get a status job, but the issue here PromQL also take a 3 days of job status back, but i only…
DagaReiN
- 21
- 1
- 3
2
votes
2 answers
Log/Data rotation in Docker Container
My question is more on the concept or best practices to follow.
I have two docker containers running InfluxDB and Grafana (monitoring applications). I have mounted external volume to each.
now, the problem is, these containers are running for quite…
Chandella07
- 123
- 4
2
votes
1 answer
How to filter label_values in Loki?
I want to create a query variable in grafana using Loki that returns all the possible label values of the label baz such that they only include label values that exist where the label foo equals "bar".
Looking at the docs, I came up with the…
user2324712
- 151
- 1
- 4
1
vote
1 answer
Expose metrics for Kotlin using JMX_Exporter to prometheus
I am trying to use JMX_Exporter for my kotlin code to expose metrics to prometheus in order to show it in Grafana. I have gone through many articles and tried to understand how could it be done. I have found below two links useful and trying to…
Radiant
- 121
- 3