type go.opencensus.io/stats.Measurement
17 uses
go.opencensus.io/stats (current package)
measure.go#L95: type Measurement struct {
measure.go#L102: func (m Measurement) Value() float64 {
measure.go#L107: func (m Measurement) Measure() Measure {
measure_float64.go#L25: func (m *Float64Measure) M(v float64) Measurement {
measure_float64.go#L26: return Measurement{
measure_int64.go#L25: func (m *Int64Measure) M(v int64) Measurement {
measure_int64.go#L26: return Measurement{
record.go#L45: measurements []Measurement
record.go#L64: func WithMeasurements(measurements ...Measurement) Options {
record.go#L91: func Record(ctx context.Context, ms ...Measurement) {
record.go#L100: func RecordWithTags(ctx context.Context, mutators []tag.Mutator, ms ...Measurement) error {
go.opencensus.io/stats/view
worker.go#L206: ms: ms.([]stats.Measurement),
worker_commands.go#L152: ms []stats.Measurement
worker_commands.go#L161: if (m == stats.Measurement{}) { // not registered
go.opencensus.io/plugin/ochttp
client_stats.go#L107: m := []stats.Measurement{
server.go#L193: m := []stats.Measurement{
golang.org/x/pkgsite/internal/dcensus
dcensus.go#L238: func RecordWithTag(ctx context.Context, key tag.Key, val string, m stats.Measurement) {
![]() |
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. |