Returns a securetrace_exporter S7 object that feeds traces into a
Prometheus registry on each export call.
Value
An S7 securetrace_exporter object. The registry is accessible
via the exporter's closure environment.
Examples
exp <- prometheus_exporter()
tr <- Trace$new("demo")
tr$start()
tr$end()
export_trace(exp, tr)