Skip to main content
Use Foveus when a user reports a problem but does not have an execution ID, trace ID, or log reference. Start with what you know:
  • customer ID
  • user ID
  • request ID
  • order ID
  • transaction ID
  • endpoint
  • approximate time
  • service name
  • response value
  • error message
Then use Execution Context Search to find the execution.

Example complaint

A customer reports:
“My order was marked as failed, but I was charged.”
You know:

Step 1: Start with the service

Open Executions. Search by service:
Use the time range picker to include the period when the complaint happened.

Step 2: Search by business context

If the request or response contains a customer ID, search for it.
Foveus searches indexed execution context. It does not scan arbitrary raw request or response bodies.

Step 3: Narrow by endpoint

If you know the endpoint, add it to the query.
If you know the method, add that too.
Adding service and endpoint keeps the search faster and more precise.

Step 4: Open the execution

Open the matching execution. Inspect:
  • endpoint
  • method
  • status
  • duration
  • request context
  • response context
  • logs, if configured
  • outcome
  • failure evidence
  • linked issue, if available
The goal is to move from a vague complaint to a concrete execution.

Step 5: Check response context

If response context was captured, inspect what the service returned. For example:
You can search for nested response fields:
or:
Strings should use quotes. Numbers and booleans do not need quotes.

Step 6: Inspect the timeline

Use the execution timeline to understand what happened in order. Look for:
  • request received
  • validation result
  • downstream call
  • provider response
  • database write
  • exception
  • timeout
  • final response
The timeline helps you reconstruct the execution without jumping between logs, traces, and database queries first.

Step 7: Check linked logs

If logs are configured, review logs linked to the execution. Linked logs help you avoid searching through unrelated log streams. Look for:
  • provider request or response logs
  • validation failures
  • retry attempts
  • timeout messages
  • exception stack traces
  • business rule decisions

Step 8: Check linked issues

If Foveus grouped the execution into an issue, open the issue. The issue can show:
  • failure pattern
  • common factors
  • representative execution
  • linked executions
  • recent activity
  • comments
  • lifecycle
Use the issue when the complaint is part of a repeated failure pattern.

Step 9: Record the outcome

After investigation, record what happened. A useful note includes:
  • what failed
  • affected customer or operation
  • root cause, if known
  • next step
  • owner
  • expected resolution
Example:

Useful queries

Find by customer:
Find by request ID:
Find failed executions:
Find failed executions for a customer:
Find by endpoint:
Find by response status:
Find by nested numeric value:

If no execution appears

Check:
  • the service name matches the execution service
  • the time range includes the complaint time
  • the context key was captured and indexed
  • the value is quoted if it is a string
  • the endpoint or method is not too restrictive
  • the route was not excluded by SDK configuration
  • request or response body capture was enabled if you are searching body fields
  • the execution is still within retention
Use this flow when support reports a complaint:
  1. Search by service.
  2. Add known business context.
  3. Add endpoint or method if known.
  4. Open the matching execution.
  5. Inspect response context and timeline.
  6. Review linked logs.
  7. Open the linked issue if there is one.
  8. Record the root cause or next step.

What to do next