type contrib.go.opencensus.io/exporter/stackdriver/monitoredresource.Interface
9 uses
contrib.go.opencensus.io/exporter/stackdriver/monitoredresource (current package)
monitored_resources.go#L25: type Interface interface {
monitored_resources.go#L39: func Autodetect() Interface {
monitored_resources.go#L40: return func() Interface {
monitored_resources.go#L42: var awsDetect, gcpDetect Interface
monitored_resources.go#L74: var autoDetected Interface
contrib.go.opencensus.io/exporter/stackdriver
metrics.go#L172: var mr monitoredresource.Interface
stackdriver.go#L174: MonitoredResource monitoredresource.Interface
stackdriver.go#L282: ResourceByDescriptor func(*metricdata.Descriptor, map[string]string) (map[string]string, monitoredresource.Interface)
stackdriver.go#L492: func convertMonitoredResourceToPB(mr monitoredresource.Interface) *monitoredrespb.MonitoredResource {
![]() |
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. |