We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbbc1f5 commit 53d7943Copy full SHA for 53d7943
src/MetricBundle/Resources/config/services.yml
@@ -29,11 +29,17 @@ services:
29
tags:
30
- {name: console.command, command: 'metrics:debug'}
31
32
- lamoda_metrics.materialize_command:
33
- class: Lamoda\Metric\MetricBundle\Command\MaterializeMetricsCommand
+ lamoda_metrics.materialize_helper:
+ class: Lamoda\Metric\Storage\MaterializeHelper
34
+ public: false
35
arguments:
36
- "@lamoda_metrics.collector_registry"
37
- "@lamoda_metrics.storage_registry"
38
+
39
+ lamoda_metrics.materialize_command:
40
+ class: Lamoda\Metric\MetricBundle\Command\MaterializeMetricsCommand
41
+ arguments:
42
+ - '@lamoda_metrics.materialize_helper'
43
public: true
44
45
- {name: console.command, command: 'metrics:materialize'}
0 commit comments