Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
DAACDemo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Syed Bilal Raees
DAACDemo
Commits
7e561503
Commit
7e561503
authored
Apr 20, 2023
by
Waqas Riaz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
401d4639
Pipeline
#4222
skipped with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
0 deletions
+34
-0
README.md
README.md
+34
-0
No files found.
README.md
View file @
7e561503
# grafana-as-code
## Pre-requisite
Following tools are needed to build and deploy the project.
-
jsonnet
-
curl
-
jq
-
tar
-
git
Please make sure these these tools are available before installations.
# Build `abs-grafana`
Firstly get the latest clone of the code.
`git clone https://gitlab.mynisum.com/sbilal/abs-grafana.git`
In order to build all jsonnets, run following command from the root folder of the project.
`scripts/build_all.sh `
If you want to build only dashboards, run following command.
`scripts/build_all.sh dashboards`
If you want to build only alerts, run following command.
`scripts/build_all.sh alerts`
All the updated jsons are created in
`build`
directory under appropriate directories.
Keep creating jsons and enjoy!!!
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment