type go.opencensus.io/stats.Float64Measure
14 uses
go.opencensus.io/stats (current package)
measure_float64.go#L19: type Float64Measure struct {
measure_float64.go#L25: func (m *Float64Measure) M(v float64) Measurement {
measure_float64.go#L37: func Float64(name, description, unit string) *Float64Measure {
measure_float64.go#L39: return &Float64Measure{mi}
measure_float64.go#L43: func (m *Float64Measure) Name() string {
measure_float64.go#L48: func (m *Float64Measure) Description() string {
measure_float64.go#L53: func (m *Float64Measure) Unit() string {
go.opencensus.io/stats/view
view_to_metric.go#L48: case *stats.Float64Measure:
view_to_metric.go#L59: case *stats.Float64Measure:
view_to_metric.go#L68: case *stats.Float64Measure:
contrib.go.opencensus.io/exporter/stackdriver
stats.go#L290: case *stats.Float64Measure:
stats.go#L300: case *stats.Float64Measure:
stats.go#L497: case *stats.Float64Measure:
stats.go#L530: case *stats.Float64Measure:
![]() |
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. |