Created
April 7, 2022 08:32
-
-
Save Duologic/09f1f2d6a9a43015d336d0427508e5fb to your computer and use it in GitHub Desktop.
Represent dashboard in line as yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: grafana.com/v1alpha1 | |
kind: Dashboard | |
metadata: | |
name: my-app-dashboards | |
namespace: default | |
spec: | |
dashboard: | |
<dashboard-as-yaml-here> | |
folder: App |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment