vert-x3 / vertx-redis-client

Redis client for Vert.x
http://vertx.io
Apache License 2.0
128 stars 116 forks source link

Add more properties to CommandReporter #442

Closed luneo7 closed 5 months ago

luneo7 commented 5 months ago

Add more properties to CommandReporter so we are able to add Server and Network attributes for OpenTelemetry tracing.

Closes https://github.com/vert-x3/vertx-redis-client/issues/441

luneo7 commented 5 months ago

@Ladicek here is my first take on the attributes that we need to properly construct the Server and Network attributes for OpenTelemetry. Can you take a look at it?

Ladicek commented 5 months ago

Thank you! You will also have to submit a copy of this PR against the 4.x branch, if you want to use it anytime soon :-)