This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switched back to using default registry cause it causes problems with…
… other metrics like Hikari metric. In test clearing registry before each test. Had to change default to 'false' otherwise could not get test working when running all test. Disabling parallel test execution also did not help. No idea why. Updated Readme.
- Loading branch information
Joost den Boer
committed
Sep 13, 2018
1 parent
9726075
commit f4610aa
Showing
4 changed files
with
14 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
play.modules.enabled += com.github.stijndehaes.playprometheusfilters.PrometheusModule | ||
|
||
# Registers some default collectors for jvm metrics. See DefaultExports class. | ||
play-prometheus-filters.register-default-hotspot-collectors = true | ||
play-prometheus-filters.register-default-hotspot-collectors = false |
13 changes: 10 additions & 3 deletions
13
test/com/github/stijndehaes/playprometheusfilters/PrometheusModuleSpec.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters