From af3aa26553047249778d50c60e6f5a0a1be762c2 Mon Sep 17 00:00:00 2001 From: Nikhil-Ladha Date: Fri, 4 Oct 2024 12:51:25 +0530 Subject: [PATCH] doc: add a release note about csi sidecar metrics Added a release note for csi sidecar metrics Signed-off-by: Nikhil-Ladha --- PendingReleaseNotes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PendingReleaseNotes.md b/PendingReleaseNotes.md index 8041b01a34d6..017b9dcb7b40 100644 --- a/PendingReleaseNotes.md +++ b/PendingReleaseNotes.md @@ -6,5 +6,8 @@ - util: a log message "Slow GRPC" is now emitted when CSI GRPC call outlives its deadline [PR](https://github.com/ceph/ceph-csi/pull/4847) +- CSI metrics for sidecars are now exposed at `POD_IP`:`SIDECAR_ENDPOINT`/`metrics` +path. Check sidecar container spec for `SIDECAR_ENDPOINT` +value [PR](https://github.com/ceph/ceph-csi/pull/4887) ## NOTE