File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11'use strict'
22
3- const plugins = require ( 'toolbag-plugins' )
3+ const StatsCollector = require ( 'toolbag-plugin-stats-collector' )
4+ const UdpReporter = require ( 'toolbag-plugin-udp-reporter' )
45
56module . exports = ( defaults , done ) => {
67 done ( null , {
78 plugins : [
89 {
9- plugin : plugins . UdpReporter ,
10+ plugin : UdpReporter ,
1011 options : {
1112 id : 'udp reporter' ,
1213 socketType : 'udp4' ,
@@ -15,7 +16,7 @@ module.exports = (defaults, done) => {
1516 }
1617 } ,
1718 {
18- plugin : plugins . StatsCollector ,
19+ plugin : StatsCollector ,
1920 options : {
2021 enabled : true ,
2122 period : 1000 ,
Original file line number Diff line number Diff line change 3434 "seneca-balance-client" : " 0.2.0" ,
3535 "seneca-level-store" : " 0.2.3" ,
3636 "seneca-mesh" : " 0.5.0" ,
37- "toolbag" : " 0.14.0" ,
38- "toolbag-plugins" : " 0.1.0"
37+ "toolbag" : " 2.0.0" ,
38+ "toolbag-plugin-stats-collector" : " 1.0.0" ,
39+ "toolbag-plugin-udp-reporter" : " 1.0.0"
3940 }
4041}
You can’t perform that action at this time.
0 commit comments