Skip to content

Commit

Permalink
Add information about setting lable value to n/a
Browse files Browse the repository at this point in the history
  • Loading branch information
gnufied committed Jul 24, 2017
1 parent d29c939 commit c8fd9e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contributors/design-proposals/volume-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ emitting these metrics.

We will be using `HistogramVec` type so as we can attach dimensions at runtime. All
the volume operation metrics will be named `storage_operation_duration_seconds`.
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
volume plugin's name is not available when operation is performed - label's value can be set
to `<n/a>`.


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

0 comments on commit c8fd9e8

Please sign in to comment.