go.opencensus.io/metric/metricdata.LabelValue.Value (field)
4 uses
go.opencensus.io/metric/metricdata (current package)
label.go#L28: Value string // string value of the label
label.go#L34: return LabelValue{Value: val, Present: true}
contrib.go.opencensus.io/exporter/prometheus
prometheus.go#L255: values = append(values, lv.Value)
contrib.go.opencensus.io/exporter/stackdriver
metrics.go#L216: labels[sanitize(labelKey.Key)] = labelValue.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. |