CGA1123/slugcmplr

Inject logging and timing helpers into context

CGA1123 opened this issue · 2 comments

It might be nice to be able to collect logs, timings, events, via some interface that could be injected into the context for different commands.

Maybe see if there's a nice way to do it using open telemetry?

Opentelemetry looks like the way to go!

#35 starts on this.

It might be an idea to have OpenTelemetry be configured by default with a STDOUT exporter for all CLI command depending on the SLUGCMPLR_ENV value?