Juan Carlos Corona Romero

Results 63 comments of Juan Carlos Corona Romero

I am looking for this as well. Maybe I could help contribute this in?

I tested a minimal setup with the OTEL plugin and different versions on Elysia. My setup: Jaeger running on docker with otel collector ``` docker run -d --name jaeger \...

I should probably add that I was using `@opentelemetry/exporter-trace-otlp-grpc` ```ts import { OTLPTraceExporter } from '@opentelemetry/exporter-trace-otlp-grpc'; ``` with the url: `http://localhost:4317` and not `@opentelemetry/exporter-trace-otlp-proto` as the docs say. If I...