quarkusio/quarkus

Allow default exporter with additional Quarkiverse exporters

Open

#36.500 aperta il 16 ott 2023

Vedi su GitHub
 (6 commenti) (0 reazioni) (0 assegnatari)Java (2464 fork)batch import
area/tracinggood first issuekind/enhancement

Metriche repository

Star
 (12.967 star)
Metriche merge PR
 (Merge medio 6g 4h) (325 PR mergiate in 30 g)

Descrizione

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.

Guida contributor