Package web.notifier

Examples of web.notifier.SystemOutNotifier


                                            // just create an index, no date format, means one index only
                                            .index("metrics")
                                            .indexDateFormat(null)
                                            // define a percolation check on all metrics
                                            .percolationFilter(MetricFilter.ALL)
                                            .percolationNotifier(new SystemOutNotifier())
                                            //.percolationNotifier(new HttpNotifier())
                                            .build();
        // usually you set this to one minute
        reporter.start(10, TimeUnit.SECONDS);
View Full Code Here

TOP

Related Classes of web.notifier.SystemOutNotifier

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.