hunterhuang8810
Results
2
comments of
hunterhuang8810
OK , thanks Is there doc to reference all the default metrics for postgres_exporter? seems most metrics is accumulative, but under many scenarios, delta metrics more helpful
> --extend.query-path=custom.queries.yaml > > TPS - xact_commit in pg_stat_database > QPS - calls in pg_stat_statements for QPS, calculate the difference between 1 second? i.e. sleep 1s count(calls) minus count(calls), or...