Luiz Henrique Pegoraro

Results 23 issues of 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...

enhancement
orb-backend
orb-sink
orb-sinker
opentelemetry
otel-collector

# 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...

enhancement
orb-backend
opentelemetry
otel-collector

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...

enhancement
orb-backend
orb-sinker
on_hold
otel-collector

- [ ] 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...

enhancement
orb-backend
opentelemetry
otel-collector

- [ ] 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 [...

enhancement
orb-backend
opentelemetry
otel-collector

- [ ] 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...

enhancement
orb-backend
opentelemetry
otel-collector

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...

enhancement
orb-backend

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...

orb-backend
p2
tech_debt