go.opencensus.io/metric/metricdata.Point.Value (field)
10 uses
go.opencensus.io/metric/metricdata (current package)
point.go#L27: Value interface{}
point.go#L35: Value: val,
point.go#L43: Value: val,
point.go#L51: Value: val,
point.go#L59: Value: val,
point.go#L77: switch v := p.Value.(type) {
contrib.go.opencensus.io/exporter/prometheus
prometheus.go#L230: switch v := point.Value.(type) {
prometheus.go#L269: switch v := point.Value.(type) {
contrib.go.opencensus.io/exporter/stackdriver
metrics.go#L413: switch v := pt.Value.(type) {
metrics.go#L415: err = fmt.Errorf("protoToMetricPoint: unknown Data type: %T", pt.Value)
![]() |
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. |