github.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1.MetricDescriptor.GetName (method)
7 uses
github.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1 (current package)
metrics.pb.go#L263: func (x *MetricDescriptor) GetName() string {
contrib.go.opencensus.io/exporter/stackdriver
metrics_proto.go#L159: Name: fmt.Sprintf("%s_summary_sum", summary.GetMetricDescriptor().GetName()),
metrics_proto.go#L173: Name: fmt.Sprintf("%s_summary_count", summary.GetMetricDescriptor().GetName()),
metrics_proto.go#L189: Name: fmt.Sprintf("%s_summary_percentile", summary.GetMetricDescriptor().GetName()),
metrics_proto.go#L239: metricType := se.metricTypeFromProto(metric.GetMetricDescriptor().GetName())
metrics_proto.go#L318: name := metric.GetMetricDescriptor().GetName()
metrics_proto.go#L367: metricName := md.GetName()
![]() |
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. |