orb
orb copied to clipboard
Routing Processor
- [ ] Add function that creates and configures routingprocessor in orb-collector
// Routes the otlp package to it's correct sink
// current version and stability for metrics [ 0.56.0 , beta ]
routingprocessor.NewFactory(),
Unfortunately we will not be able to use RoutingProcessor here, we will need to change the way it is implemented to be changed at runtime.
I will close this. I will open another ticket with a proposal of the solution I am creating.