func contrib.go.opencensus.io/exporter/stackdriver.sanitize
13 uses
contrib.go.opencensus.io/exporter/stackdriver (current package)
metrics.go#L210: labels[sanitize(key)] = label.val
metrics.go#L216: labels[sanitize(labelKey.Key)] = labelValue.Value
metrics.go#L289: Key: sanitize(key),
metrics.go#L298: Key: sanitize(key.Key),
metrics_proto.go#L244: labelKeys = append(labelKeys, sanitize(key.GetKey()))
metrics_proto.go#L394: Key: sanitize(key),
metrics_proto.go#L403: Key: sanitize(protoKey.GetKey()),
sanitize.go#L26: func sanitize(s string) string {
stats.go#L117: e.defaultLabels[sanitize(key)] = label
stats.go#L570: labels[sanitize(k)] = lbl.val
stats.go#L573: labels[sanitize(tag.Key.Name())] = tag.Value
stats.go#L582: Key: sanitize(key),
stats.go#L589: Key: sanitize(key.Name()),
![]() |
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. |