Skip to main content

Export

Speedscale exporters cover three workflows:

  • Stream application traces, metrics, and logs to an observability platform.
  • Correlate a trace with the request and response captured by Speedscale.
  • Turn captured traffic into automatic tests and dependency mocks.

Use the vendor guides for Datadog, Dynatrace, and New Relic to configure live OpenTelemetry export. Each vendor is a separate destination channel with its own collector, credentials, filters, retries, and on/off control.

Traffic-format exporters work from either a Speedscale Cloud snapshot or local RRPair files:

FormatCloud snapshotLocal proxymock recording
Gatlingspeedctl export snapshot --type gatlingproxymock export gatling
k6speedctl export snapshot --type k6proxymock export k6
Locustspeedctl export snapshot --type locustproxymock export locust
Postmanspeedctl export snapshot --type postmanproxymock export postman
WireMockspeedctl export snapshot --type wiremockproxymock export wiremock

The local commands do not require a Speedscale account. They read RRPair files produced by proxymock record, a cloud snapshot pull, or a BYOC bucket import.