You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The metrics in the PR you linked seem OK. It would still be nice to be able to call AddRedisInstrumentation on a MeterProviderBuilder to add all the metrics to the OpenTelemetry exporters used in a project, like you currently can with a TracerProviderBuilder.
It would still be nice to be able to call AddRedisInstrumentation on a MeterProviderBuilder
No reason the native instrumentation cannot provide an extension method like that, though it is not needed to enable metrics from - just need to call AddMeter(name of meter used by the library.)
Closing the issue here, as there is some work going on to make this occur natively.
Issue with OpenTelemetry.Instrumentation.StackExchangeRedis
List of all OpenTelemetry NuGet
packages and version that you are
using:
Runtime version:
Is this a feature request or a bug?
What is the expected behavior?
It should be possible to use AddRedisInstrumentation with MeterProviderBuilder.
What is the actual behavior?
It is currently not possible.
The text was updated successfully, but these errors were encountered: