Need to understand information events thrown by collector-contrib running as windows service #23984
Unanswered
syamalaids
asked this question in
Q&A
Replies: 1 comment
-
We are as well having a similar issue with the event source id 3, We tried reinstalling the OTEL collector but no improvement. Thanks and Regards |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We have a C# windows service, which is sending wavefront metrics/traces to opentelemetry-collector-contrib running as Windows service on the same machine. I am able to see the traces in Wavefront dashboard. However in the eventviewer, I see many "Information" events like this.
`The description for Event ID 1 from source otelcontribcol cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event:
Do these events mean that the traces are being suppressed from being sent to the Proxy? Or these are general events that can be ignored?
Here are our package details:
otel-control-collector - 0.80
Following are the versions of the opentelemetry dlls our Service is using:
Here is the collector's config file:
Beta Was this translation helpful? Give feedback.
All reactions