Back to Changelog

Runtime Details for Transactions

View the runtime environment for every transaction, including region, availability zone, host information, and more.

You can now view the runtime environment for every transaction by opening the Runtime section on the Transaction screen.

This section displays information about the environment in which the transaction executed. Depending on the cloud provider and compute platform, you’ll see details such as the region, availability zone, host, container, and other runtime-specific metadata.

Here’s an example of a transaction that executed on an EC2 instance:

Runtime details for an EC2 transaction

And here’s an example of a transaction that executed in AWS Lambda:

Runtime details for an AWS Lambda transaction

Having this information alongside the Flow and Breakdown gives you additional context about where a transaction executed, helping you debug issues faster.

For transactions that involve multiple services, Trace0 combines the runtime information from each service into a single view, making it easy to see every environment involved in handling a request.

Runtime details for a transaction with multiple services