Skip to main content

Unanswered Questions

19 questions with no upvoted or accepted answers
3 votes
0 answers
199 views

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 ...
3 votes
0 answers
172 views

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 ...
2 votes
1 answer
137 views

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....
2 votes
1 answer
113 views

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? ...
1 vote
1 answer
106 views

Can Mimir read secrets from Volume mounts?

We have kyverno on our work k8 cluster with a policy that says Secrets must not come from envFrom statements. So I am trying to setup mimir-distributed chart (version 5.1.0) to use secrets from ...
1 vote
1 answer
65 views

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

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.
0 votes
0 answers
10 views

Long image rendering time when using Grafana image renderer plugin

The following configuration is available: Grafana and Grafana Image Renderer are installed as separate pods in the same k8s namespace, Grafana has access via Service to the Grafana image renderer pod, ...
0 votes
0 answers
8 views

Struggle understanding number of Grafana Alerting evaluations

I have an alert where the pending period is 16 minutes and the evaluation interval is 5 minutes: I would expect that only 4 evaluations are needed: 0th minute evaluation => Alert goes into ...
0 votes
0 answers
23 views

How to setup EKS ADOT for sending OpenTelemetry metrics to self managed prometheus?

I have tried to configure ADOT collector using below yaml file apiVersion: apps/v1 kind: Deployment metadata: name: adot-collector namespace: monitoring spec: replicas: 1 selector: ...
0 votes
0 answers
382 views

Promtail vs. Grafana Agent

I'm running a couple of containers in a Docker Swarm and am setting up a logging system using Grafana Loki and Grafana (up to ~50GB/log per day max). For log shipping, I'm partly scraping container ...
0 votes
0 answers
12 views

Stateful alerts in Grafana

In Grafana, is there any way to make stateful alerts? For example: Make an alert that triggers if there is any significant (say 5σ) deviation from recent historic trends. Make an alert that only ...
0 votes
1 answer
56 views

No targets in Prometheus at Kubernetes

Why are there no targets at my Prometheus? I did everything like in the Prometheus documentation. Also, I have pods with the label: "name=cadvisor". I have the following configuration file: #...
0 votes
0 answers
17 views

Write_Prometheus plugin with basic auth

0 I am testing the below Write_Prometheus plugin to send the cassandra metrics to prometheus server which is external machine but i see that all metrics are sending without any basic auth happening. ...
0 votes
1 answer
367 views

How to set correct mount permissions of Minikube grafana pod

I have a minikube cluster with a grafana pod running in it. I have mounted a directory for grafana to use as a persistant volume to store. minikube mount /var/tmp/minikube-folder1:/folder1 I receive ...

15 30 50 per page