package grpc.go.profiling.v1alpha

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service Profiling

service.proto:91

The Profiling service exposes functions to remotely manage the gRPC profiling behaviour in a program.

message Stat

service.proto:74

A Stat is a collection of Timers along with some additional metadata to tag and identify itself.

Used in: GetStreamStatsResponse

message Timer

service.proto:52

A Timer measures the start and end of execution of a component within gRPC that's being profiled. It includes a tag and some additional metadata to identify itself.

Used in: Stat