-
Notifications
You must be signed in to change notification settings - Fork 55
[PECOBLR-1381][PECOBLR-1382] Implement telemetry Phase 6-7: Collection, Aggregation & Driver Integration #320
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
Open
samikshya-db
wants to merge
23
commits into
main
Choose a base branch
from
stack/PECOBLR-1381-1382-telemetry-phase6-7
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
38e41de
[PECOBLR-1143] Implement telemetry Phase 4-5: Export infrastructure a…
samikshya-db e12933d
Refactor telemetry config to use config overlay approach
samikshya-db f5b0e91
Implement config overlay pattern and refactor feature flags for exten…
samikshya-db b2fc43c
Fix lint issues: gofmt, errcheck, and staticcheck
samikshya-db 4b53634
Merge branch 'main' into stack/PECOBLR-1143-telemetry-phase4-5
samikshya-db ab13528
Fix SA9003 lint error: Add comment to empty default case
samikshya-db 05f4ea2
Fix telemetry endpoint to match JDBC driver
samikshya-db 68f8493
Make first feature flag call blocking
samikshya-db 7fe0e54
Fix test failures in telemetry
samikshya-db 2387f20
Fix SA9003 staticcheck lint errors in exporter
samikshya-db 53b51e3
[PECOBLR-1381] Implement telemetry Phase 6: Metric collection & aggre…
samikshya-db 51d40d2
[PECOBLR-1382] Implement telemetry Phase 7: Driver integration
samikshya-db 09b9b99
Update DESIGN.md: Mark Phase 7 as completed
samikshya-db f388244
Update driver integration for config overlay pattern
samikshya-db 1593c87
Merge branch 'main' into stack/PECOBLR-1381-1382-telemetry-phase6-7
samikshya-db ae00204
Merge branch 'main' into stack/PECOBLR-1381-1382-telemetry-phase6-7
samikshya-db 03d33d2
Add explanatory comments for immediate flush behavior
samikshya-db fa63f3b
Add debug logging for telemetry panic recovery
samikshya-db 753637c
Check HTTP status codes in isTerminalError
samikshya-db f14cc3d
Fix gofmt formatting in telemetry/client.go
samikshya-db 0cb2635
Fix gofmt -s formatting in config.go
samikshya-db dba2eb6
Add nolint comments for unused code
samikshya-db c1de5a3
Fix nolint directives to include deadcode linter
samikshya-db File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.
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 is conflicting with the logic in previous PR (#319),
client > server > default. According to that,EnableTelemetrywould automatically enforceForceEnableTelemetry, so we don't need another parameter for that right ?