Skip to content

Commit

Permalink
Custom metrics configuration
Browse files Browse the repository at this point in the history
Enable all "default" and "performance" metrics, plus specific "GitBranchMetric" metric
  • Loading branch information
MyDogTom committed Mar 21, 2020
1 parent 63551db commit 1fbf8a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ buildscript {
}
apply plugin: 'com.cdsap.talaiot'

import com.cdsap.talaiot.metrics.GitBranchMetric
talaiot {
metrics.default()
metrics.performance()
metrics.metrics.add(new GitBranchMetric())

publishers {
jsonPublisher = true
}
Expand Down

0 comments on commit 1fbf8a8

Please sign in to comment.