You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| build_info | Gauge || arch, go_version, os, revision, version | A metric with a constant '1' value labeled with 'version' and 'revision' of external_dns and the 'go_version', 'os' and the 'arch' used the build. |
30
-
| consecutive_soft_errors | Gauge | controller || Number of consecutive soft errors in reconciliation loop. |
31
-
| last_reconcile_timestamp_seconds | Gauge | controller || Timestamp of last attempted sync with the DNS provider |
32
-
| last_sync_timestamp_seconds | Gauge | controller || Timestamp of last successful sync with the DNS provider |
33
-
| no_op_runs_total | Counter | controller || Number of reconcile loops ending up with no changes on the DNS provider side. |
34
-
| verified_records | Gauge | controller | record_type | Number of DNS records that exists both in source and registry (vector). |
35
-
| request_duration_seconds | Summaryvec | http | handler, scheme, host, path, method, status | The HTTP request latencies in seconds. |
36
-
| cache_apply_changes_calls | Counter | provider || Number of calls to the provider cache ApplyChanges. |
37
-
| cache_records_calls | Counter | provider | from_cache | Number of calls to the provider cache Records list. |
38
-
| endpoints_total | Gauge | registry || Number of Endpoints in the registry |
39
-
| errors_total | Counter | registry || Number of Registry errors. |
40
-
| records | Gauge | registry | record_type | Number of registry records partitioned by label name (vector). |
41
-
| skipped_records_owner_mismatch_per_sync | Gauge | registry | record_type, owner, foreign_owner, domain | Number of records skipped with owner mismatch for each record type, owner mismatch ID and domain (vector). |
42
-
| deduplicated_endpoints | Gauge | source | record_type, source_type | Number of endpoints currently removed as duplicates, partitioned by record type and source. |
43
-
| endpoints_total | Gauge | source || Number of Endpoints in all sources |
44
-
| errors_total | Counter | source || Number of Source errors. |
45
-
| invalid_endpoints | Gauge | source | record_type, source_type | Number of endpoints currently rejected due to invalid configuration, partitioned by record type and source. |
46
-
| records | Gauge | source | record_type | Number of source records partitioned by label name (vector). |
| build_info | Gauge || arch, go_version, os, revision, version | A metric with a constant '1' value labeled with 'version' and 'revision' of external_dns and the 'go_version', 'os' and the 'arch' used the build. |
30
+
| consecutive_soft_errors | Gauge | controller || Number of consecutive soft errors in reconciliation loop. |
31
+
| last_reconcile_timestamp_seconds | Gauge | controller || Timestamp of last attempted sync with the DNS provider |
32
+
| last_sync_timestamp_seconds | Gauge | controller || Timestamp of last successful sync with the DNS provider |
33
+
| no_op_runs_total | Counter | controller || Number of reconcile loops ending up with no changes on the DNS provider side. |
34
+
| verified_records | Gauge | controller | record_type | Number of DNS records that exists both in source and registry (vector). |
35
+
| request_duration_seconds | Summaryvec | http | handler, scheme, host, path, method, status | The HTTP request latencies in seconds. |
36
+
| cache_apply_changes_calls | Counter | provider || Number of calls to the provider cache ApplyChanges. |
37
+
| cache_records_calls | Counter | provider | from_cache | Number of calls to the provider cache Records list. |
38
+
| endpoints_total | Gauge | registry || Number of Endpoints in the registry |
39
+
| errors_total | Counter | registry || Number of Registry errors. |
40
+
| records | Gauge | registry | record_type | Number of registry records partitioned by label name (vector). |
41
+
| skipped_records_label_too_long_per_sync | Gauge | registry | record_type, domain | Number of records skipped because the projected TXT registry name has a DNS label exceeding RFC 1035's 63-char limit, for each record type and domain (vector). |
42
+
| skipped_records_owner_mismatch_per_sync | Gauge | registry | record_type, owner, foreign_owner, domain | Number of records skipped with owner mismatch for each record type, owner mismatch ID and domain (vector). |
43
+
| deduplicated_endpoints | Gauge | source | record_type, source_type | Number of endpoints currently removed as duplicates, partitioned by record type and source. |
44
+
| endpoints_total | Gauge | source || Number of Endpoints in all sources |
45
+
| errors_total | Counter | source || Number of Source errors. |
46
+
| invalid_endpoints | Gauge | source | record_type, source_type | Number of endpoints currently rejected due to invalid configuration, partitioned by record type and source. |
47
+
| records | Gauge | source | record_type | Number of source records partitioned by label name (vector). |
Help: "Number of records skipped because the projected TXT registry name has a DNS label exceeding RFC 1035's 63-char limit, for each record type and domain (vector).",
0 commit comments