Skip to content

Commit

Permalink
Add the grafana dashboards
Browse files Browse the repository at this point in the history
Signed-off-by: Keshava Munegowda <keshava.gowda@gmail.com>
  • Loading branch information
kmgowda committed May 25, 2024
1 parent e32a5c2 commit 10b091a
Show file tree
Hide file tree
Showing 4 changed files with 21,530 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ allprojects {
}

task generateDashboards(type: Copy) {
if (project.path.startsWith(":driver-")) {
if (project.path.startsWith(":drivers")) {
def outDir = 'build/dashboard'
def outFile = sbkProjectName + "-" + sbkVersion + ".json"
def sbkClassName = sbkClass.toLowerCase().capitalize()
Expand All @@ -199,7 +199,7 @@ allprojects {
rename 'dashboard-template.json', outFile

doLast {
println "generatering file : " + outDir + "/" + outFile
println "generating file : " + outDir + "/" + outFile
}
}
}
Expand Down
Loading

0 comments on commit 10b091a

Please sign in to comment.