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
I am encountering an issue with the minCount configuration in kubernetes-event-exporter, where it doesn't seem to be working as expected. Despite setting minCount to 3, I am receiving notifications for events with a count of 1.
Interestingly, after cloning the repository and examining the minCount tests, everything seems to be in order, which makes this behavior quite puzzling.
This issue does happens in the opposite side sometimes where count of the event greater them min count and we not receiving any alert/logs in the pod.
The configuration should theoretically prevent PagerDuty alerts for events with a count less than 3. However, I am still receiving alerts for events with a count of 1.
Example:
An example of an alert received, which is visible in the stdout of the exporter pod, is as follows (with sensitive information replaced):
I am encountering an issue with the
minCount
configuration in kubernetes-event-exporter, where it doesn't seem to be working as expected. Despite settingminCount
to 3, I am receiving notifications for events with a count of 1.Interestingly, after cloning the repository and examining the
minCount
tests, everything seems to be in order, which makes this behavior quite puzzling.This issue does happens in the opposite side sometimes where count of the event greater them min count and we not receiving any alert/logs in the pod.
Configuration:
Here is the relevant part of my configuration:
Issue:
The configuration should theoretically prevent PagerDuty alerts for events with a count less than 3. However, I am still receiving alerts for events with a count of 1.
Example:
An example of an alert received, which is visible in the stdout of the exporter pod, is as follows (with sensitive information replaced):
As seen in the above JSON, the event count is 1, which should not trigger an alert based on my configuration.
Any assistance in resolving this issue would be greatly appreciated. Thank you for your time and help.
The text was updated successfully, but these errors were encountered: