# Packages
Package testapp has the protbuf/grpc definitions for the test application implemented in traceproftest.
Package traceproftest contains test cases and test helpers for testing cross-cutting tracer/profiler features such as code hotspots and endpoints.
# Functions
GlobalEndpointCounter returns the endpoint counter that is shared between tracing and profiling to support the unit of work feature.
NewEndpointCounter returns a new NewEndpointCounter that will track hit counts for up to limit endpoints.
No description provided by the author
No description provided by the author
# Constants
aka code hotspots.
aka unit of work.
aka endpoint profiling.
pprof labels applied by the tracer to show up in the profiler's profiles.
pprof labels applied by the tracer to show up in the profiler's profiles.
pprof labels applied by the tracer to show up in the profiler's profiles.
# Structs
EndpointCounter counts hits per endpoint.
# Interfaces
No description provided by the author