Skip to Content
ObservabilityExternal Export (OTLP)

External Export (OTLP)

Export Zeotap’s operational telemetry to any OpenTelemetry-compatible monitoring platform. Configure it once and Zeotap streams metrics, logs, and traces over OTLP to New Relic, Datadog, Grafana Cloud, Honeycomb, or a generic OTLP collector — so your pipeline health sits alongside the rest of your infrastructure in the tools your team already uses.

Export is vendor-neutral: one integration, many backends. Switching platforms is a configuration change, not a re-integration.

Prerequisites

  • An account with an OpenTelemetry-compatible platform (New Relic, Datadog, Grafana Cloud, Honeycomb, or any OTLP collector)
  • An ingest API key (or equivalent header) from that platform
  • The observability.write permission in your workspace

What Gets Exported

You choose which signals to export. Any combination of the three is supported:

SignalContents
MetricsRun completed and failed counts, run duration, rows processed, delivery failures, and contract violations
LogsA log record for each failure
TracesA span for each run

All exported telemetry is tagged with your workspace identifier, so you can filter and group Zeotap data cleanly in your monitoring platform.

Configuring an Export

Navigate to Settings → Observability.

  1. Choose a preset. Selecting a platform preset (New Relic US, New Relic EU, Datadog, Grafana Cloud, Honeycomb, or Generic OTLP) pre-fills the endpoint and transport protocol for that platform.
  2. Name the export. Give it a recognizable name.
  3. Enter the API key. Paste the ingest API key (or other required header) from your platform. This value is stored securely and is never shown again — leave it blank when editing later to keep the stored value.
  4. Adjust the endpoint if needed. The preset fills in a default endpoint; override it if your platform account uses a different one.
  5. Choose which signals to export. Select any of metrics, logs, and traces (all are selected by default).
  6. Test the connection. Use Test to confirm Zeotap can reach your platform with the credentials you entered before relying on the export.
  7. Save.

Once saved and enabled, Zeotap begins streaming the selected signals. Each export shows a status (Active, Pending, Error, or Disabled); an export in an error state shows the reason so you can correct the configuration.

Configuration Fields

FieldDescription
NameA recognizable label for the export
PresetThe target platform; pre-fills endpoint and protocol
EndpointThe OTLP endpoint telemetry is sent to
ProtocolTransport protocol — HTTP/protobuf or gRPC
API key / headersThe secret credential for your platform (write-only — never returned after saving)
SignalsWhich of metrics, logs, and traces to export

Supported Platforms

PresetNotes
New Relic (US)New Relic’s US data center. See New Relic Setup.
New Relic (EU)New Relic’s EU data center
DatadogDatadog’s OTLP intake
Grafana CloudGrafana Cloud OTLP endpoint
HoneycombHoneycomb OTLP endpoint
Generic OTLPAny other OpenTelemetry-compatible collector or backend

Best Practices

  • Test before you rely on it — Always run the connection test after entering credentials.
  • Export all three signals — Metrics, logs, and traces are complementary; together they give the fullest picture of pipeline health.
  • Use the workspace tag — Filter Zeotap telemetry in your platform by the workspace identifier to keep it separate from your other services.
  • Rotate keys through the edit form — When your platform key changes, edit the export and paste the new value; leaving the field blank keeps the existing key.

Next Steps

Last updated on