Guilherme Camargo

Results 1 issues of Guilherme Camargo

Hello, I'm trying to send the application logs to elasticsearch. I'm following the [getting started tutorial](https://opentelemetry.io/docs/instrumentation/erlang/getting-started/). To trace I'm using [otlp/elastic](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/elasticexporter) and works fine. To logs I'm using [elasticsearch](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/elasticsearchexporter) exporter,...