TelemetryConfiguration
Configuration for observability.
Table of contents
Properties
Properties
branches
• branches: string
[] = ['^main$', '^master$']
List of branches that metrics are explicitly tracked for. While build data is collected for all builds, only branches listed here will be labeled.
Will be treated as a regular expression, and wrapped with ^
and $
if required.
• metrics: boolean
= true
Enable capture of metrics via Otel.
note
Added in Workflows 5.11.
• traces: boolean
= true
Enable capture of traces via Otel.
note
Added in Workflows 5.11.