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:
And here’s an example of a transaction that executed in AWS Lambda:
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.