Documentation Index
Fetch the complete documentation index at: https://docs.microsandbox.dev/llms.txt
Use this file to discover all available pages before exploring further.
This recipe ships data emitted by
msb-metrics.
See the msb-metrics page for the flag reference, metric names, and
deployment constraints.debug exporter to see exactly what msb-metrics is
sending. Useful for development and for verifying metric names,
attributes, and protocols before pointing at a real backend.
Install the collector
Download
otelcol (or otelcol-contrib) from the
official releases,
or run via Docker.The
debug exporter replaced the older logging exporter in
otel-collector v0.111.0. If your installation pre-dates that, use
exporters.logging instead.Verbosity levels
Theverbosity field controls how much detail the debug exporter
prints:
| Level | Output |
|---|---|
basic (default) | one summary line per export |
normal | summary plus high-level metric names |
detailed | full datapoint values and all attributes |
detailed while verifying that attributes and units are correct;
drop to basic once you’re confident the pipeline works.