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 30, 2022
1 parent 616e5e2 commit 564197a
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 (nanoseconds)
Time // Values are time durations (milliseconds)
Data // Values are data amounts (bytes)
)

Expand Down

0 comments on commit 564197a

Please sign in to comment.