-
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
Update core to latest and configure components for the Client Authentication Extensions (2/2) #3694
Conversation
Looks like this needs a rebase |
@jpkrohling - Most definitely will need to be rebased, and core will need to be updated as the first commit in this PR once open-telemetry/opentelemetry-collector#3340 has been merged for it to compile. I expect I was able get the majority of the needed code in place (while not being able to compile), since my previous PRs focused on moving component clients (HTTP, gRPC) to Exporter.Start(...) were previously merged. |
@jpkrohling @tigrannajaryan @bogdandrutu @pavankrish123 - I can confirm after pointing the core collector module to my local core 3340 branch, |
@gramidt open-telemetry/opentelemetry-collector#3340 is merged, please go ahead with this PR. |
@tigrannajaryan @bogdandrutu @jpkrohling @pavankrish123 - Looks like we're ready. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @gramidt !
…ypes (#3694) With this change, we now infer the actual interval startTime for cumulative types from the original starttime interval reinforcing what the OpenTelemetry Proto recommendations say in https://github.com/open-telemetry/opentelemetry-proto/blob/bc8ee79d8e01faf3310af2987268e94285f354da/opentelemetry/proto/metrics/v1/metrics.proto#L132-L140 Fixes #3691
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 #3674 Requires PR #3694 Updates #3691
Description:
This is the second phase of #3507.
Link to tracking Issue:
#3692
Testing:
Unit tests
Documentation:
N/A
Notes
Component changes are based on open-telemetry/opentelemetry-collector#3340.
Also related to open-telemetry/opentelemetry-collector#3282