timescale / prometheus-postgresql-adapter

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

do prometheus-postgresql-adapter contains pg_prometheus? #51

Closed naughtyGitCat closed 5 years ago

naughtyGitCat commented 5 years ago

if not,Why not combine together?

naughtyGitCat commented 5 years ago

two extension name looks same,make newbee feel confuse to understand.

read from two extension`s readme file,make me feel the two rely on both

niksajakovljevic commented 5 years ago

Hi @naughtyGitCat you can use only pg_prometheus if you want, but if you use prometheus-postgresql-adapter then you need to use pg_prometheus as well. The extension pg_prometheus is db extension where the adapter is http service. Hope this brings more clarity ;)