quarkusio/quarkus

Allow default exporter with additional Quarkiverse exporters

Open

#36.500 aberto em 16 de out. de 2023

Ver no GitHub
 (6 comments) (0 reactions) (0 assignees)Java (2.464 forks)batch import
area/tracinggood first issuekind/enhancement

Métricas do repositório

Stars
 (12.967 stars)
Métricas de merge de PR
 (Mesclagem média 6d 4h) (325 fundiu PRs em 30d)

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.

Guia do colaborador