# Functions
ActivityTags returns a set of tags for activities.
LocalActivityTags returns a set of tags for local activities.
NewCapturingHandler creates a new CapturingHandler.
NewGRPCInterceptor creates a new gRPC unary interceptor to record metrics.
NewReplayAwareHandler is a handler that will not record any metrics if the boolean pointed to by "replay" is true.
NexusTags returns a set of tags for Nexus Operations.
PollerTags returns a set of tags for pollers.
RequestFailureCodeTags returns a set of tags for a request failure.
RootTags returns a set of base tags for all metrics.
RPCTags returns a set of tags for RPC calls.
TaskQueueTags returns a set of tags for a task queue.
WorkerTags returns a set of tags for workers.
WorkflowTags returns a set of tags for workflows.
WorkflowTaskFailedTags returns a set of tags for a workflow task failure.
# Constants
Metrics keys.
Metrics keys.
Metrics keys.
Metrics keys.
Metrics keys.
Metrics keys.
Metric tag keys.
Metric tag keys.
Metric tag keys.
Metric tag values.
Metrics keys.
Deprecated: Use LocalActivityExecutionCanceledCounter instead.
Metrics keys.
Metrics keys.
Metrics keys.
Metrics keys.
Deprecated: Use LocalActivityExecutionFailedCounter instead.
Metrics keys.
Metrics keys.
Metric tag keys.
Metric tag keys.
Metrics keys.
Metric tag keys.
Metrics keys.
Metrics keys.
Metrics keys.
Metrics keys.
Metric tag values.
Metrics keys.
Metric tag keys.
Metrics keys.
Metric tag values.
Metric tag values.
Metric tag keys.
Metric tag values.
Metric tag values.
Metric tag keys.
Metrics keys.
Metrics keys.
Metrics keys.
Metrics keys.
Metric tag keys.
Metrics keys.
Metrics keys.
Metrics keys.
Metrics keys.
Metrics keys.
Metrics keys.
Metrics keys.
Metrics keys.
Metrics keys.
Metrics keys.
Metrics keys.
Metrics keys.
Metrics keys.
Metric tag keys.
Metrics keys.
Metrics keys.
Metrics keys.
Metrics keys.
measure workflow execution from start to close.
Metrics keys.
Metrics keys.
Metrics keys.
Metric tag keys.
Metrics keys.
Metrics keys.
Metrics keys.
Metrics keys.
Metrics keys.
Metric tag keys.
# Variables
NopHandler is a noop handler that does nothing with the metrics.
# Structs
CapturedCounter atomically implements Counter and provides an atomic getter.
CapturedGauge atomically implements Gauge and provides an atomic getter.
CapturedMetricMeta is common information for captured metrics.
CapturedTimer atomically implements Timer and provides an atomic getter.
CapturingHandler is a Handler that retains counted values locally.
HandlerContextKey is the context key for a MetricHandler value.
LongPollContextKey is the context key for a boolean stating whether the gRPC call is a long poll.
# Type aliases
CounterFunc implements Counter with a single function.
GaugeFunc implements Gauge with a single function.
TimerFunc implements Timer with a single function.