Skip to content
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

Merged
merged 12 commits into from
Jun 3, 2021

Conversation

gramidt
Copy link
Member

@gramidt gramidt commented Jun 2, 2021

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

@jpkrohling
Copy link
Member

Looks like this needs a rebase

@gramidt
Copy link
Member Author

gramidt commented Jun 3, 2021

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.

@gramidt gramidt changed the title Configure components for the Client Authentication Extensions (2/2) Update core and configure components for the Client Authentication Extensions (2/2) Jun 3, 2021
@gramidt
Copy link
Member Author

gramidt commented Jun 3, 2021

@jpkrohling @tigrannajaryan @bogdandrutu @pavankrish123 - I can confirm after pointing the core collector module to my local core 3340 branch, make all was good. I'm going to do another pass, but believe we're ready to go once open-telemetry/opentelemetry-collector#3340 is merged.

@tigrannajaryan
Copy link
Member

@gramidt open-telemetry/opentelemetry-collector#3340 is merged, please go ahead with this PR.

@gramidt gramidt marked this pull request as ready for review June 3, 2021 18:45
@gramidt gramidt requested a review from a team June 3, 2021 18:45
@gramidt gramidt changed the title Update core and configure components for the Client Authentication Extensions (2/2) Update core to latest and configure components for the Client Authentication Extensions (2/2) Jun 3, 2021
@gramidt
Copy link
Member Author

gramidt commented Jun 3, 2021

@tigrannajaryan @bogdandrutu @jpkrohling @pavankrish123 - Looks like we're ready.

Copy link
Member

@tigrannajaryan tigrannajaryan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @gramidt !

@tigrannajaryan tigrannajaryan merged commit bb5f655 into open-telemetry:main Jun 3, 2021
alexperez52 referenced this pull request in open-o11y/opentelemetry-collector-contrib Aug 18, 2021
…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
alexperez52 referenced this pull request in open-o11y/opentelemetry-collector-contrib Aug 18, 2021
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants