func go.opencensus.io/tag.MustNewKey
25 uses
go.opencensus.io/tag (current package)
key.go#L33: func MustNewKey(name string) Key {
go.opencensus.io/plugin/ocgrpc
stats_common.go#L64: KeyServerMethod = tag.MustNewKey("grpc_server_method")
stats_common.go#L65: KeyServerStatus = tag.MustNewKey("grpc_server_status")
stats_common.go#L70: KeyClientMethod = tag.MustNewKey("grpc_client_method")
stats_common.go#L71: KeyClientStatus = tag.MustNewKey("grpc_client_status")
go.opencensus.io/plugin/ochttp
stats.go#L95: Host = tag.MustNewKey("http.host")
stats.go#L99: StatusCode = tag.MustNewKey("http.status")
stats.go#L106: Path = tag.MustNewKey("http.path")
stats.go#L109: Method = tag.MustNewKey("http.method")
stats.go#L114: KeyServerRoute = tag.MustNewKey("http_server_route")
stats.go#L120: KeyClientMethod = tag.MustNewKey("http_client_method")
stats.go#L122: KeyClientPath = tag.MustNewKey("http_client_path")
stats.go#L124: KeyClientStatus = tag.MustNewKey("http_client_status")
stats.go#L126: KeyClientHost = tag.MustNewKey("http_client_host")
golang.org/x/pkgsite/cmd/prober
main.go#L170: keyName = tag.MustNewKey("probe.name")
main.go#L171: keyStatus = tag.MustNewKey("probe.status")
golang.org/x/pkgsite/internal/dcensus
dcensus.go#L30: var KeyStatus = tag.MustNewKey("status")
golang.org/x/pkgsite/internal/frontend
details.go#L103: keyVersionType = tag.MustNewKey("frontend.version_type")
fetch.go#L44: keyFetchStatus = tag.MustNewKey("frontend-fetch.status")
golang.org/x/pkgsite/internal/middleware
caching.go#L29: keyCacheHit = tag.MustNewKey("cache.hit")
caching.go#L30: keyCacheName = tag.MustNewKey("cache.name")
caching.go#L31: keyCacheOperation = tag.MustNewKey("cache.operation")
quota.go#L28: keyQuotaBlocked = tag.MustNewKey("quota.blocked")
golang.org/x/pkgsite/internal/postgres
search.go#L39: keySearchSource = tag.MustNewKey("search.source")
golang.org/x/pkgsite/internal/worker
metrics.go#L20: keyEnqueueStatus = tag.MustNewKey("enqueue.status")
![]() |
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. |