Skip to content

Commit 84b033a

Browse files
lmilanfabianrbz
authored andcommitted
Fix(gateway): Remove unsupported OTEL metrics (#3754)
1 parent 6ed2efa commit 84b033a

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

app/_data/plugins/otel-metrics.yaml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -105,31 +105,6 @@ metrics:
105105
- server.address
106106
- kong.upstream.state
107107
- kong.subsystem
108-
- name: kong.dp.connection.last_seen
109-
description: Timestamp when the control plane last saw a data plane connect. This metric appears only on control plane nodes and is reported per data plane.
110-
unit: "s"
111-
type: Gauge
112-
attributes:
113-
- kong.dp.host.name
114-
- kong.dp.node.id
115-
- kong.dp.host.ip
116-
- name: kong.dp.version.compatible
117-
description: "Shows whether a data plane is compatible with the control plane’s version. This metric appears only on control plane nodes and is reported per data plane. A value of 1 means compatible and 0 means not."
118-
unit: "1"
119-
type: Gauge
120-
attributes:
121-
- kong.dp.host.name
122-
- kong.dp.node.id
123-
- kong.dp.host.ip
124-
- kong.dp.node.version
125-
- name: kong.dp.config_hash
126-
description: Shows the config hash the control plane has for each data plane. This metric appears only on control plane nodes and is reported per data plane.
127-
unit: "1"
128-
type: Gauge
129-
attributes:
130-
- kong.dp.host.name
131-
- kong.dp.node.id
132-
- kong.dp.host.ip
133108
- name: kong.dp.cluster_cert.expiry
134109
description: "Timestamp when the data plane’s cluster certificate will expire."
135110
unit: "s"

0 commit comments

Comments
 (0)