Questions tagged [grafana]

Grafana is an open-source web application for visualizing time-series databases (InfluxDB, Graphite, Prometheus, OpenTSDB), logging & document databases (Loki, Elasticsearch, Splunk, MongoDB), SQL databases (MySQL, PostgreSQL, Redshift), cloud metric databases (AWS CloudWatch, GCP Monitoring, Azure Monitor) and other datasources.

Grafana is an open source metric analytics & visualization suite. It is most commonly used for visualizing time series data for infrastructure and application analytics but many use it in other domains including industrial sensors, home automation, weather, and process control.

Latest stable version:

  • Grafana v8.5

References

Related Tags

5538 questions
1
vote
1 answer

Grafana dashboard variable from Loki logs

I'm a beginer for Grafana Loki, and now we have a running instance which works without issue (can see the log itself), now we want to define some variables and monitors them in the dashboard. Below is one of our log froward from…
Sgnes
  • 11
  • 3
1
vote
0 answers

How to get metric in correct units in Grafana

I use Grafana 8.5 in Windows Server 2019. My system collects data about the operation of the device. The metrics are: the number of correctly processed packets number of incorrectly processed packets number of total packets processed number of…
1
vote
0 answers

How to send dynamic metrics from MQTT to Prometheus?

I am trying to send dynamic metrics from IoT devices in Apache Spark Plug format from MQTT to Prometheus, my current setup looks something like this: MQTT -> MQTT2Prometheus -> Prometheus -> Graphana My current setup only works for metrics that are…
Vipin Dubey
  • 1,393
  • 3
  • 10
  • 13
1
vote
1 answer

Is there a way to get actual Pod hostname in Prometheus

kube_pod_labels does populates pod_label_node_name and pod_label_host_ip for the given pod however the values don't correspond to the actual node name and ip of the pod. Instead it represents the node name and ip for kube-state-metrics/node-exporter…
1
vote
1 answer

http_server_requests_seconds_max metrics in spring mvc - using micrometer

I have a spring mvc web application with REST endpoints. I am integrating with prometheus for generating metrics. I have exposed "/prometheus" endpoint and am able to capture jvm matrics and log4j2 matrcis but stuck on how to generate http request…
1
vote
0 answers

prom-client format vs Grafana Cloud push interface

I am new to Prometheus/Grafana world and wanna get metrics from my node.js app for which I use prom-client to get the metrics as given below. That works :-) Now I wanna push them to Grafana Cloud and it seems I have the following …
TomFree
  • 1,091
  • 3
  • 17
  • 31
1
vote
2 answers

Promtail + Loki - Only shows some namespaces not all

we recently decided to install loki and promtail via the loki-stack helm chart. Loki and promtail kind of work. We get some logs from Promtail and we can visualize them in grafana but our development namespace is nowhere to be found in loki.…
Lilin
  • 25
  • 5
1
vote
1 answer

How to understand Gitlab latency metric

Gitlab has a complete metrics dashboard running on a Grafana instance. If I head to Gitlab Omnibus - Overview, within this dashboard, I can see a Workhorse Latency panel and if I step the mouse over, it shows me the count of requests on that…
1
vote
0 answers

Azure Table Storage data source for Grafana?

Is there any (relatively easy) ways to visualize data from Azure Table Storage in Grafana? I tried looking for existing datasource connectors, but I didn't find anything.
Øyvind
  • 103
  • 5
1
vote
0 answers

Is it possible to transform log entries with Grafana Loki/Promtail

My setup currently uses Promtail and Grafana Loki to parse logs files. I visualize them with Grafana and want to group my log-entries into only three different log levels: Info Warning Error The problem is, that the log gathered by Promtail has…
1
vote
1 answer

[Prometheus][Grafana] Computing timespan for each system state

I would like to request for your help to compute the duration of each of a system state. I am using Prometheus v2.36.2 and Grafana v9.0.3. I have a Prometheus gauge that I've called: load_gauge. I can have four states with this metric: load_gauge…
joshverdi
  • 11
  • 1
1
vote
2 answers

Monitoring disk usage of a pvc in grafana

I want to monitor the disk usage% of a specific filesystem in a pod (in grafana). I was wondering if there’s a Prometheus query I can use to do so.
Jay
  • 13
  • 4
1
vote
0 answers

Grafana variable regex returns no results when using MongoDB source

I am creating a variable in Grafana from a mongoDB query. Currently my query returns an array of items in the format of: name="Bob Hansen", id="8051240138eb2ea033aa21f3" name="John Doe", id="4051240138eb2ea033aa21f3" ... Now I am trying to use…
Jolle
  • 1,336
  • 5
  • 24
  • 36
1
vote
1 answer

PromQL: counter and rate hint

When I'm trying to build a panel into my grafana dashboard using a counter metric, it's telling me: Selected metric is a counter. Consider calculating rate of counter by adding rate(). Why it suggest me above hint? Has any relation with…
Jordi
  • 20,868
  • 39
  • 149
  • 333
1
vote
0 answers

Push alert from alert manager to Grafana

I want to ask if there is a way how to push alerts from prometheus alert manager into the grafana which runs in a different network. I need to send alert via an API and show it in the Grafana. Does Grafana support such feature? All ports except http…
JurajRabcan
  • 133
  • 1
  • 11
1 2 3
99
100