var go.opencensus.io/plugin/ocgrpc.KeyServerMethod
9 uses
go.opencensus.io/plugin/ocgrpc (current package)
server_metrics.go#L46: TagKeys: []tag.Key{KeyServerMethod},
server_metrics.go#L54: TagKeys: []tag.Key{KeyServerMethod},
server_metrics.go#L61: TagKeys: []tag.Key{KeyServerMethod},
server_metrics.go#L69: TagKeys: []tag.Key{KeyServerMethod, KeyServerStatus},
server_metrics.go#L77: TagKeys: []tag.Key{KeyServerMethod},
server_metrics.go#L85: TagKeys: []tag.Key{KeyServerMethod},
server_stats_handler.go#L44: ctx, _ = tag.New(ctx, tag.Upsert(KeyServerMethod, methodName(info.FullMethodName)))
stats_common.go#L64: KeyServerMethod = tag.MustNewKey("grpc_server_method")
go.opencensus.io/zpages
rpcz.go#L232: if tag.Key == ocgrpc.KeyClientMethod || tag.Key == ocgrpc.KeyServerMethod {
 |
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. |