12 lines
341 B
YAML
12 lines
341 B
YAML
groups:
|
|
- id: registry.grafana.service
|
|
type: attribute_group
|
|
display_name: Grafana Service Attributes
|
|
brief: "Describes Grafana service attributes."
|
|
attributes:
|
|
- id: grafana.service.name
|
|
type: string
|
|
brief: The service name.
|
|
examples:
|
|
- "grafana-apiserver"
|
|
stability: stable |