google.golang.org/genproto/googleapis/api/monitoredres.MonitoredResource.Labels (field)
21 uses
google.golang.org/genproto/googleapis/api/monitoredres (current package)
monitored_resource.pb.go#L220: 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"`
monitored_resource.pb.go#L264: return x.Labels
cloud.google.com/go/logging
logging.go#L285: Labels: map[string]string{
logging.go#L314: Labels: map[string]string{info.label: parts[1]},
logging.go#L321: Labels: map[string]string{
contrib.go.opencensus.io/exporter/stackdriver
metrics.go#L179: rsc.Labels = nil
metrics.go#L358: mrsp.Labels = make(map[string]string, len(rs.Labels))
metrics.go#L361: mrsp.Labels[k] = v
resource.go#L219: result.Labels, missing = transformResource(match, res.Labels)
resource.go#L224: result.Labels = make(map[string]string, 1)
resource.go#L225: result.Labels["project_id"] = v
resource.go#L230: if v, ok := result.Labels["region"]; ok {
resource.go#L231: result.Labels["region"] = fmt.Sprintf("aws:%s", v)
stackdriver.go#L496: mrpb.Labels = make(map[string]string)
stackdriver.go#L498: mrpb.Labels[k] = v
trace_proto.go#L191: for k, v := range mr.Labels {
golang.org/x/pkgsite/internal/config
config.go#L420: Labels: map[string]string{
config.go#L430: Labels: map[string]string{
config.go#L445: Labels: map[string]string{"project_id": cfg.ProjectID},
golang.org/x/pkgsite/internal/dcensus
dcensus.go#L115: return r.Type, r.Labels
dcensus.go#L165: Labels: map[string]string{
 |
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. |