-
Notifications
You must be signed in to change notification settings - Fork 85
Adding global config to enable otlp_exporter #2292
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
rafaelwestphal
wants to merge
29
commits into
master
Choose a base branch
from
westphalrafael/otlp_exporter_config_knob
base: master
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 24 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
f1bc179
Initial Implementation of global knob for otlp_exporter
rafaelwestphal 149c203
Fix Windows compilation and UAP plugin tests for health checks refact…
rafaelwestphal eeda003
Merge branch 'master' into westphalrafael/otlp_exporter_config_knob
rafaelwestphal 6d204ed
Merge branch 'master' into westphalrafael/otlp_exporter_config_knob
rafaelwestphal 32a833d
Update goldens for otlp_exporter_global_config after merging master
rafaelwestphal 9e476c9
Merge branch 'master' into westphalrafael/otlp_exporter_config_knob
rafaelwestphal 0f2ad89
Merge branch 'master' into westphalrafael/otlp_exporter_config_knob
rafaelwestphal bdd0aa4
Merge branch 'master' into westphalrafael/otlp_exporter_config_knob
rafaelwestphal 3087f88
Update goldens for otlp_exporter_global_config after merging master
rafaelwestphal 078dd45
Address PR #2292 code review comments
rafaelwestphal ef051c9
Fix healthcheck OTLP exporter check and decouple from experiments
rafaelwestphal c7fb0ed
Remove extra blank line from test-otlp-exporter-only/input.yaml
rafaelwestphal 03c1060
Remove rogue empty lines from various test input.yaml files
rafaelwestphal 7d6b575
Assimilate shared context keys into internal/experiments package
rafaelwestphal 8901d4a
Simplify health check design and remove unnecessary context passing
rafaelwestphal e02348b
Revert redundant ContextWithExperiments calls and experiments.go styling
rafaelwestphal bd5ccef
Merge branch 'master' into westphalrafael/otlp_exporter_config_knob
rafaelwestphal a6801d6
Update goldens for otlp_exporter_global_config after merging master
rafaelwestphal 9a3e332
Fix Windows compilation and test errors after health check refactoring
rafaelwestphal 57751e2
Remove dead ContextWithExperiments call in service_windows.go Start
rafaelwestphal 52fd3da
Decouple OTLP exporter from context and implement post-processing con…
rafaelwestphal 6e2653e
Merge branch 'master' into westphalrafael/otlp_exporter_config_knob a…
rafaelwestphal 01aac52
Format imports in config.go to satisfy gci linter
rafaelwestphal d9915cd
Fix config.go formatting to satisfy golangci-lint (gci)
rafaelwestphal bd0ab0e
Merge master into westphalrafael/otlp_exporter_config_knob and resolv…
rafaelwestphal 0cd6255
Fix non-constant format string errors in integration_test/agents
rafaelwestphal ab4dbac
Merge branch 'master' into westphalrafael/otlp_exporter_config_knob
rafaelwestphal 4b7407c
otlp: switch to UTR endpoint (#2186)
ridwanmsharif 9e50094
feat(healthchecks): add trace health check for OTLP endpoint (#2381)
rafaelwestphal 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
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
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.
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.
i dont think this
ifclause is necessary here. All Otelloggingpipielines useotel.Loggingas the exporter.