Vonng / pg_exporter

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

pg_exporter: fix /stat endpoint formatting #48

Closed ringerc closed 5 months ago

ringerc commented 5 months 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.