-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[pkg/ottl] Add RemoveXML Converter #35301
Merged
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
djaglowski
force-pushed
the
ottl-xml-rename
branch
from
September 19, 2024 18:00
3e42040
to
4bd2a5e
Compare
github-actions
bot
added
cmd/oteltestbedcol
connector/count
connector/datadog
connector/routing
connector/sum
exporter/datadog
Datadog components
exporter/elasticsearch
exporter/honeycombmarker
internal/filter
pkg/ottl
processor/attributes
Attributes processor
processor/filter
Filter processor
processor/routing
Routing processor
processor/span
processor/tailsampling
Tail sampling processor
processor/transform
Transform processor
testbed
labels
Sep 19, 2024
github-actions
bot
requested review from
ankitpatel96,
bogdandrutu,
boostchicken,
carsonip,
crobert-1,
dineshg13,
evan-bradley,
fchikwekwe,
greatestusername,
JaredTan95,
jpkrohling and
kentquirk
September 19, 2024 18:00
djaglowski
force-pushed
the
ottl-xml-rename
branch
2 times, most recently
from
September 19, 2024 19:09
c2f55ec
to
2cacd72
Compare
djaglowski
force-pushed
the
ottl-xml-rename
branch
from
September 19, 2024 19:20
2cacd72
to
28b03fe
Compare
djaglowski
force-pushed
the
ottl-xml-rename
branch
from
September 20, 2024 13:23
4fac7ea
to
3e48af2
Compare
djaglowski
force-pushed
the
ottl-xml-rename
branch
from
September 20, 2024 16:14
3e48af2
to
7f97a6e
Compare
lahsivjar
approved these changes
Sep 23, 2024
djaglowski
force-pushed
the
ottl-xml-rename
branch
from
September 23, 2024 13:42
cad830d
to
6770827
Compare
djaglowski
force-pushed
the
ottl-xml-rename
branch
3 times, most recently
from
September 24, 2024 02:22
e5915cd
to
35fb391
Compare
djaglowski
force-pushed
the
ottl-xml-rename
branch
from
September 24, 2024 14:48
35fb391
to
9d95fb9
Compare
TylerHelmuth
approved these changes
Sep 24, 2024
jriguera
pushed a commit
to springernature/opentelemetry-collector-contrib
that referenced
this pull request
Oct 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cmd/otelcontribcol
otelcontribcol command
cmd/oteltestbedcol
connector/count
connector/datadog
connector/routing
connector/sum
exporter/datadog
Datadog components
exporter/elasticsearch
exporter/honeycombmarker
internal/filter
pkg/ottl
processor/attributes
Attributes processor
processor/filter
Filter processor
processor/routing
Routing processor
processor/span
processor/tailsampling
Tail sampling processor
processor/transform
Transform processor
testbed
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.
This adds a
RemoveXML
converter to OTTL. Related to #35281