type go.opencensus.io/metric/metricdata.Descriptor
6 uses
go.opencensus.io/metric/metricdata (current package)
metric.go#L24: type Descriptor struct {
metric.go#L35: Descriptor Descriptor // metric descriptor
go.opencensus.io/stats/view
view.go#L123: metricDescriptor *metricdata.Descriptor
view_to_metric.go#L86: func viewToMetricDescriptor(v *View) *metricdata.Descriptor {
view_to_metric.go#L87: return &metricdata.Descriptor{
contrib.go.opencensus.io/exporter/stackdriver
stackdriver.go#L282: ResourceByDescriptor func(*metricdata.Descriptor, map[string]string) (map[string]string, monitoredresource.Interface)
![]() |
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. |