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

adding DroppedLinksCount to non-otlp exporters section #1697

Merged
merged 5 commits into from
May 18, 2021

Conversation

codeboten
Copy link
Contributor

Fixes #1696

Changes

Adding a similar section to events and attributes limit to the exporter specification.
Related issues #1656

| Span.StartTime | Span.startTime | Span.start_time | See [Unit of time](#unit-of-time) |
| Span.EndTime | Span.duration | same | Calculated as EndTime - StartTime. See also [Unit of time](#unit-of-time) |
| Span.Attributes | Span.tags | same | See [Attributes](#attributes) for data types for the mapping. |
| OpenTelemetry | Jaeger Thrift | Jaeger Proto | Notes |
Copy link
Contributor

Choose a reason for hiding this comment

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

Are the style changes in both tables really needed? They seemed fine before, albeit with one space less ;)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it's only my preference to keep things aligned in the table, i find it easier to read the markdown this way. I can change it back if you prefer.

Copy link
Member

@arminru arminru left a comment

Choose a reason for hiding this comment

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

Thanks!
Please also mention this in CHANGELOG.md.

@codeboten
Copy link
Contributor Author

Thanks @arminru, changelog updated.

@carlosalberto carlosalberto merged commit d001d5d into open-telemetry:main May 18, 2021
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.

Links limit handling not defined in exporter spec
4 participants