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
Hello, in the SDK, you can have multiple exporters per meter. Currently we use Views to drop metrics and attributes on a global level. At the same time, we allow our users to define their own exporters. We want to allow dropping metrics and attributes per exporter level because each backend has different expectations. Unfortunately, we haven't found a way to do this in the SDK because views only provide access to the instrumentation information.
The text was updated successfully, but these errors were encountered:
Problem Statement
Hello, in the SDK, you can have multiple exporters per meter. Currently we use Views to drop metrics and attributes on a global level. At the same time, we allow our users to define their own exporters. We want to allow dropping metrics and attributes per exporter level because each backend has different expectations. Unfortunately, we haven't found a way to do this in the SDK because views only provide access to the instrumentation information.
The text was updated successfully, but these errors were encountered: