package
0.0.0-20230623173902-d3c18622786f
Repository: https://github.com/odonate/postgres-exporter.git
Documentation: pkg.go.dev

# Functions

DefaultCollectors specifies the list of default collectors.
NewPgLocksCollector instantiates and returns a new PgLocksCollector.
NewPgStatActivityCollector instantiates and returns a new PgStatActivityCollector.
NewPgStatIOUserIndexesCollector instantiates and returns a new PgStatIOUserIndexesCollector.
NewPgStatIOUserTableCollector instantiates and returns a new PgStatIOUserTableCollector.
NewPgStatStatementsCollector instantiates and returns a new PgStatStatementsCollector.
NewPgStatUserIndexesCollector instantiates and returns a new PgStatUserIndexesCollector.
NewPgStatUserTableCollector instantiates and returns a new PgStatUserTableCollector.

# Structs

PgLocksCollector collects from pg_locks.
PgStatActivityCollector collects from pg_stat_user_tables.
PgStatIOUserIndexesCollector collects from pg_statio_user_indexes.
PgStatIOUserTableCollector collects from pg_statio_user_tables.
PgStatStatementsCollector collects from pg_stat_statements.
PgStatUserIndexesCollector collects from pg_stat_user_indexes.
PgStatUserTableCollector collects from pg_stat_user_tables.

# Interfaces

Collector wraps the prometheus.Collector.