I am using Prometheus
+ promscale
+ timescaleDB
+ grafana
to monitor my kubernetes cluster. I tried using postgress-exporter
to listen to timescaleDB
metrics but the queries did not work. And there is no timescale-exporter
. How does one show timescale metrics on grafana
?
Asked
Active
Viewed 424 times
3

Krishna Chaurasia
- 8,924
- 6
- 22
- 35

ssbb191
- 1,486
- 3
- 12
- 23
-
Hello, can you provide a bit more info about your setup. 1. Are you using the timescaledb-single helm chart, or by chance tobs (github.com/timescale/tobs) helm chart to deploy the stack you mentioned? 2. Which data source are you querying, prometheus, promscale (as a prom data source), or TimescaleDB (as a postgres data source) 3. Do other metrics appear in grafana (that is, are the other pod metrics collected by prometheus)? – Blagoj Atanasovski Feb 05 '21 at 14:51
-
Using timescale DB as a statefulset. Using promscale-connector to connect to prometheus. Other pod metrics appear on grafana . I want to use postgres-exporter to check health of timescale. – ssbb191 Feb 10 '21 at 10:19