Tag your Aiven for Grafana® service
Add key-value tags to your Aiven for Grafana® service to organize services and track ownership, cost allocation, and governance.
Use tags to add metadata to Aiven services to categorize them or run custom logic on them. Typical uses include:
- Tagging for governance to deploy services with specific tags only.
- Tagging for internal cost reporting, ownership, allocation, and accountability.
A tag is a key/value pair:
- Key: A case-sensitive string that starts with a letter and consists of letters, numbers, dashes, and underscores. The maximum length for a key is 64 characters.
- Value: A string value limited to 64 UTF-8 characters.
Within a service, the tag keys must be unique.
- Console
- Terraform
- In the service, click Service settings.
- In the Service status section, click Actions > Add service tags.
- Enter a key and value for each tag.
- Click Save changes.
Use the tag attribute in
your Aiven service resource.
Related pages