Top Level Namespace

Defined Under Namespace

Modules: DynatraceConstants, LogStash

Constant Summary collapse

RETRYABLE_CODES =

These constants came from the http plugin config but we don’t want them configurable If encountered as response codes this plugin will retry these requests

[429, 500, 502, 503, 504].freeze
RETRY_FAILED =
true