Module: Datadog::Core::Remote::Configuration::Content::ApplyState
- Defined in:
- lib/datadog/core/remote/configuration/content.rb
Constant Summary collapse
- UNACKNOWLEDGED =
Default state of configurations. Set until the component consuming the configuration has acknowledged it was applied.
1
- ACKNOWLEDGED =
Set when the configuration has been successfully applied.
2
- ERROR =
Set when the configuration has been unsuccessfully applied.
3