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

Release 0.4.0 #37

Merged
merged 2 commits into from
Jul 9, 2020
Merged

Release 0.4.0 #37

merged 2 commits into from
Jul 9, 2020

Commits on Jul 8, 2020

  1. Release 0.4.0

    Counter names have been updated to match Prometheus naming conventions.
    * `pgbouncer_stats_queries_duration_seconds` -> `pgbouncer_stats_queries_duration_seconds_total`
    * `pgbouncer_stats_client_wait_seconds` -> `pgbouncer_stats_client_wait_seconds_total`
    * `pgbouncer_stats_server_in_transaction_seconds` -> `pgbouncer_stats_server_in_transaction_seconds_total`
    
    * [CHANGE] Cleanup exporter metrics #33
    * [CHANGE] Update counter metric names #35
    * [FEATURE] Add support for SHOW LISTS metrics #36
    
    Other:
    * Update vendoring.
    * Update Prometheus build orb.
    
    Signed-off-by: Ben Kochie <superq@gmail.com>
    SuperQ committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    b2279e3 View commit details
    Browse the repository at this point in the history
  2. Update vendor dir.

    Signed-off-by: Ben Kochie <superq@gmail.com>
    SuperQ committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    fea4c83 View commit details
    Browse the repository at this point in the history