receiver/prometheus: roundtrip Prometheus->Pdata direct conversion without OpenCensus#3741
Closed
odeke-em wants to merge 15 commits into
Closed
receiver/prometheus: roundtrip Prometheus->Pdata direct conversion without OpenCensus#3741odeke-em wants to merge 15 commits into
odeke-em wants to merge 15 commits into
Conversation
73b5f3c to
6cbd772
Compare
6cbd772 to
d9343be
Compare
Member
|
Please rebase and fix conflicts. |
59fbe48 to
e4163c9
Compare
Member
|
Member
Author
Thanks @bogdandrutu! Indeed, I should perhaps mark this PR as a draft because I have to translate the entire test suite, it's basically consumed most of my time for the past week. I'll actually mail small parts of it progressively. |
e4163c9 to
8ac86ff
Compare
This change wires together the logic to convert the pdata converters into a method ToMetricPdata that appends converted metrics. The next change or two, will then hook everything up directly and will allow us to delete all the prior code!! Updates #3137 Updates PR open-telemetry#3674 Requires PR open-telemetry#3694 Updates open-telemetry#3691
Wire up and use the direct Prometheus->Pdata conversion end to end. With this change the receiver will no longer need OpenCensus. This change will involve more follow-ups that just migrate over the tests, because we don't want a super bloated/massive PR. Fixes open-telemetry#3691 Depends on PR open-telemetry#3694 Depends on PR open-telemetry#3695
0a0d196 to
34e6396
Compare
f30e2ec to
3cc2119
Compare
621a931 to
9c7274b
Compare
Contributor
|
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
Member
|
@odeke-em unfortunately this needs to be moved to contrib. Sorry and thanks :) |
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 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.
Wire up and use the direct Prometheus->Pdata conversion end to end.
With this change the receiver will no longer need OpenCensus.
This change will involve more follow-ups that just migrate over the tests,
because we don't want a super bloated/massive PR.
Fixes #3691
Depends on PR #3694
Depends on PR #3695