Open ashwinpagarkhed opened 1 month ago
Pinging code owners:
receiver/otlpjsonfile: @djaglowski @atoulme
See Adding Labels via Comments if you do not have permissions to add labels yourself.
Notice the opentelemetry-component uses an EventSource with the name "OpenTelemetry-Exporter-OpenTelemetryProtocol" for its internal logging. Please refer to SDK troubleshooting for instructions on seeing these internal logs.
Apologies, no idea what this is about. Please rephrase.
Nlog collector for otel
receiver/otlpjsonfile
Otel collector pod not able to collect msges from nlog config for otel
We have a central otel collector in a k8s cluster which is collecting metrics and logs from miccroservices from other k8s cluster. This works fine. However we have a few apps which have nlog logging all application logs to a storage account/eventhub.Now we want to get all the nlog logs through otel
This is the
nlog.config
file for the xml config for the otel collector as per this:the internal file for nlog (used to troubleshoot nlog config errors) shows no error with this current config values .
This is the curretn configs of the otel config:
The image for the olte deployment is :
otel/opentelemetry-collector-contrib:0.110.0
with this setup we are not able to recieve any msges in the otel collector(checked after adding debug to exporter and checking in the logs). Any help here would be appreciated! Thanks