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: prometheus-community/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: prometheus-community/postgres_exporter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release-0.11
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 3 files changed
  • 3 contributors

Commits on Aug 1, 2022

  1. fix for exporter issue 633

    fix for exporter issue 633: #633
    
    "Scan error on column index 2, name \"checkpoint_write_time\": converting driver.Value type float64 (\"6.594096e+06\") to a int: invalid syntax #633"
    
    Signed-off-by: bravosierrasierra <[email protected]>
    bravosierrasierra authored and SuperQ committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    4dbec5a View commit details
    Browse the repository at this point in the history
  2. Fix checkpoint_sync_time value type

    Error:
    sql: Scan error on column index 3, name \"checkpoint_sync_time\": converting driver.Value type float64 (\"1.876469e+06\") to a int: invalid syntax
    
    See also:
    #633
    #666
    
    Signed-off-by: Nicolas Rodriguez <[email protected]>
    n-rodriguez authored and SuperQ committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    7a0accf View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Merge pull request #669 from prometheus-community/superq/0.11.1

    Pick fixes into release-0.11
    SuperQ authored Aug 18, 2022
    Configuration menu
    Copy the full SHA
    e356caa View commit details
    Browse the repository at this point in the history
  2. Release 0.11.1

    * [BUGFIX] Fix checkpoint_write_time value type #666
    * [BUGFIX] Fix checkpoint_sync_time value type #667
    
    Signed-off-by: SuperQ <[email protected]>
    SuperQ committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    5a43235 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5fd246 View commit details
    Browse the repository at this point in the history
Loading