type github.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1.MetricDescriptor
19 uses
github.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1 (current package)
metrics.pb.go#L151: MetricDescriptor *MetricDescriptor `protobuf:"bytes,1,opt,name=metric_descriptor,json=metricDescriptor,proto3" json:"metric_descriptor,omitempty"`
metrics.pb.go#L192: func (x *Metric) GetMetricDescriptor() *MetricDescriptor {
metrics.pb.go#L214: type MetricDescriptor struct {
metrics.pb.go#L231: func (x *MetricDescriptor) Reset() {
metrics.pb.go#L232: *x = MetricDescriptor{}
metrics.pb.go#L240: func (x *MetricDescriptor) String() string {
metrics.pb.go#L244: func (*MetricDescriptor) ProtoMessage() {}
metrics.pb.go#L246: func (x *MetricDescriptor) ProtoReflect() protoreflect.Message {
metrics.pb.go#L259: func (*MetricDescriptor) Descriptor() ([]byte, []int) {
metrics.pb.go#L263: func (x *MetricDescriptor) GetName() string {
metrics.pb.go#L270: func (x *MetricDescriptor) GetDescription() string {
metrics.pb.go#L277: func (x *MetricDescriptor) GetUnit() string {
metrics.pb.go#L284: func (x *MetricDescriptor) GetType() MetricDescriptor_Type {
metrics.pb.go#L291: func (x *MetricDescriptor) GetLabelKeys() []*LabelKey {
metrics.pb.go#L1384: (*MetricDescriptor)(nil), // 2: opencensus.proto.metrics.v1.MetricDescriptor
metrics.pb.go#L1453: switch v := v.(*MetricDescriptor); i {
contrib.go.opencensus.io/exporter/stackdriver
metrics_proto.go#L158: MetricDescriptor: &metricspb.MetricDescriptor{
metrics_proto.go#L172: MetricDescriptor: &metricspb.MetricDescriptor{
metrics_proto.go#L188: MetricDescriptor: &metricspb.MetricDescriptor{
![]() |
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. |