quarkusio/quarkus
Auf GitHub ansehenAllow default exporter with additional Quarkiverse exporters
Open
#36.500 geöffnet am 16. Okt. 2023
area/tracinggood first issuekind/enhancement
Repository-Metriken
- Stars
- (12.967 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 6T 4h) (325 gemergte PRs in 30 T)
Beschreibung
Description
Currently, when an exporter is present the default exporter in not instantiated. A list of exporters through CDI is possible with Quarkiverse exporters because users can activate and deactivate each one individually, however, we need a new property to activate the default exporter, even if other ones are present. This way we can have many different exporters and the default, working together with CDI.