Improved metric gateway pipeline setup #1475
Labels
area/metrics
MetricPipeline
kind/bug
Categorizes issue or PR as related to a bug.
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
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:
The text was updated successfully, but these errors were encountered: