Skip to content

Commit 37a3772

Browse files
authored
add telemetry (#19229)
1 parent aecd37d commit 37a3772

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 telemetry for local load store in dca

datadog_cluster_agent/datadog_checks/datadog_cluster_agent/check.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
'autoscaling_workload_vertical_rollout_triggered': 'autoscaling.workload.vertical_rollout_triggered',
3636
'autoscaling_workload_vertical_scaling_received_limits': 'autoscaling.workload.vertical_scaling_received_limits',
3737
'autoscaling_workload_vertical_scaling_received_requests': 'autoscaling.workload.vertical_scaling_received_requests', # noqa: E501
38+
'autoscaling_workload_store_load_entities': 'autoscaling.workload.store_load_entities',
39+
'autoscaling_workload_store_job_queue_length': 'autoscaling.workload.store_job_queue_length',
3840
'aggregator__flush': 'aggregator.flush',
3941
'aggregator__processed': 'aggregator.processed',
4042
'api_requests': 'api_requests',

0 commit comments

Comments
 (0)