type go.opencensus.io/stats/view.LastValueData
10 uses
go.opencensus.io/stats/view (current package)
aggregation.go#L118: return &LastValueData{}
aggregation_data.go#L260: type LastValueData struct {
aggregation_data.go#L264: func (l *LastValueData) isAggregationData() bool {
aggregation_data.go#L268: func (l *LastValueData) addSample(v float64, _ map[string]interface{}, _ time.Time) {
aggregation_data.go#L272: func (l *LastValueData) clone() AggregationData {
aggregation_data.go#L273: return &LastValueData{l.Value}
aggregation_data.go#L276: func (l *LastValueData) equal(other AggregationData) bool {
aggregation_data.go#L277: a2, ok := other.(*LastValueData)
aggregation_data.go#L284: func (l *LastValueData) toPoint(metricType metricdata.Type, t time.Time) metricdata.Point {
contrib.go.opencensus.io/exporter/stackdriver
stats.go#L524: case *view.LastValueData:
![]() |
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. |