Skip to content

Commit

Permalink
Better documentation for Time ValueType
Browse files Browse the repository at this point in the history
Co-authored-by: na-- <n@andreev.sh>
  • Loading branch information
codebien and na-- committed Nov 29, 2022
1 parent 17415ca commit b39546f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics/value_type.go
Expand Up @@ -5,7 +5,7 @@ import "errors"
// Possible values for ValueType.
const (
Default = ValueType(iota) // Values are presented as-is
Time // Values are timestamps (milliseconds)
Time // Values are time durations (milliseconds)
Data // Values are data amounts (bytes)
)

Expand Down

0 comments on commit b39546f

Please sign in to comment.