DefaultPrometheusFactory constructor

DefaultPrometheusFactory()

Create a new instance of the factory.

Implementation

DefaultPrometheusFactory() : super() {
  registerAsType(DefaultPrometheusFactory.PrometheusCountersDescriptor,
      PrometheusCounters);
  registerAsType(
      DefaultPrometheusFactory.PrometheusMetricsControllerDescriptor,
      PrometheusMetricsController);
}