29 lines
821 B
YAML
29 lines
821 B
YAML
groups:
|
|
- id: container
|
|
prefix: container
|
|
brief: >
|
|
A container instance.
|
|
attributes:
|
|
- id: name
|
|
type: string
|
|
brief: >
|
|
Container name.
|
|
examples: ['opentelemetry-autoconf']
|
|
- id: id
|
|
type: string
|
|
brief: >
|
|
Container id. Usually a UUID, as for example used to
|
|
[identify Docker containers](https://docs.docker.com/engine/reference/run/#container-identification).
|
|
The UUID might be abbreviated.
|
|
examples: ['a3bf90e006b2']
|
|
- id: image.name
|
|
type: string
|
|
brief: >
|
|
Name of the image the container was built on.
|
|
examples: ['gcr.io/opentelemetry/operator']
|
|
- id: image.tag
|
|
type: string
|
|
brief: >
|
|
Container image tag.
|
|
examples: ['0.1']
|