prometheusio_exporter-8.x-1.x-dev/modules/prometheusio_exporter_config/prometheusio_exporter_config.module
modules/prometheusio_exporter_config/prometheusio_exporter_config.module
<?php
/**
* @file
* This is the Prometheus Exporter module for exporting metrics.
*/
/**
* Implements hook_cron().
*/
function prometheusio_exporter_config_cron() {
\Drupal::service('prometheusio_exporter_config.cron_worker')->refreshConfigStatusIfIntervalHasPassed();
}
