type go.opencensus.io/metric/metricdata.Unit
7 uses
go.opencensus.io/metric/metricdata (current package)
metric.go#L27: Unit Unit // units for the measure
unit.go#L19: type Unit string
unit.go#L24: UnitDimensionless Unit = "1"
unit.go#L25: UnitBytes Unit = "By"
unit.go#L26: UnitMilliseconds Unit = "ms"
go.opencensus.io/stats/view
view_to_metric.go#L27: func getUnit(unit string) metricdata.Unit {
view_to_metric.go#L96: func convertUnit(v *View) metricdata.Unit {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |