We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d29c939 commit c8fd9e8Copy full SHA for c8fd9e8
contributors/design-proposals/volume-metrics.md
@@ -36,7 +36,9 @@ emitting these metrics.
36
37
We will be using `HistogramVec` type so as we can attach dimensions at runtime. All
38
the volume operation metrics will be named `storage_operation_duration_seconds`.
39
-Name of operation and volume plugin's name will be emitted as dimensions.
+Name of operation and volume plugin's name will be emitted as dimensions. If for some reason
40
+volume plugin's name is not available when operation is performed - label's value can be set
41
+to `<n/a>`.
42
43
44
We are also interested in count of volume operation failures and hence a metric of type `NewCounterVec`
0 commit comments