Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: noushi/postgres_exporter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tomashaber/postgres_exporter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 32 files changed
  • 6 contributors

Commits on May 6, 2016

  1. Handle pg_runtime_variable return values

    When querying postgres `pg_runtime_variable`, postgres might return -1
    for `max_standby_archive_delay` and `max_standby_streaming_delay`
    marcusmartins committed May 6, 2016
    Configuration menu
    Copy the full SHA
    2a8bef5 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2016

  1. Add docker based integration test suite.

    This simply pulls and runs postgres against a number of versions and checks
    that we can successfully connect to it.
    wrouesnel committed Jul 16, 2016
    Configuration menu
    Copy the full SHA
    8cca2a5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request prometheus-community#13 from wrouesnel/smoketests

    Add docker based integration test suite.
    wrouesnel authored Jul 16, 2016
    Configuration menu
    Copy the full SHA
    5085f2a View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2016

  1. Parse strings to floats. fixes prometheus-community#15

    Brian Sutherland committed Jul 28, 2016
    Configuration menu
    Copy the full SHA
    0830d3e View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2016

  1. Merge pull request prometheus-community#17 from jinty/string-to-flaot

    Parse strings to floats
    wrouesnel authored Jul 30, 2016
    Configuration menu
    Copy the full SHA
    382729a View commit details
    Browse the repository at this point in the history
  2. Merge pull request prometheus-community#6 from marcusmartins/duration…

    …_handling
    
    Handle `pg_runtime_variable` return values
    wrouesnel authored Jul 30, 2016
    Configuration menu
    Copy the full SHA
    9cdd620 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2016

  1. update to use common/log

    tmc committed Aug 6, 2016
    Configuration menu
    Copy the full SHA
    09a9980 View commit details
    Browse the repository at this point in the history
  2. Merge pull request prometheus-community#18 from tmc/master

    Update to use common/log
    wrouesnel authored Aug 6, 2016
    Configuration menu
    Copy the full SHA
    39bd5d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2016

  1. Add queries file support

    noushi authored and Tomas Haber committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    ed07f8d View commit details
    Browse the repository at this point in the history
  2. Add sample queries file

    noushi authored and Tomas Haber committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    a780a46 View commit details
    Browse the repository at this point in the history
  3. Add support for custom queries from yaml file

    noushi authored and Tomas Haber committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    734317b View commit details
    Browse the repository at this point in the history
  4. Add gopkg.in/yaml.v2 dependency to vendor/

    noushi authored and Tomas Haber committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    a28532f View commit details
    Browse the repository at this point in the history
  5. Made cosmetic changes to fit the Go coding standards

    noushi authored and Tomas Haber committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    b23804b View commit details
    Browse the repository at this point in the history
  6. update to use common/log

    tmc authored and Tomas Haber committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    8ae2887 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    556a431 View commit details
    Browse the repository at this point in the history
Loading