Open a-thaler opened 2 months ago
After implementing the logic for skipping the enrichment for the Trace Gateway, we should document this feature here
This issue has been automatically marked as stale due to the lack of recent activity. It will soon be closed if no further activity occurs. Thank you for your contributions.
Description
With the recent features in the metric gateway, new receivers were added as well as the pipelines were split up into multiple ones being connected via connectors. The current solution has some flaws which needs to be addressed:
Proposal: Avoid duplicating definition of logic which is generic for all pipelines and restructure the pipelines in a way that we clearly map inputs to outputs. Instead of having these pipelines for two MetricPipelines called pipe1 and pipe2:
we should have something like this: