-
Notifications
You must be signed in to change notification settings - Fork 166
Replace the SAPM exporter with OTLP HTTP in default configs #5588
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
Conversation
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
2d0e255
to
70a453a
Compare
720b7f6
to
ba226d8
Compare
ba226d8
to
22d4438
Compare
b6efa92
to
a3fe7c1
Compare
dmitryax
reviewed
Nov 21, 2024
…-otel-collector into pr/asreehari-splunk/5588
dmitryax
reviewed
Dec 12, 2024
e25c5e3
to
2aa627e
Compare
2aa627e
to
d4aae4d
Compare
dmitryax
reviewed
Dec 12, 2024
dmitryax
reviewed
Dec 12, 2024
dmitryax
reviewed
Dec 12, 2024
dmitryax
reviewed
Dec 12, 2024
dmitryax
reviewed
Dec 12, 2024
Configs in |
879f0a0
to
f7f156e
Compare
f7f156e
to
6e54e6c
Compare
dmitryax
reviewed
Dec 13, 2024
TA configs still need to be updated |
6e327cd
to
d280848
Compare
|
d47f800
to
b732f3b
Compare
d2dd01c
to
017caa3
Compare
dmitryax
approved these changes
Dec 16, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
In the default configurations, replace the SAPM exporter with OTLP HTTP. SAPM exporter will be deprecated in future releases. OTLP HTTP is a native OpenTelemetry exporter that doesn't require data transformation, making it more performant and requiring fewer computational resources.
See the upgrade guidelines on how to update existing configs to replace SAPM exporter.