timescale / prometheus-postgresql-adapter

Use PostgreSQL as a remote storage database for Prometheus
Apache License 2.0
335 stars 66 forks source link

Run adapter without superuser #98

Closed andersflemmen closed 4 years ago

andersflemmen commented 4 years ago

Would it be possible to make the adapter work without needing a PostgreSQL superuser? For example with a configuration flag that disables the "CREATE EXTENSION" command and any other requiring superuser privileges?