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
Is your feature request related to a problem? Please describe.
I want to emit any metric generated by OpenSaves via OTLP, same as it currently does for Traces.
Describe the solution you'd like
Configure a MetricsProvider upon startup of the service.
Describe alternatives you've considered
OTEL Go has a default implementation for MetricsProvider that can use OTLP both over GRPC and HTTP
Additional context
None.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I want to emit any metric generated by OpenSaves via OTLP, same as it currently does for Traces.
Describe the solution you'd like
Configure a MetricsProvider upon startup of the service.
Describe alternatives you've considered
OTEL Go has a default implementation for MetricsProvider that can use OTLP both over GRPC and HTTP
Additional context
None.
The text was updated successfully, but these errors were encountered: