Skip to content

Latest commit

 

History

History
 
 

concourse_ci

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Overview

Configure the Datadog Metric Emitter in Concourse CI to:

  • Visualize the duration of pipelines, number of containers and mounted volumes of workers.
  • Identify slow requests to build routes.

Setup

Installation

Concourse CI comes bundled with a Datadog metrics emitter. A prerequisite to configuring ATC to emit metrics on start is to have a Datadog Agent installed.

Configuration

Configure ATC to use the Datadog emitter by setting the following options. It is important to use a prefix of concourse.ci to avoid emitting custom metrics.

Datadog Metric Emitter Options

See the Concourse CI documentation for more information.

Metric Emitter (Datadog):
    --datadog-agent-host=       Datadog agent host to expose dogstatsd metrics [$CONCOURSE_DATADOG_AGENT_HOST]
    --datadog-agent-port=       Datadog agent port to expose dogstatsd metrics [$CONCOURSE_DATADOG_AGENT_PORT]
    --datadog-prefix=           Prefix for all metrics to easily find them in Datadog [$CONCOURSE_DATADOG_PREFIX]

Data Collected

Metrics,

A list of metrics emitted can be found here.

Events

This integration does not support events.

Service

This integration does not collect service checks.

Troubleshooting

Need help? Contact Datadog support.