We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 016442d + 3c1c05f commit 16de28eCopy full SHA for 16de28e
2 files changed
config/resource-metrics/gateways.yaml
@@ -51,6 +51,16 @@ spec:
51
labelsFromPath:
52
type: ["type"]
53
valueFrom: ["status"]
54
+ - name: "custom_hostname"
55
+ help: "Custom hostname defined on the gateway"
56
+ errorLogV: 10
57
+ each:
58
+ type: Info
59
+ info:
60
+ path: [spec,listeners]
61
+ labelsFromPath:
62
+ hostname: [hostname]
63
+
64
- groupVersionKind:
65
group: gateway.networking.k8s.io
66
kind: "HTTPRoute"
config/resource-metrics/httpproxies.yaml
@@ -52,3 +52,12 @@ spec:
reason: [reason]
status: [status]
valueFrom: [status]
+ help: "Custom hostname defined on the proxy"
+ path: [spec,hostnames]
+ hostname: []
0 commit comments