13 lines
347 B
YAML
13 lines
347 B
YAML
apiVersion: playlist.grafana.app/v0alpha1
|
|
kind: Playlist
|
|
metadata:
|
|
generateName: x # anything is ok here... except yes or true -- they become boolean!
|
|
spec:
|
|
title: Playlist with auto generated UID
|
|
interval: 5m
|
|
items:
|
|
- type: dashboard_by_tag
|
|
value: panel-tests
|
|
- type: dashboard_by_uid
|
|
value: vmie2cmWz # dashboard from devenv
|