func go.opencensus.io/plugin/ocgrpc.methodName

3 uses

	go.opencensus.io/plugin/ocgrpc (current package)
		server_stats_handler.go#L44: 	ctx, _ = tag.New(ctx, tag.Upsert(KeyServerMethod, methodName(info.FullMethodName)))
		stats_common.go#L78: func methodName(fullname string) string {
		stats_common.go#L150: 				tag.Upsert(KeyClientMethod, methodName(d.method)),