Skip to content

Commit bfa4e06

Browse files
authored
custom metrics docs
1 parent 574f865 commit bfa4e06

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/tutorials/webhook-provider.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,16 @@ The default recommended port is 8888, and should listen only on localhost (ie: o
3131

3232
**NOTE**: only `5xx` responses will be retried and only `20x` will be considered as successful. All status codes different from those will be considered a failure on ExternalDNS's side.
3333

34-
3534
## Metrics support
3635

3736
The metrics should listen ":8080" on `/metrics` following [Open Metrics](https://github.com/OpenObservability/OpenMetrics) format.
3837

38+
## Custom Annotations
39+
40+
The Webhook provider supports custom annotations for DNS records. This feature allows users to define additional configuration options for DNS records managed by the Webhook provider. Custom annotations are defined using the annotation format `external-dns.alpha.kubernetes.io/webhook-<custom-annotation>`.
41+
42+
Custom annotations can be used to influence DNS record creation and updates. Providers implementing the Webhook API should document the custom annotations they support and how they affect DNS record management.
43+
3944
## Provider registry
4045

4146
To simplify the discovery of providers, we will accept pull requests that will add links to providers in the [README](../../README.md) file. This list will only serve the purpose of simplifying finding providers and will not constitute an official endorsement of any of the externally implemented providers unless otherwise stated.

0 commit comments

Comments
 (0)