-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Otel collector pod not able to collect msges from nlog config for otel #35732
Labels
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
|
Apologies, no idea what this is about. Please rephrase. |
This was referenced Nov 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: