OTLP sink

Export MCP request events, runtime logs, and build logs to an OTLP/HTTP Protobuf destination.

Manufact can send MCP request events, runtime logs, and build logs to any destination that accepts OTLP/HTTP Protobuf logs.

Add a sink

  1. Open your organization's Integrations page.
  2. Select Add OTLP sink.
  3. Enter the destination URL and authentication headers.
  4. Choose the servers and signals to export.
  5. Select Verify and create.

Manufact sends a verification record before saving the connection. If the destination rejects the request or cannot be reached safely, the sink is not created.

Routes start when you attach them, so earlier logs are not backfilled. Manufact exports request metadata and correlation fields, but not captured request or response payloads.

Axiom example

Create an Axiom API token with ingest access to your dataset, then configure the sink with:

FieldValue
Endpointhttps://api.axiom.co/v1/logs
HeaderAuthorization: Bearer <AXIOM_API_TOKEN>
HeaderX-Axiom-Dataset: <DATASET_NAME>
CompressionGzip

Select MCP request events, Runtime logs, and Build logs for a complete operational view.

Protect the API token

Keep the Axiom token in the secret header field. Do not put it in the endpoint URL or resource attributes.

On this page