-
Notifications
You must be signed in to change notification settings - Fork 820
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused monitoring frameworks (#884)
* Removed BugSnag * Removed Librato and Dropwizard dependencies
- Loading branch information
Showing
6 changed files
with
0 additions
and
224 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
41 changes: 0 additions & 41 deletions
41
broker/src/main/java/io/moquette/broker/BugSnagErrorsHandler.java
This file was deleted.
Oops, something went wrong.
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
95 changes: 0 additions & 95 deletions
95
broker/src/main/java/io/moquette/broker/metrics/DropWizardMetricsHandler.java
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -153,30 +153,6 @@ password_file config/password_file.conf | |
#********************************************************************* | ||
# session_queue_size 1024 | ||
|
||
#********************************************************************* | ||
# Metrics Configuration | ||
# | ||
# use_metrics: used to enable Dropwizard Metrics sampling metrics. | ||
# metrics.librato.email: Librato account's email | ||
# metrics.librato.token: Librato account's security token | ||
# metrics.librato.source: your application as source in Librato | ||
# definitions | ||
#********************************************************************* | ||
# use_metrics true | ||
# metrics.librato.email [email protected] | ||
# metrics.librato.token sdfergheghliuhyr2283ehd9827398h | ||
# metrics.librato.source My Fantastic Service | ||
|
||
#********************************************************************* | ||
# Error Monitoring | ||
# | ||
# use_bugsnag: used to enable BugSnag error handler catcher. | ||
# bugsnag.token: the token from your's bugsnag account | ||
#********************************************************************* | ||
# use_bugsnag false | ||
# bugsnag.token wleifb8723784dbfeig74 | ||
|
||
|
||
#********************************************************************* | ||
# Telemetry information sending | ||
# | ||
|