Created on 2 September 2025, 11 days ago

With Drupal 11.2 you get such errors:
[warning] Schema errors for prometheus_exporter.settings with the following errors: prometheus_exporter.settings:collectors.node_count.settings.bundles missing schema, prometheus_exporter.settings:collectors.revision_count.settings.bundles missing schema. These errors mean there is configuration that does not comply with its schema.

🐛 Bug report
Status

Active

Version

2.0

Component

Code

Created by

🇩🇪Germany mkalkbrenner 🇩🇪

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

  • Issue created by @mkalkbrenner
  • Pipeline finished with Failed
    11 days ago
    Total: 148s
    #587969
  • 🇩🇪Germany mkalkbrenner 🇩🇪
  • 🇮🇳India sandeep_k New Delhi

    I attempted to reproduce this issue on my Drupal version 11.2, but was unable to do so. Please let me know if I may have missed any additional steps.

  • 🇩🇪Germany mkalkbrenner 🇩🇪

    Drupal 11.2 offers the ConfigSchemaChecker in the development services. if activated, you'll get these warnings.

      logger.channel.config_schema:
        parent: logger.channel_base
        arguments: [ 'config_schema' ]
      config.schema_checker:
        class: Drupal\Core\Config\Development\LenientConfigSchemaChecker
        arguments:
          - '@config.typed'
          - '@messenger'
          - '@logger.channel.config_schema'
        tags:
          - { name: event_subscriber }
    
Production build 0.71.5 2024