type github.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1.DistributionValue_Exemplar
14 uses
github.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1 (current package)
metrics.pb.go#L868: Exemplar *DistributionValue_Exemplar `protobuf:"bytes,2,opt,name=exemplar,proto3" json:"exemplar,omitempty"`
metrics.pb.go#L910: func (x *DistributionValue_Bucket) GetExemplar() *DistributionValue_Exemplar {
metrics.pb.go#L920: type DistributionValue_Exemplar struct {
metrics.pb.go#L934: func (x *DistributionValue_Exemplar) Reset() {
metrics.pb.go#L935: *x = DistributionValue_Exemplar{}
metrics.pb.go#L943: func (x *DistributionValue_Exemplar) String() string {
metrics.pb.go#L947: func (*DistributionValue_Exemplar) ProtoMessage() {}
metrics.pb.go#L949: func (x *DistributionValue_Exemplar) ProtoReflect() protoreflect.Message {
metrics.pb.go#L962: func (*DistributionValue_Exemplar) Descriptor() ([]byte, []int) {
metrics.pb.go#L966: func (x *DistributionValue_Exemplar) GetValue() float64 {
metrics.pb.go#L973: func (x *DistributionValue_Exemplar) GetTimestamp() *timestamp.Timestamp {
metrics.pb.go#L980: func (x *DistributionValue_Exemplar) GetAttachments() map[string]string {
metrics.pb.go#L1393: (*DistributionValue_Exemplar)(nil), // 11: opencensus.proto.metrics.v1.DistributionValue.Exemplar
metrics.pb.go#L1561: switch v := v.(*DistributionValue_Exemplar); i {
![]() |
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. |