var go.opencensus.io/plugin/ochttp.StatusCode
6 uses
go.opencensus.io/plugin/ochttp (current package)
client_stats.go#L119: tag.Upsert(StatusCode, strconv.Itoa(t.statusCode)),
server.go#L201: allTags[0] = tag.Upsert(StatusCode, strconv.Itoa(t.statusCode))
stats.go#L99: StatusCode = tag.MustNewKey("http.status")
stats.go#L218: TagKeys: []tag.Key{StatusCode},
stats.go#L266: TagKeys: []tag.Key{StatusCode},
golang.org/x/pkgsite/internal/dcensus
dcensus.go#L211: TagKeys: []tag.Key{ochttp.StatusCode, ochttp.KeyServerRoute},
![]() |
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. |