teabot opened a new pull request, #494: URL: https://github.com/apache/curator/pull/494
This changes adds an Open Telemetry tracing driver. To make this more effective, it also decomposes `OperationTrace` events so that the start and end of the event can be handled distinctly. Curator's `OperationTraces` are mapped to OTel `Spans`. When an `OperationTrace` is started (created), a corresponding OTel span is started and made current. The span is closed when the `OperationTrace` is committed. `OperationTrace` members are mapped to OTel span attributes, and result codes are mapped to appropriate OTel representations. Any Curator `EventTraces` are attributed to the current OTel span. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
