The declarative config MeterProvider implementation currently raises an error when pull metric readers are specified (e.g. Prometheus), with a message directing users to configure pull readers via the SDK API directly.
The OTel declarative config spec lists pull metric readers (PullMetricExporter) as a supported plugin component type. This issue tracks implementing proper support for pull metric readers in _meter_provider.py.
Related: #3631
The declarative config
MeterProviderimplementation currently raises an error whenpullmetric readers are specified (e.g. Prometheus), with a message directing users to configure pull readers via the SDK API directly.The OTel declarative config spec lists pull metric readers (
PullMetricExporter) as a supported plugin component type. This issue tracks implementing proper support for pull metric readers in_meter_provider.py.Related: #3631