postgres_exporter
postgres_exporter copied to clipboard
Export query itself together with queryId in stat_statement metrics
The feature must be enabled via flag or via environment variable.
The query is not added to every metrics, but instead of new metric stat_statement_query_id is introduced that contains mapping between queryId and query.
Fix #813