Package org.apache.dubbo.metrics.report
Interface MetricsReporterFactory
- All Known Implementing Classes:
AbstractMetricsReporterFactory
The factory interface to create the instance of
MetricsReporter.-
Method Summary
-
Method Details
-
createMetricsReporter
Create metrics reporter.- Parameters:
url- URL- Returns:
- Metrics reporter implementation.
-