jenkinsci / datadog-plugin

A Jenkins plugin used to forward metrics, events, and service checks to an account at Datadog, automatically.
https://plugins.jenkins.io/datadog/
MIT License
34 stars 48 forks source link

Filtering Events Feature Request #353

Open dawitgirm opened 1 year ago

dawitgirm commented 1 year ago

Requirements for Contributing to this repository

What does this PR do?

Currently, the filtering of events was limited to a toggle which turned on/off categories of events with no granular control of specific events to be sent.

Link to Issue

Description of the Change

Filtering is done by adding names for all the events and having users manually write include/exclude lists of specific events that they do/don't want. The higher level control of the toggles are still available but more specific include/excludes can be done with these lists. The config changed event was also removed completely as this event was blocked by the events team.

Alternate Designs & Possible Drawbacks

Link to RFC discussing this

Verification Process

Link to testing plan for unit and manual testing

Additional Notes

Release Notes

Review checklist (to be filled by reviewers)