Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added postgresql_replication collector. #323

Closed
wants to merge 4 commits into from

Commits on Jun 6, 2016

  1. Added postgresql_replication collector.

    Refactored common Postgresql code into postgresqlutils and improved documentation for where postgresqlconf lives.
    postgresql.replication.upstream.lag.time - Milliseconds since pg_last_xact_replay_timestamp
    postgresql.replication.upstream.lag.bytes - The difference, in bytes, between pg_last_xlog_receive_location and pg_last_xlog_receive_location
    postgresql.replication.downstream.count - The number of walreceivers connected to the DB
    postgresql.replication.downstream.lag.bytes - The difference, in bytes, between the sent location and the replayed location for each walreceiver
    postgresql.replication.recovering - The value of pg_is_in_recovery
    postgresql.replication.walreceiver.running - One if a walreceiver process is running on the machine, otherwise zero.
    DavidValeri committed Jun 6, 2016
    Configuration menu
    Copy the full SHA
    63e0c04 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2016

  1. Configuration menu
    Copy the full SHA
    86df944 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2016

  1. cast psql replication lag as BIGINT instead of INT

    Mathieu Payeur Levallois committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    53f7122 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2016

  1. Merge branch 'master' of github.com:OpenTSDB/tcollector into postgres…

    …-replication
    Mathieu Payeur Levallois committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    0943da1 View commit details
    Browse the repository at this point in the history