resmoio / kubernetes-event-exporter

Export Kubernetes events to multiple destinations with routing and filtering
Apache License 2.0
753 stars 149 forks source link

involvedOject.kind doesnt work #165

Open aporwal3 opened 6 months ago

aporwal3 commented 6 months ago

Hi There,

Below is the config that we are using on our cluster

`apiVersion: v1 kind: ConfigMap metadata: name: event-exporter-cfg namespace: monitoring data: config.yaml: | logLevel: debug logFormat: json maxEventAgeSeconds: 150 kubeQPS: 3000 kubeBurst: 15000 metricsNamePrefix: eventexporter route: routes:

But when we check on grafana we dont see values for InvolvedObject.Kind. We need this to identify the kind of the object which is failing

Please advise.