type google.golang.org/genproto/googleapis/api/distribution.Distribution_Exemplar
18 uses
google.golang.org/genproto/googleapis/api/distribution (current package)
distribution.pb.go#L104: Exemplars []*Distribution_Exemplar `protobuf:"bytes,10,rep,name=exemplars,proto3" json:"exemplars,omitempty"`
distribution.pb.go#L181: func (x *Distribution) GetExemplars() []*Distribution_Exemplar {
distribution.pb.go#L365: type Distribution_Exemplar struct {
distribution.pb.go#L389: func (x *Distribution_Exemplar) Reset() {
distribution.pb.go#L390: *x = Distribution_Exemplar{}
distribution.pb.go#L398: func (x *Distribution_Exemplar) String() string {
distribution.pb.go#L402: func (*Distribution_Exemplar) ProtoMessage() {}
distribution.pb.go#L404: func (x *Distribution_Exemplar) ProtoReflect() protoreflect.Message {
distribution.pb.go#L417: func (*Distribution_Exemplar) Descriptor() ([]byte, []int) {
distribution.pb.go#L421: func (x *Distribution_Exemplar) GetValue() float64 {
distribution.pb.go#L428: func (x *Distribution_Exemplar) GetTimestamp() *timestamppb.Timestamp {
distribution.pb.go#L435: func (x *Distribution_Exemplar) GetAttachments() []*anypb.Any {
distribution.pb.go#L757: (*Distribution_Exemplar)(nil), // 3: google.api.Distribution.Exemplar
distribution.pb.go#L823: switch v := v.(*Distribution_Exemplar); i {
contrib.go.opencensus.io/exporter/stackdriver
metrics.go#L470: func metricBucketToBucketCountsAndExemplars(buckets []metricdata.Bucket, projectID string) ([]int64, []*distributionpb.Distribution_Exemplar) {
metrics.go#L472: var exemplars []*distributionpb.Distribution_Exemplar
metrics.go#L482: func metricExemplarToPbExemplar(exemplar *metricdata.Exemplar, projectID string) *distributionpb.Distribution_Exemplar {
metrics.go#L483: return &distributionpb.Distribution_Exemplar{
 |
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. |