We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The "Named Tracers and Meters" RFC (https://github.com/open-telemetry/oteps/blob/master/text/0016-named-tracers.md) has been approved and the subsequent spec changes are also close to approval (open-telemetry/opentelemetry-specification#264).
OpenTelemetry language repositories now need to implement this mechanisms.
The text was updated successfully, but these errors were encountered:
Named Tracers implemented in #239. Named Meters still TBD.
Sorry, something went wrong.
this seems to be implemented: https://github.com/open-telemetry/opentelemetry-dotnet/blob/master/src/OpenTelemetry.Api/Metrics/MeterFactoryBase.cs
@cijothomas please confirm. Assigning to you to close
This is done.
open-telemetry#229: NullReferenceException in TelemetryDispatchMessag…
954b81c
…eInspector.BeforeSendReply when operation is OneWay (open-telemetry#237) * Update TelemetryDispatchMessageInspector.cs open-telemetry#229: Check if reply is not null * open-telemetry#229: Added TelemetryDispatchMessageInspectorForOneWayOperationsTests * open-telemetry#229: Rename parameters * open-telemetry#229: Added new "1.0.0-rc6" version to CHANGELOG.md * open-telemetry#229: Fix text formatting * open-telemetry#229: Fix CHANGELOG formatting. Added extra asserts to the test * open-telemetry#229: Fix formatting * open-telemetry#229: Fix formatting in GHANGELOG.md Co-authored-by: iepl <[email protected]> Co-authored-by: Ievgen Platonov <[email protected]>
cijothomas
No branches or pull requests
The "Named Tracers and Meters" RFC (https://github.com/open-telemetry/oteps/blob/master/text/0016-named-tracers.md) has been approved and the subsequent spec changes are also close to approval (open-telemetry/opentelemetry-specification#264).
OpenTelemetry language repositories now need to implement this mechanisms.
The text was updated successfully, but these errors were encountered: