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
s.log.Errorf("Envoy rejected the last update with code %d and message %s", errorCode, errorMessage)
272
+
s.log.Errorf("Envoy rejected the last update for type %s on node %s with code %d and message %s; the proxy is still serving its last known good config and a restarting proxy will fail to load this config",
s.log.Errorf("Envoy rejected the last update with code %d and message %s", errorCode, errorMessage)
396
+
s.log.Errorf("Envoy rejected the last update for type %s on node %s with code %d and message %s; the proxy is still serving its last known good config and a restarting proxy will fail to load this config",
Copy file name to clipboardExpand all lines: release-notes/current.yaml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ security updates: |
13
13
new features: |
14
14
Added support for authorization path match.
15
15
Added a `requestBody` field to the HTTP active health checker in `BackendTrafficPolicy`, allowing a request body payload to be sent during HTTP health checking. The field requires the health check `method` to be `POST` or `PUT`.
16
+
Added a `xdsNACKTotal` metric to track the number of NACKs received from Envoy, labeled by node ID and resource type URL. A NACK is a DiscoveryRequest carrying an ErrorDetail, indicating that Envoy rejected the last config update. This metric can be used to alert on config issues causing xDS rejections.
16
17
Added the `autoSNIFromEndpointHostname` TLS setting to Backends, allowing the SNI value sent to the backend to be automatically derived from the backend endpoint hostname instead of using a fixed SNI value.
|`xds_snapshot_create_total`| Total number of xds snapshot cache creates. |
63
+
|`xds_snapshot_update_total`| Total number of xds snapshot cache updates by node id. |
64
+
|`xds_stream_duration_seconds`| How long a xds stream takes to finish. |
65
+
|`xds_nack_total`| Total number of xds updates rejected (NACKed) by Envoy, by node id and resource type. |
65
66
66
67
- For xDS snapshot cache update and xDS stream connection status, each metric includes `nodeID` label to identify the connection peer.
67
68
- For xDS stream connection status, each metric also includes `streamID` label to identify the connection stream, and `isDeltaStream` label to identify the delta connection stream.
0 commit comments