-
Notifications
You must be signed in to change notification settings - Fork 355
Missing events #159
Comments
Hi, If it's done, please give us the value you set and an example of missing event in Json. |
I set throttlePeriod from 5 to 300 and nothing changed. Issues:
Config: logLevel: debug
#logFormat: json
throttlePeriod: 5
# namespace: "custom-ns"
leaderElection:
enabled: False
route:
routes:
- match:
- receiver: "stdout"
receivers:
- name: "stdout"
stdout: {} |
I've run some manual tests in minikube cluster before I released this feature, but that small volume probably did not amount to something. Will test it more to find out what's going on. I don't use gcp @cristifalcas does other auth mechanisms need to be imprted that way too? It seems similar how database drivers are used in Go |
@mustafaakin sorry, it didn't cross my mind that this is used on other clusters as well :) . I don't know how it is outside gcp. I found the slowness in my case. The calls for I have to admit that there are hundreds of events per second in my cluster. |
ETA: This was restored when I changed the This is also the case in my environment. After upgrading to v0.11, event-exporter can no longer track events at all.
|
Most likely not related to the original issue, but I also spotted missing events: #163 |
Also seeing issues with throttling in 0.11:
and fewer events. Issue with no events when upgrading was fixed by not setting layout when using json as logFormat - my config looks like this:
|
Having similar issues with similar configurations, using throttle periods anywhere between 1 and 300. Using both
|
@ncgee I am also facing the same issue where difference in the count of events coming and events getting sinked is too high. Did you get any solution for that? I have described everything here #192 @omauger Can you please help here? |
Latest version is not catching most events.
Compared with version 0.10, nothing is showing up in my logs now
The text was updated successfully, but these errors were encountered: