yukim opened a new pull request, #4872:
URL: https://github.com/apache/cassandra/pull/4872

   This is the implementation of CEP-32: OpenTelemetry tracing integration.
   
   # Review points
   
   - The way of configuring OpenTelemetry
   - Check if span name cardinality is OK
       - Coordinator span is created for Query/Prepare/Execute/Batch native 
protocol messages with `CQLStatement#getQuerySummary()` result. For example, 
`QUERY SELECT ks.table`.
       - Replica spans are created for Local read/mutation runnables and 
inbound messages with verb + additional info, ex. `MUTATION_REQ ks.table`
    - Check if attribute names and values set are OK


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to