Replace the SAPM exporter with OTLP HTTP in default configs#5588
Merged
dmitryax merged 29 commits intosignalfx:mainfrom Dec 16, 2024
Merged
Replace the SAPM exporter with OTLP HTTP in default configs#5588dmitryax merged 29 commits intosignalfx:mainfrom
dmitryax merged 29 commits intosignalfx:mainfrom
Conversation
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
Contributor
|
Configs in |
879f0a0 to
f7f156e
Compare
f7f156e to
6e54e6c
Compare
dmitryax
reviewed
Dec 13, 2024
Contributor
|
TA configs still need to be updated |
6e327cd to
d280848
Compare
Contributor
|
|
d47f800 to
b732f3b
Compare
d2dd01c to
017caa3
Compare
dmitryax
approved these changes
Dec 16, 2024
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 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.