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 {