Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 20 additions & 12 deletions charts/gateway-addons-helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ prometheus:
info:
labelsFromPath:
gatewayclass_name: [ spec, gatewayClassName ]
- name: "labels"
- name: "labels_info"
help: "Kubernetes labels converted to Prometheus labels."
each:
type: Info
Expand All @@ -105,6 +105,7 @@ prometheus:
type: Gauge
gauge:
path: [ metadata, deletionTimestamp ]
nilIsZero: true
- name: "listener_info"
help: "Gateway listener information"
each:
Expand Down Expand Up @@ -162,7 +163,7 @@ prometheus:
info:
labelsFromPath:
controller_name: [ spec, controllerName ]
- name: "labels"
- name: "labels_info"
help: "Kubernetes labels converted to Prometheus labels."
each:
type: Info
Expand All @@ -182,6 +183,7 @@ prometheus:
type: Gauge
gauge:
path: [ metadata, deletionTimestamp ]
nilIsZero: true
- name: "status"
help: "status condition"
each:
Expand Down Expand Up @@ -212,7 +214,7 @@ prometheus:
- metadata
- namespace
metrics:
- name: "labels"
- name: "labels_info"
help: "Kubernetes labels converted to Prometheus labels."
each:
type: Info
Expand All @@ -232,6 +234,7 @@ prometheus:
type: Gauge
gauge:
path: [ metadata, deletionTimestamp ]
nilIsZero: true
- name: "hostname_info"
help: "Hostname information"
each:
Expand Down Expand Up @@ -280,7 +283,7 @@ prometheus:
- metadata
- namespace
metrics:
- name: "labels"
- name: "labels_info"
help: "Kubernetes labels converted to Prometheus labels."
each:
type: Info
Expand All @@ -300,6 +303,7 @@ prometheus:
type: Gauge
gauge:
path: [ metadata, deletionTimestamp ]
nilIsZero: true
- name: "hostname_info"
help: "Hostname information"
each:
Expand Down Expand Up @@ -338,7 +342,7 @@ prometheus:
- groupVersionKind:
group: gateway.networking.k8s.io
kind: "TCPRoute"
version: "v1alpha2"
version: "v1"
metricNamePrefix: gatewayapi_tcproute
labelsFromPath:
name:
Expand All @@ -348,7 +352,7 @@ prometheus:
- metadata
- namespace
metrics:
- name: "labels"
- name: "labels_info"
help: "Kubernetes labels converted to Prometheus labels."
each:
type: Info
Expand All @@ -368,6 +372,7 @@ prometheus:
type: Gauge
gauge:
path: [ metadata, deletionTimestamp ]
nilIsZero: true
- name: "parent_info"
help: "Parent references that the tcproute wants to be attached to"
each:
Expand Down Expand Up @@ -398,7 +403,7 @@ prometheus:
- groupVersionKind:
group: gateway.networking.k8s.io
kind: "TLSRoute"
version: "v1alpha2"
version: "v1"
metricNamePrefix: gatewayapi_tlsroute
labelsFromPath:
name:
Expand All @@ -408,7 +413,7 @@ prometheus:
- metadata
- namespace
metrics:
- name: "labels"
- name: "labels_info"
help: "Kubernetes labels converted to Prometheus labels."
each:
type: Info
Expand All @@ -428,6 +433,7 @@ prometheus:
type: Gauge
gauge:
path: [ metadata, deletionTimestamp ]
nilIsZero: true
- name: "hostname_info"
help: "Hostname information"
each:
Expand Down Expand Up @@ -466,7 +472,7 @@ prometheus:
- groupVersionKind:
group: gateway.networking.k8s.io
kind: "UDPRoute"
version: "v1alpha2"
version: "v1"
metricNamePrefix: gatewayapi_udproute
labelsFromPath:
name:
Expand All @@ -476,7 +482,7 @@ prometheus:
- metadata
- namespace
metrics:
- name: "labels"
- name: "labels_info"
help: "Kubernetes labels converted to Prometheus labels."
each:
type: Info
Expand All @@ -496,6 +502,7 @@ prometheus:
type: Gauge
gauge:
path: [ metadata, deletionTimestamp ]
nilIsZero: true
- name: "parent_info"
help: "Parent references that the udproute wants to be attached to"
each:
Expand Down Expand Up @@ -526,7 +533,7 @@ prometheus:
- groupVersionKind:
group: gateway.networking.k8s.io
kind: "BackendTLSPolicy"
version: "v1alpha3"
version: "v1"
metricNamePrefix: gatewayapi_backendtlspolicy
labelsFromPath:
name:
Expand All @@ -536,7 +543,7 @@ prometheus:
- metadata
- namespace
metrics:
- name: "labels"
- name: "labels_info"
help: "Kubernetes labels converted to Prometheus labels."
each:
type: Info
Expand All @@ -556,6 +563,7 @@ prometheus:
type: Gauge
gauge:
path: [ metadata, deletionTimestamp ]
nilIsZero: true
- name: "target_info"
help: "Target references that the backendtlspolicy wants to be attached to"
each:
Expand Down
Loading