Hello,
I would like to use grafana / prometheus / Metrics.
I have a cluster in Public cloud with differents pods.
I have a metrics account with token in OVH Panel.
My datasource in grafana is ok. (the test is ok).
But no data is returned.
If I check in Developer Tools browser, in Network tab, all request to https://prometheus.gra1.metrics.ovh.net/api/v1/ are in 200, but without returned data.
Why ?
Thanks
Johann
Grafana & Prometheus > no data
Sujets apparentés
- Ssh_init: Host does not exist
10251
13.11.2017 01:40
- Code d’erreur : DLG_FLAGS_SEC_CERT_CN_INVALID ?
10214
14.08.2018 09:32
- Err_too_many_redirects
7374
12.11.2017 15:36
- Trop de redirections suite au HTTPS
6735
14.12.2016 14:30
- Certificat Let's encrypt
6201
21.08.2017 17:44
- Impossible d'activer le certificat SSL pour HTTPS
5680
07.01.2021 02:44
- LetsEncrypt et erreur DNS A / AAAA
5674
16.04.2019 15:34
- Net::err_cert_common_name_invalid
5576
29.05.2017 08:20
- Prise en charge du protocole MQTT
5209
06.04.2017 13:57
- SSL Cloudflare chez OVH
5167
28.04.2017 09:51
Hello,

I follow this documentation https://docs.ovh.com/fr/metrics/protocol-prom-remote/
Requirements
- An active OVH Metrics account (xs plan at least)
- A working Prometheus instance
So I deploy a Prometheus instance to my cluster, and configure "remote_read"and "remote_write" as the doc.
In Grafana, I create 2 dashboards : one with OVH Metrics Datasource and one with direct Prometheus Instance Datasource.
From OVH Metrics Datasource, I lose informations.
In my OVH account UI (Metrics), I have this :
I use the Spring Boot framework, and the default prometheus metrics.
If I understand, one series in Metrics is a metrics in prometheus ? Per example, 1 serie = 1 metric JVM Memory or 1 serie = 1 metric http_server_request etc
Am I right ?