Nick

Results 5 comments of Nick

We're experiencing the same issue. > The receiver gets incoming request from OTel SDK in runtime directly then forward to backend by exporter in the same thread. Means Lambda Runtime...

Thanks @Aneurysm9, our config looks like this: ```yaml receivers: otlp: protocols: grpc: exporters: otlp: endpoint: https://otlp.nr-data.net:4317 headers: api-key: ${NR_API_KEY} service: pipelines: traces: receivers: [otlp] exporters: [otlp] metrics: receivers: [otlp] exporters:...

Awesome, thanks @Aneurysm9. > if anyone else who has experienced this issue is able to test a layer created from that branch it would be greatly appreciated I've been testing...

Hi @Aneurysm9. Thanks for your work on this. I've tried running #310 in the RIE but I'm seeing the following, followed by a whole bunch of other errors. ```json {"level":"fatal","ts":1669184806.0124168,"msg":"Cannot...

@Aneurysm9 > Would an option to suppress the collector startup under the emulator be workable for you? That would definitely help. We do generally try to test our telemetry config...