Skip to content

Commit c8fd9e8

Browse files
committed
Add information about setting lable value to n/a
1 parent d29c939 commit c8fd9e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

contributors/design-proposals/volume-metrics.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ emitting these metrics.
3636

3737
We will be using `HistogramVec` type so as we can attach dimensions at runtime. All
3838
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.
39+
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>`.
4042

4143

4244
We are also interested in count of volume operation failures and hence a metric of type `NewCounterVec`

0 commit comments

Comments
 (0)