Skip to main content
Version: 5.10.x

ObservabilityConfiguration

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.