Cette page n'est pas encore disponible en français, sa traduction est en cours. Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.
CI Visibility is not available for the selected site ().
Custom tags and metrics is a beta feature and the API is still open to changes.
The custom tags and metrics commands provide a way to add user-defined text and numerical tags to your CI Visibility
pipeline traces.
These tags can be used to create facets (string value tags) or measures (numerical value tags). Facets and measures
can then be used to search, graph, or monitor the pipelines.
Compatibility
Custom tags and metrics work with the following CI providers:
Buildkite
CircleCI
GitLab (SaaS or self-hosted >= 14.1)
GitHub.com (SaaS) Note: For GitHub, tags and metrics can only be added to the pipeline span.
Jenkins Note: For Jenkins, follow these instructions to set up custom tags in your pipelines.
Azure DevOps Pipelines
Install the Datadog CI CLI
Install the datadog-ci (>=v1.15.0) CLI globally using npm:
npm install -g @datadog/datadog-ci
Alternatively, you can try and use the beta standalone binary if you don’t want to use npm.