Replies: 1 comment
-
FWIW, it looks like filtering is possible on the otel-collector. Still, I'd like to filter before logs are sent to the otel-collector to avoid paying the runtime cost for observing Thanks in advance! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to build a user application that exposes which metrics we want to export via regex. For example:
Is this possible to do? IIUC, the
InstrumentSelector
,MetricSelector
, andPredicate
classes indicate that this functionality is achievable. However, I can't find any pointers into how we expose the ability to configure which metrics to export to the user. Happy to convert this into an example and send a PR after completing!Beta Was this translation helpful? Give feedback.
All reactions