o11y-8.x-1.x-dev/modules/o11y_metrics/drush.services.yml
modules/o11y_metrics/drush.services.yml
services:
o11y_metrics.commands:
class: \Drupal\o11y_metrics\Commands\PrometheusExporterCommands
arguments:
- '@o11y_metrics.prometheus_bridge'
tags:
- { name: drush.command }
o11y_metrics_config.post_config_import_storage_wipe:
class: \Drupal\o11y_metrics\Commands\PostConfigImportStorageWipe
arguments:
- '@o11y_metrics.prometheus_bridge'
- '@config.factory'
tags:
- { name: drush.command }
