-
Notifications
You must be signed in to change notification settings - Fork 893
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
Conversation
| 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 | |
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.
Are the style changes in both tables really needed? They seemed fine before, albeit with one space less ;)
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.
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.
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!
Please also mention this in CHANGELOG.md
.
Thanks @arminru, changelog updated. |
Fixes #1696
Changes
Adding a similar section to events and attributes limit to the exporter specification.
Related issues #1656