Set up Tracing on a TeamCity Pipeline
CI Visibility is not available in the selected site () at this time.
Compatibility
Supported TeamCity versions: 2021.2 or later
Partial retries: View partially retried pipeline executions
Queue time: View amount of time pipeline jobs sit in the queue before processing
Pipeline failure reasons: Identify pipeline failure reasons from error messages
The integration between TeamCity and Datadog CI Visibility is provided through a TeamCity plugin.
To activate the integration:
Download the Datadog CI Integration plugin on the TeamCity server by going to
Administration -> Plugins -> Browse Plugin Repository.
If you don’t already have one, add a TeamCity composite build as the last build of the build chain. This build must have
a dependency on the current last build of the chain and no other builds depending on it. Build chains not having a
composite build as their last build are ignored by the plugin. Below is an example of an expected build chain,
in which Aggregating Results
is the last composite build:
The final composite build must be properly configured in terms of version control settings, with
the VCS Root attached and the VCS Trigger configured.The following configuration parameters need to be present for TeamCity projects:
- datadog.ci.api.key: Your Datadog API Key.
- datadog.ci.site:
. - datadog.ci.enabled:
true
(false
can be used to disable the plugin for a specific project).
These configuration parameters can be added either to TeamCity subprojects
or to the TeamCity Root Project. When added to the Root project, they are propagated
to all its subprojects. For example, to enable the plugin for all projects, add datadog.ci.enabled with the
value true
to the Root Project. More information on defining configuration parameters
is available in the TeamCity Project Hierarchy documentation.
To enable the plugin, click on Enable uploaded plugins in the Administration -> Plugins page.
Alternatively, restart the TeamCity server.
Visualize pipeline data in Datadog
View your data on the Pipelines and Pipeline Executions pages after the pipelines finish.
Note: The Pipelines page only shows data for the default branch of each repository.
The plugin retrieves the Git author name and email based on the TeamCity username style.
Datadog recommends using either Author Name and Email or Author Email username styles, as they
provide information about the user email. When one of the other username styles is used (UserId or Author Name),
the plugin automatically generates an email for the user by appending @Teamcity
to the username.
For example, if the UserId username style is used and the Git author username is john.doe
,
the plugin generates john.doe@Teamcity
as the Git author email. The username style is defined for VCS Roots,
and can be modified in the VCS Root settings.
Note: The Git author email is used for
billing purposes,
therefore there might be cost implications when username styles not providing email
(
UserId or
Author Name) are used.
Reach out to the Datadog support team if you have any questions about your use case.
Plugin repository
The source code of the Datadog CI Integration plugin is open source under the Apache 2.0 license.
Troubleshooting
All the logs generated by the Datadog CI Integration plugin are stored inside the teamcity-server.log
file and can be
accessed from the TeamCity Server by going to Administration -> Diagnostic -> Server Logs.
Check these logs to get additional context on any issues with the plugin.
Further reading
Additional helpful documentation, links, and articles: