How to debug issues with receiver_creator
?
#14557
sfc-gh-aivanou
started this conversation in
General
Replies: 1 comment
-
It seems that by default k8s observer does not listen for nodes.
|
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.
-
I am trying to set up receiver_creator, but have issues.
I want to run
node_exporter
on each of the k8s nodes, and deploy OTEL as Gateway, withreceiver_creator
, that will generate N receivers, one for each of the nodes. The receivers will then scrape the endpoint provided on each of the nodes.I use configuration that I attached to run pods. The OTEL collector starts without errors, but does not collect any metrics. Where does the receiver_creator record the errors?
Here is my configuration:
Beta Was this translation helpful? Give feedback.
All reactions