Skip to content

Commit

Permalink
fix(): PrometheusApolloClientMetricsExporter下错误的logger配置
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawven committed Oct 26, 2024
1 parent 212238b commit 8c308a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class PrometheusApolloClientMetricsExporter extends

private static final String PROMETHEUS = "prometheus";
private final Logger logger = DeferredLoggerFactory.getLogger(
DefaultApolloClientNamespaceApi.class);
PrometheusApolloClientMetricsExporter.class);
protected CollectorRegistry registry;
protected Map<String, Collector.Describable> map;

Expand Down

0 comments on commit 8c308a0

Please sign in to comment.