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 {
 |
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. |