Skip to content

Don't ignore errors in parseUserQueries #362

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

Merged
merged 2 commits into from
Feb 25, 2020
Merged

Don't ignore errors in parseUserQueries #362

merged 2 commits into from
Feb 25, 2020

Conversation

dpetersen
Copy link
Contributor

Failures in parsing the user's queries are just being swallowed, which
makes troubleshooting YAML issues frustrating/impossible. I'm presuming
this was not intentional, since there is error handling code in the
function that calls this one, though it is unreachable as far as I can
tell without this change.

Failures in parsing the user's queries are just being swallowed, which
makes troubleshooting YAML issues frustrating/impossible. I'm presuming
this was not intentional, since there is error handling code in the
function that calls this one, though it is unreachable as far as I can
tell without this change.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 64.7% when pulling 60c6d7f on dpetersen:query-file-error into aeec47e on wrouesnel:master.

@wrouesnel wrouesnel merged commit f870f95 into prometheus-community:master Feb 25, 2020
@dpetersen dpetersen deleted the query-file-error branch February 25, 2020 21:17
SuperQ added a commit that referenced this pull request Feb 26, 2021
* Add CHANGELOG from existing tags.

Now released under Prometheus Community

* [CHANGE] Update build to use standard Prometheus promu/Dockerfile
* [ENHANCEMENT] Remove duplicate column in queries.yml #433
* [ENHANCEMENT] Add query for 'pg_replication_slots' #465
* [ENHANCEMENT] Allow a custom prefix for metric namespace #387
* [ENHANCEMENT] Improve PostgreSQL replication lag detection #395
* [ENHANCEMENT] Support connstring syntax when discovering databases #473
* [ENHANCEMENT] Detect SIReadLock locks in the pg_locks metric #421
* [BUGFIX] Fix pg_database_size_bytes metric in queries.yaml #357
* [BUGFIX] Don't ignore errors in parseUserQueries #362
* [BUGFIX] Fix queries.yaml for AWS RDS #370
* [BUGFIX] Recover when connection cannot be established at startup #415
* [BUGFIX] Don't retry if an error occurs #426
* [BUGFIX] Do not panic on incorrect env #457

Signed-off-by: Ben Kochie <[email protected]>
@SuperQ SuperQ mentioned this pull request Feb 26, 2021
SuperQ added a commit that referenced this pull request Mar 1, 2021
* Add CHANGELOG from existing tags.

First release under the Prometheus Community organisation.

* [CHANGE] Update build to use standard Prometheus promu/Dockerfile
* [ENHANCEMENT] Remove duplicate column in queries.yml #433
* [ENHANCEMENT] Add query for 'pg_replication_slots' #465
* [ENHANCEMENT] Allow a custom prefix for metric namespace #387
* [ENHANCEMENT] Improve PostgreSQL replication lag detection #395
* [ENHANCEMENT] Support connstring syntax when discovering databases #473
* [ENHANCEMENT] Detect SIReadLock locks in the pg_locks metric #421
* [BUGFIX] Fix pg_database_size_bytes metric in queries.yaml #357
* [BUGFIX] Don't ignore errors in parseUserQueries #362
* [BUGFIX] Fix queries.yaml for AWS RDS #370
* [BUGFIX] Recover when connection cannot be established at startup #415
* [BUGFIX] Don't retry if an error occurs #426
* [BUGFIX] Do not panic on incorrect env #457

Signed-off-by: Ben Kochie <[email protected]>
angaz pushed a commit to angaz/postgres_exporter that referenced this pull request Mar 3, 2022
* Add CHANGELOG from existing tags.

First release under the Prometheus Community organisation.

* [CHANGE] Update build to use standard Prometheus promu/Dockerfile
* [ENHANCEMENT] Remove duplicate column in queries.yml prometheus-community#433
* [ENHANCEMENT] Add query for 'pg_replication_slots' prometheus-community#465
* [ENHANCEMENT] Allow a custom prefix for metric namespace prometheus-community#387
* [ENHANCEMENT] Improve PostgreSQL replication lag detection prometheus-community#395
* [ENHANCEMENT] Support connstring syntax when discovering databases prometheus-community#473
* [ENHANCEMENT] Detect SIReadLock locks in the pg_locks metric prometheus-community#421
* [BUGFIX] Fix pg_database_size_bytes metric in queries.yaml prometheus-community#357
* [BUGFIX] Don't ignore errors in parseUserQueries prometheus-community#362
* [BUGFIX] Fix queries.yaml for AWS RDS prometheus-community#370
* [BUGFIX] Recover when connection cannot be established at startup prometheus-community#415
* [BUGFIX] Don't retry if an error occurs prometheus-community#426
* [BUGFIX] Do not panic on incorrect env prometheus-community#457

Signed-off-by: Ben Kochie <[email protected]>
ritbl pushed a commit to heniek/postgres_exporter that referenced this pull request Mar 19, 2023
Failures in parsing the user's queries are just being swallowed, which
makes troubleshooting YAML issues frustrating/impossible. I'm presuming
this was not intentional, since there is error handling code in the
function that calls this one, though it is unreachable as far as I can
tell without this change.

Co-authored-by: Will Rouesnel <[email protected]>
ritbl pushed a commit to heniek/postgres_exporter that referenced this pull request Mar 19, 2023
* Add CHANGELOG from existing tags.

First release under the Prometheus Community organisation.

* [CHANGE] Update build to use standard Prometheus promu/Dockerfile
* [ENHANCEMENT] Remove duplicate column in queries.yml prometheus-community#433
* [ENHANCEMENT] Add query for 'pg_replication_slots' prometheus-community#465
* [ENHANCEMENT] Allow a custom prefix for metric namespace prometheus-community#387
* [ENHANCEMENT] Improve PostgreSQL replication lag detection prometheus-community#395
* [ENHANCEMENT] Support connstring syntax when discovering databases prometheus-community#473
* [ENHANCEMENT] Detect SIReadLock locks in the pg_locks metric prometheus-community#421
* [BUGFIX] Fix pg_database_size_bytes metric in queries.yaml prometheus-community#357
* [BUGFIX] Don't ignore errors in parseUserQueries prometheus-community#362
* [BUGFIX] Fix queries.yaml for AWS RDS prometheus-community#370
* [BUGFIX] Recover when connection cannot be established at startup prometheus-community#415
* [BUGFIX] Don't retry if an error occurs prometheus-community#426
* [BUGFIX] Do not panic on incorrect env prometheus-community#457

Signed-off-by: Ben Kochie <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants