go.opencensus.io/metric/metricdata.Metric.TimeSeries (field)
5 uses
go.opencensus.io/metric/metricdata (current package)
metric.go#L37: TimeSeries []*TimeSeries // one time series for each combination of label values
go.opencensus.io/stats/view
view_to_metric.go#L148: TimeSeries: ts,
contrib.go.opencensus.io/exporter/prometheus
prometheus.go#L164: for _, ts := range metric.TimeSeries {
contrib.go.opencensus.io/exporter/stackdriver
metrics.go#L155: timeSeries := make([]*monitoringpb.TimeSeries, 0, len(metric.TimeSeries))
metrics.go#L156: for _, ts := range metric.TimeSeries {
![]() |
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. |