spotify / folsom

An asynchronous memcache client for Java
Apache License 2.0
147 stars 67 forks source link

Introduce OpenTelemetry metrics and tracing #222

Closed evg-tso closed 8 months ago

evg-tso commented 1 year ago

Hi,

I see that OpenTelemetry's metrics and tracing are missing in this repo.
Since OpenTracing and OpenCensus have been merged to form the OpenTelemetry project, I wonder if we should add another Metrics/Tracer implementation for OpenTelemetry here, or somewhere in the opentelemetry-java-instrumentation project.

What do you think?
If you think it's worthwhile, I can work on adding another implementation for OTEL metrics as a first step.

protocol7 commented 1 year ago

Such a contribution would surely be welcomed :)

korzepadawid commented 1 year ago

Assign it to me :)

thiagocesarj commented 8 months ago

OpenTelemetry metrics now available thanks to @korzepadawid ! Closing the issue