Skip to content

Diagnostics

Health separates credentials configured, connected, and reachable. A target can have complete OAuth application settings but no user token, or a stored token that is no longer reachable. Connected account identity confirms which account the target represents.

Request telemetry summarizes success, errors, retries, rate limits, latency, and wait time. It does not store request payloads or credentials. Use it to distinguish provider throttling from authentication or network failures.

Audit records important configuration, authorization, write, and sync actions. It is not a full provider request log.

  1. Validate Settings.
  2. Check source/target health and connected identity.
  3. Run the provider’s read-only connection test.
  4. Inspect request telemetry for status class, rate limit, and retries.
  5. Inspect the child run error and audit event.
  6. Reconnect only when the evidence indicates token failure.