Vonng / pg_exporter

Advanced PostgreSQL & Pgbouncer Metrics Exporter for Prometheus
https://pigsty.io
Apache License 2.0
164 stars 42 forks source link

pg_exporter: fix /stat endpoint formatting #48

Closed ringerc closed 4 weeks ago

ringerc commented 4 weeks ago

Send text/plain for requests to the /stat endpoint so browser visits will render it correctly.

It should really respect the client's Accept header and render to json or similar when requested, but that's a bigger job.