quarkusio/quarkus

Allow default exporter with additional Quarkiverse exporters

Open

#36 500 ouverte le 16 oct. 2023

Voir sur GitHub
 (6 commentaires) (0 réactions) (0 assignés)Java (2 464 forks)batch import
area/tracinggood first issuekind/enhancement

Métriques du dépôt

Stars
 (12 967 stars)
Métriques de merge PR
 (Merge moyen 6j 4h) (325 PRs mergées en 30 j)

Description

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.

Guide contributeur