Skip to content

Commit 32b3397

Browse files
authored
document limits on custom tags and measures (#29939)
1 parent e5b8296 commit 32b3397

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/en/continuous_integration/pipelines/custom_tags_and_measures.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,12 @@ the `DD_GITHUB_JOB_NAME` environment variable needs to be exposed, pointing to t
150150
steps:
151151
- run: datadog-ci tag ...
152152
```
153+
154+
## Limitations
155+
156+
- The maximum amount of tags that can be added to a pipeline or job is 100.
157+
- The maximum amount of measures that can be added to a pipeline or job is 100.
158+
- The maximum length of a tag or measure is 300 characters (key + value).
153159

154160
## Further reading
155161

0 commit comments

Comments
 (0)