contrib.go.opencensus.io/exporter/stackdriver.Labels.Set (method)
4 uses
contrib.go.opencensus.io/exporter/stackdriver (current package)
label.go#L28: func (labels *Labels) Set(key, value, description string) {
golang.org/x/pkgsite/internal/dcensus
dcensus.go#L188: labels.Set("version", cfg.AppVersionLabel(), "Version label of the running binary")
dcensus.go#L189: labels.Set("env", cfg.DeploymentEnvironment(), "deployment environment")
dcensus.go#L190: labels.Set("app", cfg.Application(), "application 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. |