-
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
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 issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
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: