You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would just like to preface this with i am new to otel use so forgive me if i am missing something basic. I am installing a self hosted Signoz and k8s-infra helm chart for kubernetes cluster monitoring. By default the k8s-infra helm chart shows that k8sevents are enabled to be collected. I can see in the otelDeployment pod logs that the receiver is being created, but nothing else related to k8sevents in general.
{"level":"info","ts":1744896335.740436,"caller":"[email protected]/receiver.go:67","msg":"starting to watch namespaces for the events.","kind":"receiver","name":"k8s_events","data_type":"logs"}
I set up the preconfigured dashboard from Signoz to show k8sevents related information, and am assuming that events are being found (based on the event count on the dashboard, screenshot below) but no other event information is shown.
Is there some sort of additional configuration that is needed in order for these events to be consumed/read? Below are all the values used in my charts. I am installing the latest versions of both charts:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Would just like to preface this with i am new to otel use so forgive me if i am missing something basic. I am installing a self hosted Signoz and k8s-infra helm chart for kubernetes cluster monitoring. By default the k8s-infra helm chart shows that k8sevents are enabled to be collected. I can see in the otelDeployment pod logs that the receiver is being created, but nothing else related to k8sevents in general.
{"level":"info","ts":1744896335.740436,"caller":"[email protected]/receiver.go:67","msg":"starting to watch namespaces for the events.","kind":"receiver","name":"k8s_events","data_type":"logs"}
I set up the preconfigured dashboard from Signoz to show k8sevents related information, and am assuming that events are being found (based on the event count on the dashboard, screenshot below) but no other event information is shown.
Is there some sort of additional configuration that is needed in order for these events to be consumed/read? Below are all the values used in my charts. I am installing the latest versions of both charts:
Signoz additional values:
k8s-infra additional values:
Also any insight on how to get better debug logs for the otelDeployment pod would be greatly appreciated
Beta Was this translation helpful? Give feedback.
All reactions