Skip to content

Commit

Permalink
Update src/content/docs/infrastructure/install-infrastructure-agent/c…
Browse files Browse the repository at this point in the history
…onfiguration/infrastructure-agent-configuration-settings.mdx
  • Loading branch information
akristen authored Oct 7, 2024
1 parent 2eaddfb commit 4e46646
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3236,7 +3236,7 @@ Metrics can also be enriched with extended cloud metadata (including custom reso
</tbody>
</table>

Use a list of custom attributes to annotate the data from this agent instance. Separate keys and values with colons `:`, as in `KEY: VALUE`, and separate each key-value pair with a line break. Keys can be any valid YAML except slashes `/`. Values can be any YAML string, including spaces. Starting the key with `label.` will make sure it remains as is, even if that host might run in different cloud environments, where the cloud tags or cloud labels might interact with it in the combined decoration of Tags. In contrast, custom_labels migth be prefixed with `gcp.` or `azure.` when running in those environments and when combining data from the infrastructure agent with cloud monitoring together.
Use a list of custom attributes to annotate the data from this agent instance. Separate keys and values with colons `:`, as in `KEY: VALUE`, and separate each key-value pair with a line break. Keys can be any valid YAML except slashes `/`. Values can be any YAML string, including spaces. Starting the key with `label.` will make sure it remains as is, even if that host might run in different cloud environments, where the cloud tags or cloud labels might interact with it in the combined decoration of tags. In contrast, `custom_labels` might be prefixed with `gcp.` or `azure.` when running in those environments and when combining data from the infrastructure agent with cloud monitoring together.

Example as a YAML attribute:

Expand Down

0 comments on commit 4e46646

Please sign in to comment.