Custom exporters #2894
Unanswered
mrpantsuit
asked this question in
Q&A
Replies: 1 comment
-
You can do that right now, by setting up 2 pipelines from the receivers and using https://github.com/open-telemetry/opentelemetry-collector/tree/main/processor/filterprocessor processor to filter the metrics you want. On the Prometheus pipeline you don't filter anything but on the google pipeline filter that sub-set you need |
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
Uh oh!
There was an error while loading. Please reload this page.
-
We'd like to export our metrics to Prometheus, but also export a sub-sampling of those metrics to Google BigQuery. Would it be possible to write a custom exporter to do that? Thx.
Beta Was this translation helpful? Give feedback.
All reactions