@gdacm/base-types 0.1.12 → 0.1.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +19 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# Grafana Dashboard as Code Manager
|
|
2
|
+
|
|
3
|
+
Libs for generating Grafana dashboards as code.
|
|
4
|
+
|
|
5
|
+
**⚠️ Warning** : This project is still under active development and may contain breaking changes. Use with caution in production environments.
|
|
6
|
+
|
|
7
|
+
## Project
|
|
8
|
+
|
|
9
|
+
- **Sources** : https://github.com/gdacm/grafana-dashboard-as-code-manager
|
|
10
|
+
- **Packages** :
|
|
11
|
+
- https://www.npmjs.com/package/@gdacm/base-types
|
|
12
|
+
- https://www.npmjs.com/package/@gdacm/dashboard-manager
|
|
13
|
+
- https://www.npmjs.com/package/@gdacm/grafana-items
|
|
14
|
+
- https://www.npmjs.com/package/@gdacm/querybuilder-uql
|
|
15
|
+
- https://www.npmjs.com/package/@gdacm/querybuilder-influxdb2
|
|
16
|
+
|
|
17
|
+
## Documentation
|
|
18
|
+
|
|
19
|
+
See https://github.com/gdacm/grafana-dashboard-as-code-manager for documentation
|