TELEMETRY PIPELINE
Annotations

Annotations

Annotations (opens in a new tab) let you attach custom metadata to Telemetry Pipeline resources. These annotations won’t affect Telemetry Pipeline’s behavior.

Pipeline CLI lets you specify tolerations for new resources. However, you can’t use Pipeline CLI to add or modify tolerations for an existing resource.

When you create a new resource, add the --annotations flag to your operation, and include an annotations string.

The string that specifies your annotations must follow this syntax:

annotation1=value1,annotation2=value2