Reporting Traces
SmartBear provides SDKs for many client- and server-side platforms to send automatic and manual trace data to your dashboard – see our docs for guides on integrating these into your applications.
If you already have OpenTelemetry instrumentation in your application, you can send your trace data to the OTLP-compliant API in Insight Hub to show performance data in your dashboard.
The POST /traces endpoint can receive payloads using gRPC (grpc
), protobuf-over-http (http/protobuf
) and JSON-over-http (http/json
).
See also: