eclipse / microprofile-telemetry

microprofile telemetry
Apache License 2.0
16 stars 16 forks source link

Add logging exporter for all signals #187

Closed donbourne closed 1 week ago

donbourne commented 1 week ago

Adding the requirement that implementations support the logging exporter as a value for otel.logs.exporter, otel.metrics.exporter, otel.traces.exporter. This is for use by the TCK (to provide a way to direct data to go to logs for easy testing) and for use by end users that would be able to use it for diagnostic purposes (especially when first getting set up with OTel).

donbourne commented 1 week ago

Updated exporter value to console per discussion today to value from newer OTel config spec.

donbourne commented 1 week ago

@pdudits , can you please review?