Skip to content

Commit

Permalink
Merge pull request #1 from SymSensor/fix_service_definition
Browse files Browse the repository at this point in the history
Added missing info collector
  • Loading branch information
Kevin Studer authored Aug 9, 2023
2 parents 49e43eb + 9164d27 commit 66d3976
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/services.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
services:
SymSensor\ActuatorDoctrineBundle\Service\Health\Indicator\Doctrine:
tags: ['sym_sensor_actuator.health_indicator']
arguments:
- [ ]


SymSensor\ActuatorDoctrineBundle\Service\Info\Collector\Doctrine:
tags: ['sym_sensor_actuator.info_collector']
arguments:
- [ ]

0 comments on commit 66d3976

Please sign in to comment.