"No dbs configured for monitoring" despite configuration in sources.yaml
#907
Answered
by
pashagolub
Mtou-K8ouf
asked this question in
Q&A
-
Hello,
Configuration used: - name: gaston
kind: postgres
conn_str: "postgres://pgwatch:xxxx@xxxx:5517/gaston"
is_superuser: false
custom_metrics:
- active_connections
- cache_hit_ratio
- cpu_load
- db_size
prometheus_mode: true
group: default What I've checked:
Questions:
Thanks in advance for your help |
Beta Was this translation helpful? Give feedback.
Answered by
pashagolub
Aug 25, 2025
Replies: 1 comment 1 reply
-
You forgot to specify intervals for metrics, e.g.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pashagolub
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You forgot to specify intervals for metrics, e.g.