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.msb-metrics at the Datadog Agent
with OTLP ingestion enabled. The agent handles temporality conversion,
metric translation, and shipping to Datadog’s backend.
Enable OTLP on the Datadog Agent
Edit Restart the agent.
datadog.yaml to enable the OTLP receiver on standard ports:Direct OTLP intake
Datadog also exposes a direct OTLP HTTP intake athttps://otlp.datadoghq.com/v1/metrics (region-specific) that avoids
the agent. It expects delta temporality for metrics, while
msb-metrics emits cumulative values, so direct intake needs a
temporality conversion step.
If you need direct intake, put an
otel-collector with the
cumulativetodelta processor between msb-metrics and Datadog.
Otherwise, stick with the agent path above, which converts temporality
for you.