Replies: 1 comment
-
This is odd. I recommend you read through our troubleshooting instructions and try to set log level to debug: |
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.
-
Hello,
I am using Splunk Distribution of OpenTelemetry Collector in kubernetes. Current solution is working just fine. But after I added section for the smartagent/jmx receiver with groovy script inside, healthcheck starts to show "Server not available" status. Groovy script works, logs includes several
2022-11-07T11:12:14.730Z error subproc/core.go:114 Get result, and sent:0 {"kind": "receiver", "name": "smartagent/jmx", "pipeline": "metrics", "monitorID": "smartagentjmx", "monitorType": "jmx", "runnerPID": 42}
(I just added stderr to script)
There are not any other warn/errors in logs. Kubernetes just kills pod cause healthcheck. My jmx config:
And - smartagent/jmx added into service/pipelines/metrics/receivers section.
Do you have any ideas where and how to dig?
Beta Was this translation helpful? Give feedback.
All reactions