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
Copy file name to clipboardExpand all lines: docs/liquids/designate.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,11 @@ This liquid provides support for the DNS service Designate.
13
13
14
14
## Service-specific configuration
15
15
16
-
None.
16
+
| Field | Type | Description |
17
+
| ----- | ---- | ----------- |
18
+
|`prometheus_config.api`|[`promquery.Config`](https://pkg.go.dev/github.com/sapcc/go-bits@v0.0.0-20260306103145-db6bddb66aec/promquery#Config)| Configuration for the Prometheus connection from which usage data is queried by the liquid. |
19
+
|`prometheus_config.queries.zones`|[`text/template`](https://pkg.go.dev/text/template) compatible string | Prometheus query for scraping the number of zones per project. The template should contain a filter string `{{.ProjectUUID}}` to be filled with the UUID of the project to be queried for usages. |
20
+
|`prometheus_config.queries.recordsets_per_zone`|[`text/template`](https://pkg.go.dev/text/template) compatible string | Prometheus query for scraping the maximum number of recordsets across all zones of this project. The template should contain a filter string `{{.ProjectUUID}}` to be filled with the UUID of the project to be queried for usages. |
0 commit comments