Documentation ¶
Overview ¶
Package unit holds the definitions for the units you can use in telemetry.
Index ¶
Constants ¶
View Source
const ( // Dimensionless indicates that a measure has no specified units. Dimensionless = "1" // Bytes indicates that that a measure is recording number of bytes. Bytes = "By" // Milliseconds indicates that a measure is recording a duration in milliseconds. Milliseconds = "ms" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.