Skip to content

Commit

Permalink
Merge pull request #719 from kongfei605/pg_up
Browse files Browse the repository at this point in the history
sync with docs
  • Loading branch information
kongfei605 committed Nov 18, 2023
2 parents 8be50c7 + 77894a3 commit d14b415
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conf/input.postgresql/postgresql.toml
Expand Up @@ -49,9 +49,9 @@
# '''
#
# [[instances.metrics]]
# mesurement = "connections"
# metric_fields = [ "count" ]
# mesurement = "sessions"
# metric_fields = [ "active" ]
# timeout = "3s"
# request = '''
# SELECT count(*) FROM pg_stat_activity;
# select count(*) as active from pg_stat_activity;
# '''

0 comments on commit d14b415

Please sign in to comment.