-
Notifications
You must be signed in to change notification settings - Fork 159
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
Replace the SAPM exporter with OTLP HTTP in default configs #5588
Merged
Conversation
This file contains 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
asreehari-splunk
changed the title
draft: switch from sapm to otlphttp as default
Draft: switch from sapm to otlphttp as default
Nov 7, 2024
asreehari-splunk
force-pushed
the
sapm_to_otlphttp
branch
from
November 18, 2024 18:55
2d0e255
to
70a453a
Compare
asreehari-splunk
force-pushed
the
sapm_to_otlphttp
branch
3 times, most recently
from
November 19, 2024 19:17
720b7f6
to
ba226d8
Compare
asreehari-splunk
force-pushed
the
sapm_to_otlphttp
branch
from
November 19, 2024 22:44
ba226d8
to
22d4438
Compare
asreehari-splunk
force-pushed
the
sapm_to_otlphttp
branch
from
November 21, 2024 01:07
b6efa92
to
a3fe7c1
Compare
dmitryax
reviewed
Nov 21, 2024
…-otel-collector into pr/asreehari-splunk/5588
dmitryax
reviewed
Dec 12, 2024
asreehari-splunk
force-pushed
the
sapm_to_otlphttp
branch
from
December 12, 2024 20:49
e25c5e3
to
2aa627e
Compare
asreehari-splunk
force-pushed
the
sapm_to_otlphttp
branch
from
December 12, 2024 20:51
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 |
asreehari-splunk
force-pushed
the
sapm_to_otlphttp
branch
2 times, most recently
from
December 13, 2024 00:32
879f0a0
to
f7f156e
Compare
asreehari-splunk
force-pushed
the
sapm_to_otlphttp
branch
from
December 13, 2024 00:34
f7f156e
to
6e54e6c
Compare
dmitryax
reviewed
Dec 13, 2024
TA configs still need to be updated |
asreehari-splunk
force-pushed
the
sapm_to_otlphttp
branch
from
December 13, 2024 18:53
6e327cd
to
d280848
Compare
|
asreehari-splunk
force-pushed
the
sapm_to_otlphttp
branch
2 times, most recently
from
December 16, 2024 19:18
d47f800
to
b732f3b
Compare
asreehari-splunk
force-pushed
the
sapm_to_otlphttp
branch
from
December 16, 2024 20:45
d2dd01c
to
017caa3
Compare
dmitryax
approved these changes
Dec 16, 2024
dmitryax
changed the title
switch from sapm to otlphttp as default
Replace the SAPM exporter with OTLP HTTP in default configs
Dec 18, 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.