Closed (fixed)
Project:
Prometheus Exporter
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
22 May 2026 at 04:59 UTC
Updated:
5 Jun 2026 at 05:15 UTC
Jump to comment: Most recent
Our drush command has the following issues:
drush.services.yml for service registration is deprecated#[Command] attribute instead of Symfony's #[AsCommand] is deprecatedDrushCommands base class is deprecatedsrc/Commands/ instead of src/Drush/Commands/drush.services.yml and use AutowireTrait for dependency injectionsrc/Drush/Commands/PrometheusExportCommand.phpSymfony\Component\Console\Command\Command directly#[AsCommand] attributeextra.drush.services from composer.jsonStart within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
kim.pepperCommitted to 2.x