mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor(core): Clean up Prometheus service (no-changelog) (#10068)
This commit is contained in:
@@ -148,7 +148,7 @@ export const setupTestServer = ({
|
||||
const { PrometheusMetricsService } = await import(
|
||||
'@/metrics/prometheus-metrics.service'
|
||||
);
|
||||
await Container.get(PrometheusMetricsService).configureMetrics(app);
|
||||
await Container.get(PrometheusMetricsService).init(app);
|
||||
break;
|
||||
|
||||
case 'eventBus':
|
||||
|
||||
Reference in New Issue
Block a user