-
Notifications
You must be signed in to change notification settings - Fork 1.8k
feat(opentelemetry source): support OTLP logs, metrics & traces #23524
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
Merged
Changes from all commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
65e60ec
wip
pront 8621a68
WIP2
pront 83c585b
wip3
pront d948740
ran cargo fmt
pront de4ec21
Merge remote-tracking branch 'origin' into pront/otel-investigation-logs
pront 2e03966
refactoring otel source
pront f250f8b
wip
pront 696c91d
Merge remote-tracking branch 'origin' into pront/otel-investigation-logs
pront 64eecdf
ran cargo fmt
pront f976a74
commit the otel proto desc
pront 98fc30d
refactoring
pront 35140c6
fix re-build mess
pront 4c11c87
unrelated web-playground build fix
pront 0592b73
avoid duplication in tests
pront 200bb79
dbg tests
pront a763a80
dbg tests
pront 8dc3674
ran cargo fmt
pront de17445
chore(dev): cargo vdev build licenses
pront 8ca6122
Merge remote-tracking branch 'origin/master' into pront/otel-investig…
pront c4366c7
wip - cleanup
pront 4e7f5d9
ran cargo fmt
pront 4c9b143
chore(deps): cargo update -p vrl
pront e6dab61
chore(dev): cargo vdev build licenses
pront c0ac421
e2e - wip
pront 60807e5
Merge remote-tracking branch 'origin' into pront/otel-investigation-logs
pront 1f5fa7d
cleanup
pront e047de6
ran cargo fmt
pront 7dd4968
Merge remote-tracking branch 'origin' into pront/otel-investigation-logs
pront 32f2188
set default
pront f11e27f
wip
pront 5066d92
vdev cruft
pront 6d4a14f
ran cargo fmt
pront 2bc4240
Merge remote-tracking branch 'origin' into pront/otel-investigation-logs
pront 128f2ac
Merge remote-tracking branch 'origin' into pront/otel-investigation-logs
pront 43f3f9d
cleanup
pront a619059
fix new config
pront 1c48361
use JSON names - wip
pront ca4334a
Merge remote-tracking branch 'origin' into pront/otel-investigation-logs
pront 425186f
ran cargo fmt
pront 6d62658
chore(dev): cargo vdev build licenses
pront 2b6f1c8
update VRL
pront a830fdf
ran cargo fmt
pront 4ec6f8a
chore(dev): cargo vdev build licenses
pront de3ac9a
handle metrics too
pront 9101088
ran cargo fmt
pront b537cd3
vrl update fixes
pront 1e09da5
Merge remote-tracking branch 'origin' into pront/otel-investigation-logs
pront db3b324
ran cargo fmt
pront 860808f
wip
pront bcea371
chore(dev): cargo vdev build licenses
pront af06922
fix typo and add first version of the changelog
pront d4f723f
ran cargo fmt
pront 43a2bcd
fix typo and add first version of the changelog
pront afc48ae
add author
pront 31ce84d
Merge branch 'master' into pront/otel-investigation-logs
pront 2ac056a
Apply suggestions from code review
pront 40a76ee
tweaks to changelog
pront 55eec57
gen comp docs
pront 5480f39
Merge branch 'master' into pront/otel-investigation-logs
pront 0980161
fix changelog typo
pront 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
The `opentelemetry` source now supports a new decoding mode which can be enabled by setting `use_otlp_decoding` to `true`. In this mode, | ||
all events preserve the [OTLP](https://opentelemetry.io/docs/specs/otel/protocol/) format. These events can be forwarded directly to | ||
the `opentelemetry` sink without modifications. | ||
|
||
**Note:** The OTLP metric format and the Vector metric format differ, so the `opentelemetry` source emits OTLP formatted metrics as Vector log | ||
events. These events cannot be used with existing metrics transforms. However, they can be ingested by the OTEL collectors as metrics. | ||
|
||
authors: pront |
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.
Uh oh!
There was an error while loading. Please reload this page.