type go.opencensus.io/stats.Int64Measure
14 uses
go.opencensus.io/stats (current package)
measure_int64.go#L19: type Int64Measure struct {
measure_int64.go#L25: func (m *Int64Measure) M(v int64) Measurement {
measure_int64.go#L37: func Int64(name, description, unit string) *Int64Measure {
measure_int64.go#L39: return &Int64Measure{mi}
measure_int64.go#L43: func (m *Int64Measure) Name() string {
measure_int64.go#L48: func (m *Int64Measure) Description() string {
measure_int64.go#L53: func (m *Int64Measure) Unit() string {
go.opencensus.io/stats/view
view_to_metric.go#L46: case *stats.Int64Measure:
view_to_metric.go#L57: case *stats.Int64Measure:
view_to_metric.go#L66: case *stats.Int64Measure:
contrib.go.opencensus.io/exporter/stackdriver
stats.go#L288: case *stats.Int64Measure:
stats.go#L298: case *stats.Int64Measure:
stats.go#L493: case *stats.Int64Measure:
stats.go#L526: case *stats.Int64Measure:
![]() |
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. |