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: BoweFlex/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: master
Choose a head ref
  • 2 commits
  • 2 files changed
  • 3 contributors

Commits on May 17, 2025

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

Commits on May 29, 2025

  1. Feat: Improve Error Handling for Server.Scrape (prometheus-community#…

    …1158)
    
    * Update querySettings Error Return in Scrape
    
    If there are errors querying namespace mappings, the potential error from querySettings is obscured. Adding an immediate return if there are errors retreiving settings.
    
    Signed-off-by: Jonathan Bowe <[email protected]>
    
    * Improve Verbosity of queryNamespaceMappings Errors
    
    Previously if any errors were encountered by queryNamespaceMappings, only a count of those errors was returned - making debugging those errors harder than it needs to be.
    
    I'm changing this to immediately return nil if no errors are encountered, and otherwise an error will be formatted with each of the namespaces and what the error was for that namespace.
    
    Signed-off-by: Jonathan Bowe <[email protected]>
    
    * Simplify Error Message
    
    Co-authored-by: Ben Kochie <[email protected]>
    Signed-off-by: Jonathan Bowe <[email protected]>
    
    ---------
    
    Signed-off-by: Jonathan Bowe <[email protected]>
    Signed-off-by: Jonathan Bowe <[email protected]>
    Co-authored-by: Ben Kochie <[email protected]>
    BoweFlex and SuperQ authored May 29, 2025
    Configuration menu
    Copy the full SHA
    94e8399 View commit details
    Browse the repository at this point in the history
Loading