Builder
class Builder
Properties
Link copied to clipboard
Client-side filters that target specific instances. Each object in the array is AND-matched on its keys, and multiple objects are OR-matched to decide where to apply the instrumentation.
Link copied to clipboard
Specifies what to capture when the instrumentation point is hit. Specify CodeCapture for code-level capture settings.
Link copied to clipboard
An optional short description (up to 50 characters) that explains the purpose of this instrumentation.
Link copied to clipboard
The environment that the service is running in, such as eks:cluster-prod/namespace or ec2:production.
Link copied to clipboard
Type of instrumentation: BREAKPOINT (temporary) or PROBE (permanent)
Link copied to clipboard
The telemetry signal type to emit for this instrumentation. The supported value is SNAPSHOT.