Otel metrics change intervals#4170
Merged
dsessler7 merged 3 commits intoMay 8, 2025
Merged
Conversation
benjaminjb
reviewed
May 7, 2025
Contributor
benjaminjb
left a comment
There was a problem hiding this comment.
Let me just make sure I've got this right:
- some queries were only running in the wrong time period
- you moved these queries to other / new files
- to help clarify when queries should run, you set a new pattern where every file is either fast or slow
- not every version-based query has both fast & slow query files
I think that all makes sense, but happy to talk it over too.
benjaminjb
approved these changes
May 7, 2025
Collaborator
Author
That's exactly correct. The bump to the |
10102d1 to
ee695bf
Compare
benjaminjb
approved these changes
May 8, 2025
Move ccp_stat_user_tables metrics/query to 5 minute interval receiver. Add comment about null values to ccp_replication_slots metrics/query.
…ccp_monitoring authentication errors.
ee695bf to
6f831e9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist:
Type of Changes:
What is the current behavior (link to any open issues here)?
Some metric queries are not running at ideal intervals.
What is the new behavior (if this is a feature change)?
A couple metrics queries were moved to more appropriate intervals.
Also, the initial delay for the sqlquery receivers has been increased to avoid attempting to authenticate before sql setup has completed.
Other Information: