-
Notifications
You must be signed in to change notification settings - Fork 113
Description
Hello everyone,
I’m trying to find the metric aws_ebs_csi_ec2_detach_pending_seconds in our Gardener setup. According to the AWS EBS CSI driver documentation, this metric was introduced in version v1.43.
In our cluster(aws canary), I see the CSI driver version is v1.47.0 already present:
kc describe daemonset csi-driver-node -n kube-system | grep Image
-> Image: europe-docker.pkg.dev/sap-se-gcp-k8s-l-delivery/releases-live-public/registry_k8s_io/provider-aws/aws-ebs-csi-driver@sha256:dfdae45f7ff9c89c14bc7a0da8b81a0978f680fddeab331f8440a643909d72c6
docker run --rm europe-docker.pkg.dev/sap-se-gcp-k8s-l-delivery/releases-live-public/registry_k8s_io/provider-aws/aws-ebs-csi-driver@sha256:dfdae45f7ff9c89c14bc7a0da8b81a0978f680fddeab331f8440a643909d72c6 --version
-> {
"driverVersion": "v1.47.0",
"gitCommit": "",
"buildDate": "2025-08-06T22:32:28+00:00",
"goVersion": "go1.24.5",
"compiler": "gc",
"platform": "linux/arm64"
}
However, I don’t see this metric in Plutono.
Could anyone help me understand why it’s missing or if there’s something I might be overlooking?
/kind enhancement
/platform aws
What would you like to be added:
Metrics from AWS EBS CSI driver documentation
Why is this needed:
We occasionally experience issues with volume mounts, especially when the hardware is degraded. The AWS CSI driver team has added these metrics to the driver which can be used in HANA Cloud. These metrics are included in the official AWS version and can be scraped in the usual way.
We want to use these metrics in collaboration with AWS to identify the root cause of these volume mount issues.