Skip to content

Commit b0bdf23

Browse files
[AI-5135] Add failover support with Agent High Availability feature (#19992)
* Add failover support with Agent High Availability feature * fix changelog * support openstack_controller instead * openstack_controller/changelog.d/19992.added * remove old changelog --------- Co-authored-by: Sarah Witt <sarah.witt@datadoghq.com>
1 parent eef506b commit b0bdf23

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add failover support with Agent High Availability feature.

openstack_controller/datadog_checks/openstack_controller/openstack_controller.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323

2424

2525
class OpenStackControllerCheck(AgentCheck, ConfigMixin):
26+
HA_SUPPORTED = True
27+
2628
def __new__(cls, name, init_config, instances):
2729
# type: (Type[OpenStackControllerCheck], str, Dict[str, Any], List[Dict[str, Any]]) -> OpenStackControllerCheck
2830
"""For backward compatibility reasons, there are two side-by-side implementations of OpenStackControllerCheck.

0 commit comments

Comments
 (0)