-
Notifications
You must be signed in to change notification settings - Fork 99
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
Add support to include ingest delay to pulled metrics #129
Conversation
Signed-off-by: Anas <anas-aso@users.noreply.github.com>
Signed-off-by: Anas <anas-aso@users.noreply.github.com>
@SuperQ can you review this PR please ? |
How can we progress this PR? |
@SuperQ did you get a chance to look at this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs a rebase and tests need to be passing.
@SuperQ all green now. |
Signed-off-by: SuperQ <superq@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Breaking Changes: The exporter nolonger supports configuration via ENV vars. This was a non-standard feature that is not part of the Prometheus ecossystem. All configuration is now handled by the existing command line arguments. * [CHANGE] Cleanup non-standard ENV var setup #142 * [FEATURE] Add support to include ingest delay when pull metrics #129 * [FEATURE] Add monitoring.filters flag #133 * [ENHANCEMENT] Setup exporter metrics only once when we can #124 Signed-off-by: SuperQ <superq@gmail.com>
Breaking Changes: The exporter nolonger supports configuration via ENV vars. This was a non-standard feature that is not part of the Prometheus ecossystem. All configuration is now handled by the existing command line arguments. * [CHANGE] Cleanup non-standard ENV var setup #142 * [FEATURE] Add support to include ingest delay when pull metrics #129 * [FEATURE] Add monitoring.filters flag #133 * [ENHANCEMENT] Setup exporter metrics only once when we can #124 Signed-off-by: SuperQ <superq@gmail.com>
While debugging this issue #123 I found out that GCP Cloud Monitoring metrics might suffer from ingestion delay.
This PR adds support to include the ingest delay for each metric before pull it from Cloud Monitoring.