Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 961 Bytes

metrics.md

File metadata and controls

15 lines (9 loc) · 961 Bytes
outline
deep

Metrics

The main task of pgexporter is to gather metrics from your database and format it according to Prometheus metrics standards. pgexporter provides some pre-defined metrics that are necessary/useful, and also provides the capability of providing custom metrics to the user.

Internal Metrics

pgexporter defines a lot of metrics out of the box. All of the internal metrics that are exported can be viewed here. By default, all of them are enabled, and will be reflected in the output. However, if you need only specific metrics, you can enable only them as shown here (and thus, disable other metrics).

Custom Metrics

See Custom Metrics.