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
feat: add EXCLUDE_AT_MATCH env variable to datadog
Datadog lambda will not send lines matching EXCLUDE_AT_MATCH, which will
allow easy exclusion of unwanted events (such as container stopped due
to autoscaling)
By default it's set to $x^ which is a regexp lifted from stack overflow
that doesn't match anything, so everything is included
0 commit comments