-
Notifications
You must be signed in to change notification settings - Fork 282
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
WIP: Add OTEL receiver code and example OTEL collector code #87
Closed
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
rockdaboot
force-pushed
the
otel-receiver
branch
3 times, most recently
from
July 17, 2024 14:10
3948537
to
52c7632
Compare
rockdaboot
force-pushed
the
otel-receiver
branch
8 times, most recently
from
July 18, 2024 15:06
fc2c399
to
0beb9d2
Compare
rockdaboot
force-pushed
the
otel-receiver
branch
2 times, most recently
from
July 26, 2024 09:35
84bf728
to
da08b76
Compare
rockdaboot
force-pushed
the
otel-receiver
branch
from
August 5, 2024 11:59
da08b76
to
f13f7ab
Compare
rockdaboot
force-pushed
the
otel-receiver
branch
from
August 7, 2024 11:14
f13f7ab
to
69b418c
Compare
rockdaboot
force-pushed
the
otel-receiver
branch
4 times, most recently
from
August 20, 2024 09:54
237d788
to
2f47a1f
Compare
dmathieu
reviewed
Sep 19, 2024
rockdaboot
force-pushed
the
otel-receiver
branch
from
September 19, 2024 16:43
4315368
to
db2c9ad
Compare
Co-authored-by: Tim Rühsen <[email protected]>
We now have the receiver code in collector/ and the collector code in https://github.com/dmathieu/tmp-profiles-collector
rockdaboot
force-pushed
the
otel-receiver
branch
from
September 20, 2024 08:32
db2c9ad
to
c94900d
Compare
Cleaned up version of this PR is #160. Closing in favor of it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 PR is based on #84 and is a PoC for ongoing work (cc @dmathieu).