Skip to content

Commit eea9ee4

Browse files
authored
Fix collection of source and registry error metrics (DataDog#20682)
* fix collection of source and registry error metrics * changelog
1 parent eee8c09 commit eea9ee4

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fix collection of source and registry error metrics

external_dns/datadog_checks/external_dns/metrics.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
DEFAULT_METRICS = {
55
'external_dns_registry_endpoints_total': 'registry.endpoints.total',
66
'external_dns_source_endpoints_total': 'source.endpoints.total',
7+
'external_dns_source_errors_total': 'source.errors.total',
8+
'external_dns_registry_errors_total': 'registry.errors.total',
79
'source_errors_total': 'source.errors.total',
810
'registry_errors_total': 'registry.errors.total',
911
'external_dns_controller_last_sync_timestamp_seconds': 'controller.last_sync',

0 commit comments

Comments
 (0)