Skip to content

Commit

Permalink
Add scraping for new validation_attempts metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
gabedos committed Oct 17, 2024
1 parent c8ba87f commit 7ba3489
Show file tree
Hide file tree
Showing 6 changed files with 78 additions and 65 deletions.
6 changes: 6 additions & 0 deletions datadog_cluster_agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 5.1.0 / 2024-10-18 / Agent 7.59.0

***Added***:

* Add telemetry scraping for Validation AdmissionController

## 5.0.0 / 2024-10-04

***Removed***:
Expand Down
1 change: 1 addition & 0 deletions datadog_cluster_agent/changelog.d/18867.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add telemetry scraping for Validation AdmissionController
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
'admission_webhooks_library_injection_attempts': 'admission_webhooks.library_injection_attempts',
'admission_webhooks_library_injection_errors': 'admission_webhooks.library_injection_errors',
'admission_webhooks_mutation_attempts': 'admission_webhooks.mutation_attempts',
'admission_webhooks_validation_attemps': 'admission_webhooks.validation_attempts',
'admission_webhooks_patcher_attempts': 'admission_webhooks.patcher.attempts',
'admission_webhooks_patcher_completed': 'admission_webhooks.patcher.completed',
'admission_webhooks_patcher_errors': 'admission_webhooks.patcher.errors',
Expand Down
Loading

0 comments on commit 7ba3489

Please sign in to comment.