Luiz Henrique Pegoraro
Luiz Henrique Pegoraro
From #1176 POC Completed - [x] How to pass Agent ID in OTLP payload - [x] Create Pipeline in Runtime - [x] Multiple TSDB exporters The opentelemetry-collector service/service.go will need...
# OtelCol Components and How Orb uses them ## Sinker OTLP In the Sinker, where we receive metrics from the orb-agents in the handleMetrics function ```mermaid sequenceDiagram autonumber activate Sinker...
- [ ] Add function in components package that creates and configures the Prometheus Exporter - [ ] Add function in components package that creates and configures the Prometheus Remote...
With #1214 done, we will need to integrate Sinker with Collector. This will need to have a different handler for OTLP metrics, to ship over the Collector. In the payload...
- [ ] Add function in components package that configures and creates Batch Processor ```golang // still testing, want to track how many pipelines are running in parallel // current...
- [ ] Add function that creates and configures routingprocessor in orb-collector ```golang // Routes the otlp package to it's correct sink // current version and stability for metrics [...
- [ ] Add function that creates and configures GroupByAttribute Processor ```golang // maybe use this for logging the metric being published to exporter // current version and stability for...
Shouldn't this loop start at the latest version and go down until the current one (or vice versa)? Because currently this command will undo all the migrations. I am not...
it's a shame (and a maintenance burden) to reproduce all of this complex logic - is there any way to make this a single function used by both group and...