github.com/census-instrumentation/opencensus-proto/gen-go/resource/v1.Resource.Labels (field)

4 uses

	github.com/census-instrumentation/opencensus-proto/gen-go/resource/v1 (current package)
		resource.pb.go#L51: 	Labels map[string]string `protobuf:"bytes,2,rep,name=labels,proto3" json:"labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
		resource.pb.go#L95: 		return x.Labels

	contrib.go.opencensus.io/exporter/stackdriver
		metrics_proto.go#L223: 		Labels: make(map[string]string, len(rsc.Labels)),
		metrics_proto.go#L226: 	for k, v := range rsc.Labels {