You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If auto-discover-databases is enabled - most queries specified in queries.yaml will result into An error has occurred while serving metrics: collected metric "pg_slow_queries" { label:<name:"server" value:"localhost:5432" > gauge:<value:0 > } was collected before with the same name and label values.
Solution: auto-discover-databases should add label dbname="your_database" for each metric from queries.yaml.