Last updated Apr 25, 2024

Remote observability

Options for error metrics, logs, and tracing are available for Forge remote.

Metrics

Metrics on remote invocations and errors encountered are available in the developer console.

The Remote error type shows the count of remote invocation errors.

Developer console invocation errors graph showing remote invocation errors

Exporting app metrics

Use the App metrics API to export app metrics to observability tools, including Splunk and Datadog.

Logs

Remote invocations are included in the Forge logs in the developer console and the CLI.

Developer console showing remote invocation logs

Exporting app logs

Sign up to use the App logs API (EAP) to export app logs to observability tools, including Splunk, Datadog, Dynatrace and New Relic.

Tracing

To help with diagnosing issues Atlassian will provide the following trace headers as part of each request as well as part of the invocation body. If you provide this traceId in any support correspondence with Atlassian this should help speed up the resolution of any issues.

You can also optionally join this trace on the remote endpoint side and propagate these values onto any product and platform APIs you need to call.

HeaderExplanation
x-b3-traceidThe TraceId is 64 or 128-bit in length and indicates the overall ID of the trace. Every span in a trace shares this ID.
x-b3-spanidThe SpanId is 64-bit in length and indicates the position of the current operation in the trace tree. The value should not be interpreted: it may or may not be derived from the value of the TraceId.

Rate this page: