12 lines
354 B
YAML
12 lines
354 B
YAML
groups:
|
|
- id: registry.k8s
|
|
type: attribute_group
|
|
display_name: Kubernetes Attributes
|
|
brief: "Describes Kubernetes attributes."
|
|
attributes:
|
|
- id: k8s.dataplaneservice.name
|
|
type: string
|
|
brief: The name of the DataPlaneService.
|
|
examples:
|
|
- "v0alpha1.prometheus.grafana.app"
|
|
stability: stable |