Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunny0826/cms-grafana-jsonnet
Grafana Template of cms-grafana-builder
https://github.com/sunny0826/cms-grafana-jsonnet
grafana grafana-dashboard grafonnet jsonnet
Last synced: 5 days ago
JSON representation
Grafana Template of cms-grafana-builder
- Host: GitHub
- URL: https://github.com/sunny0826/cms-grafana-jsonnet
- Owner: sunny0826
- License: apache-2.0
- Created: 2020-08-20T09:35:52.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-26T08:41:09.000Z (about 4 years ago)
- Last Synced: 2024-06-20T12:46:57.484Z (5 months ago)
- Topics: grafana, grafana-dashboard, grafonnet, jsonnet
- Language: Jsonnet
- Homepage:
- Size: 271 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cms-grafana-jsonnet
Generate configMap for [cms-grafana-builder](https://github.com/sunny0826/cms-grafana-builder)
```text
$ cms -h
cms grafana jsonnet toolUsage:
cgt [command]Available Commands:
help Help about any command
run generate json to configmapFlags:
-h, --help help for cgt
$ cms run -h
generate json to configmapUsage:
cgt run [flags]Flags:
-c, --configmap string name of configmap (default "cms-model")
-d, --dashboard string list of dashboard name
-h, --help help for run
-l, --libs string libs of jsonnet (default "libs")
-n, --namespace string namespace of configmap (default "monitor")```