type github.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1.TimeSeries
21 uses
github.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1 (current package)
metrics.pb.go#L154: Timeseries []*TimeSeries `protobuf:"bytes,2,rep,name=timeseries,proto3" json:"timeseries,omitempty"`
metrics.pb.go#L199: func (x *Metric) GetTimeseries() []*TimeSeries {
metrics.pb.go#L358: type TimeSeries struct {
metrics.pb.go#L377: func (x *TimeSeries) Reset() {
metrics.pb.go#L378: *x = TimeSeries{}
metrics.pb.go#L386: func (x *TimeSeries) String() string {
metrics.pb.go#L390: func (*TimeSeries) ProtoMessage() {}
metrics.pb.go#L392: func (x *TimeSeries) ProtoReflect() protoreflect.Message {
metrics.pb.go#L405: func (*TimeSeries) Descriptor() ([]byte, []int) {
metrics.pb.go#L409: func (x *TimeSeries) GetStartTimestamp() *timestamp.Timestamp {
metrics.pb.go#L416: func (x *TimeSeries) GetLabelValues() []*LabelValue {
metrics.pb.go#L423: func (x *TimeSeries) GetPoints() []*Point {
metrics.pb.go#L1386: (*TimeSeries)(nil), // 4: opencensus.proto.metrics.v1.TimeSeries
metrics.pb.go#L1477: switch v := v.(*TimeSeries); i {
contrib.go.opencensus.io/exporter/stackdriver
metrics_proto.go#L92: var percentileTss []*metricspb.TimeSeries
metrics_proto.go#L93: var countTss []*metricspb.TimeSeries
metrics_proto.go#L94: var sumTss []*metricspb.TimeSeries
metrics_proto.go#L102: sumTs := &metricspb.TimeSeries{
metrics_proto.go#L118: countTs := &metricspb.TimeSeries{
metrics_proto.go#L140: percentileTs := &metricspb.TimeSeries{
metrics_proto.go#L343: func (se *statsExporter) protoTimeSeriesToMonitoringPoints(ts *metricspb.TimeSeries, metricKind googlemetricpb.MetricDescriptor_MetricKind) ([]*monitoringpb.Point, error) {
![]() |
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. |