This plugin can be used to generate Datadog events if certain patterns match.
You're on Github:
Install Plugin
button.You're on Traefik Pilot:
Install Plugin
button.APIKey
Required: true
Your Datadog API key.
CodePattern
This pattern compares the user-defined status code, with the response code.
BodyPattern
This pattern checks if the user-defined regex matches the response body.
If you specify multiple patterns (e.g Code and Body) the plugin will generate a new event only if all of them match.
Title
The event title. Limited to 100 characters.
Message
The body of the event. Limited to 4000 characters. The text supports markdown.
Priority
Default: normal
The priority of the event. For example, normal or low. Allowed enum values: normal, low