prometheus with Azure postgresql storage backend

Viewed 23

How to configure Azure PostgreSQL database(TimeseriesDB extension is enabled) as Prometheus backend.

I added the below values in values.yaml. Prometheus pod is coming up but the PostgreSQL database is not getting used.

config:
  datasource:
  # Specify one of both datasource or datasourceSecret
    host: <host_name>
    user: <user_name>
    # Only one of password and passwordSecret can be specified
    password: <password>
   # Specify passwordSecret if DB password is stored in secret.
    passwordSecret: {}
0 Answers
Related