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

[exporter/otlp-proto-grpc] add histogram #2429

Merged
merged 4 commits into from
Feb 3, 2022

Conversation

codeboten
Copy link
Contributor

@codeboten codeboten commented Jan 31, 2022

Description

Adding support for Histogram data point types. Note this doesn't support the sum of the histogram yet.

Fixes #2386

Type of change

  • New feature (non-breaking change which adds functionality)

Does This PR Require a Contrib Repo Change?

  • No.

Checklist:

  • Followed the style guidelines of this project
  • Unit tests have been added

@codeboten codeboten requested a review from a team January 31, 2022 22:55
@ocelotl ocelotl enabled auto-merge (squash) February 1, 2022 18:10
CHANGELOG.md Outdated Show resolved Hide resolved
@lzchen lzchen disabled auto-merge February 1, 2022 18:12
@lzchen lzchen closed this Feb 1, 2022
@lzchen lzchen reopened this Feb 1, 2022
Alex Boten added 3 commits February 2, 2022 15:50
Adding support for Histogram data point types. Note this doesn't support the sum of the histogram yet.
@codeboten codeboten force-pushed the codeboten/otlp-histo branch from b3011eb to dc5f929 Compare February 2, 2022 23:51
@codeboten codeboten added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Feb 2, 2022
codeboten pushed a commit to codeboten/opentelemetry-python that referenced this pull request Feb 2, 2022
@codeboten codeboten mentioned this pull request Feb 2, 2022
@codeboten
Copy link
Contributor Author

Seems there are some flaky tests, opened an issue #2436

@ocelotl ocelotl merged commit cade607 into open-telemetry:main Feb 3, 2022
codeboten pushed a commit to codeboten/opentelemetry-python that referenced this pull request Feb 3, 2022
ocelotl pushed a commit to ocelotl/opentelemetry-python that referenced this pull request Feb 3, 2022
* [exporter/otlp-proto-grpc] add histogram

Adding support for Histogram data point types. Note this doesn't support the sum of the histogram yet.

* update changelog

* update changelog

* fix test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OTLP Exporter: Add support for Histogram point types
3 participants