grafana Questions
3
Solved
I've started a Prometheus server at localhost:57475/metrics:
using the following Go code:
package main
import (
"net/http"
"contrib.go.opencensus.io/exporter/prometheus"
log "github.com/si...
Neomaneomah asked 4/11, 2019 at 19:9
2
Solved
I am trying to configure Grafana to visulaize metrics collected by Prometheus.
My Prometheus Datasource is validated successfully. But when I am trying to create dashboard then it's showing error s...
Zoophobia asked 28/8, 2016 at 15:9
2
Solved
I'd like to translate Kibana query like to following to LogQL:
host:("test1-myservice-*") AND level:ERROR
AND NOT logger_name:"com.example.ExampleClass"
AND _exists_:stack_tra...
Mccowan asked 10/12, 2021 at 15:9
2
I am using a dockerized grafana to create a dashboard for historical data. I cannot see a scatter plot option in grafana graph panel.
I want to use scatter plot to display data points in range of...
3
Solved
I'm trying to show/hide queries on the graph panel depending on the dashboard variable values.
Motivation.
On the same graph panel (which is used to display several hosts) I have two queries:
rate(...
Idell asked 2/4, 2021 at 9:22
0
I'm using several time series panels on my dashboards, which are showing the values based on the selected time range.
Now, I want to add a gauge panel, which should show the number of payment trans...
Taille asked 3/12, 2021 at 6:20
7
Solved
I didn't find a 'moving average' feature and I'm wondering if there's a workaround.
I'm using influxdb as the backend.
2
Solved
I'm trying to overwrite existing grafana dashboard via API, like this :
curl -X POST -H "Content-Type: application/json" "https://api_key:xxx/api/dashboards/db" -d @test.json
And i'm facing an i...
Ilia asked 26/5, 2020 at 15:31
1
Solved
The rate function in grafana for example:- rate(http_requests_total{job="api-server"}[5m]) returns the per-second rate of HTTP requests as measured over the last 5 minutes.
How does this ...
Rooker asked 30/11, 2021 at 14:20
1
Solved
My setup: Loki: 2.1.0, Grafana: 6.7.3
My software runs on Kubernetes, Loki collects its logs. It looks something like this:
[2021-03-29 10:13:05] [INFO] Q_len=256 sol_q=0.049 info_q=0.240
[2021-03-...
Katz asked 29/3, 2021 at 10:53
2
I was trying to monitor one of our Spring boot application using Prometheus but unfortunately the status of this service is not getting UP in ubuntu server, it’s showing some error like –
/promethe...
Gland asked 20/8, 2020 at 14:13
3
I have 2 metrics as below
namedprocess_namegroup_cpu_seconds_total{groupname="group_name", instance="0.0.0.0:0000", job="process_monitor_master", mode="user"}
namedprocess_namegroup_cpu_seconds_to...
Rett asked 24/3, 2020 at 6:8
1
Solved
In https://github.com/grafana/loki/issues/4249 I found interesting screenshot.
On this screenshot I see that log level and message are displayed bold with white text and other metadata (collected ...
Alienor asked 28/10, 2021 at 21:30
2
Solved
I'm trying to use a customisation file (custom.ini) for my Grafana installation. Unfortunately this isn't working.
What I have done:
Installed a VM with CentOS 7
Added the Grafana Yum Repo as de...
Antimonous asked 19/6, 2018 at 9:32
3
Solved
Problem: I have a project in BigQuery where all my data is stored. Within this project I created multiple datasets containing different views. Now I want to use different service accounts to query ...
Livingston asked 30/4, 2020 at 9:53
1
My application contains some counter which always increase and never being reset.
I use prometheus together with grafana. What I need is to show counter changes related to each day, another words I...
Gantrisin asked 20/10, 2021 at 7:59
1
I am generating a Histogram using a prometheus client. The metric name is retrieve_stripe_subscription_latency_ms. Since Histogram generates additional metrics with suffixes _sum and _count, can I ...
Pipsqueak asked 2/2, 2021 at 18:57
1
I'd like to ask about zipkin with grafana dashboard.
I installed zipkin with grafana using official docker-compose (but storage is elasticsearch. because when I use mysql, an access error happens. ...
Foreknowledge asked 13/10, 2021 at 6:57
6
Is it possible to order the columns in a Grafana Table?
I have a Table (sourced from InfluxDB) but the columns are in a «wrong» order... I tried changing the order of the Group By clause in the In...
Rip asked 24/4, 2017 at 14:5
0
In Grafana 8, there's a possibility to reduce the query and alert on each of the series separately:
Resulting in such alert:
However, in real circumstances, I have 4 different metrics to monitor:...
Churchwarden asked 5/10, 2021 at 14:42
3
Solved
I have a visual in grafana. I can manually go to the menu click export and export the time series data in json. This works great. Is there a way I can script that in python?. Is there some api I ca...
Averroism asked 1/2, 2019 at 0:31
2
Solved
I have tried my best to follow the documentation for both Grafana and Traefik to reverse proxy incoming requests to https://metrics.mydomain/grafana through Traefik to a Grafana instance running as...
1
I am using Influxdb as my source with grafana. On my time series for each data point I have several values and tags.
How can I show related data points on hover of particular data point in a lin...
Golconda asked 16/10, 2017 at 2:34
4
How do I subtract two timeseries in Grafana? Or add two together, divide one by another, etc...? I have found vague hints online about taking differences between timeseries, but nothing that actual...
2
Solved
I'm using Grafana based on the helm chart, at the moment I have all the configurations as code, the main configuration is placed into the vales.yaml as part of the grafana.ini values, the dashboard...
Phototopography asked 25/11, 2019 at 16:29
© 2022 - 2024 — McMap. All rights reserved.