pangolin_exporter
Pangolin Server Exporter
Prometheus exporter for Pangolin server metrics.
Quick Start
Environment Variables
export DATA_SOURCE_NAME="DATA_SOURCE_NAME=postgresql://postgres_exporter:password@localhost:5432/postgres?sslmode=disable"
export PG_EXPORTER_AUTO_DISCOVER_DATABASES="true"
Configuration File
The configuration file controls the behavior of the exporter. It can be set using the
command line flag and defaults to
.
auth_modules
Example:
auth_modules: foo1: # Set this to any name you want type: userpass userpass: username: first password: firstpass options: # options become key=value parameters of the DSN sslmode: disable
Run
pangolin_exporter