Skip to content

Commit

Permalink
add telemetry (DataDog#19229)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuminyi authored Dec 10, 2024
1 parent aecd37d commit 37a3772
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions datadog_cluster_agent/changelog.d/19229.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
add telemetry for local load store in dca
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
'autoscaling_workload_vertical_rollout_triggered': 'autoscaling.workload.vertical_rollout_triggered',
'autoscaling_workload_vertical_scaling_received_limits': 'autoscaling.workload.vertical_scaling_received_limits',
'autoscaling_workload_vertical_scaling_received_requests': 'autoscaling.workload.vertical_scaling_received_requests', # noqa: E501
'autoscaling_workload_store_load_entities': 'autoscaling.workload.store_load_entities',
'autoscaling_workload_store_job_queue_length': 'autoscaling.workload.store_job_queue_length',
'aggregator__flush': 'aggregator.flush',
'aggregator__processed': 'aggregator.processed',
'api_requests': 'api_requests',
Expand Down

0 comments on commit 37a3772

Please sign in to comment.