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

Add support for OTLP v0.6.0 #1472

Merged
merged 16 commits into from
Jan 5, 2021
Merged

Conversation

srikanthccv
Copy link
Member

@srikanthccv srikanthccv commented Dec 13, 2020

Fixes #1376
Fixes #1294

@srikanthccv srikanthccv requested review from a team, codeboten and lzchen and removed request for a team December 13, 2020 17:49
"""The default status."""

OK = 1
"""The operation has been validated by an Application developer or Operator to have completed successfully."""

Copy link
Member Author

Choose a reason for hiding this comment

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

Enum order as followed in OTLP v0.6.0 and Spec.

Copy link
Contributor

Choose a reason for hiding this comment

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

I would have thought this would've broke some tests in contrib that compared the enum numerical value, but I guess not!

Copy link
Contributor

@codeboten codeboten left a comment

Choose a reason for hiding this comment

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

This looks great thanks!

@codeboten codeboten merged commit 87d7ced into open-telemetry:master Jan 5, 2021
@srikanthccv srikanthccv deleted the otlp-0.6.0 branch September 24, 2021 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants