opentelemetry_semantic_conventions::attribute

Constant CONTAINER_CSI_PLUGIN_NAME

Source
pub const CONTAINER_CSI_PLUGIN_NAME: &str = "container.csi.plugin.name";
Expand description

The name of the CSI (Container Storage Interface) plugin used by the volume.

§Notes

This can sometimes be referred to as a “driver” in CSI implementations. This should represent the name field of the GetPluginInfo RPC.

§Examples

  • "pd.csi.storage.gke.io"