Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Files

32 lines (17 loc) · 1.23 KB

live-flows-overview.md

File metadata and controls

32 lines (17 loc) · 1.23 KB
description
Use Live Flows to view local services in your dev environment

Overview

Aspecto 'Live Flows' shows real-time traces, or flows, through different endpoints and microservices based on the local traffic you send it. You can use this to analyze your flows, view microservice dependencies, and understand how a code change affected your microservices.

This is a powerful way to proactively develop and debug your application, preventing issues from reaching production.

Getting Started

After installing the SDK, follow the link shown in your terminal to open Live Flows in your browser. The initial view is waiting for live traffic from your service.

Now, to see some flows, send some traffic to an endpoint in your service. For example, send an HTTP request from Postman to your service.

You should then see a list of flows, and after selecting one, you should see a screen like this:

Live Flows displaying flows

What you see in this layout is:

1 List of the flows that your service generated

2 The diagram of the selected flow

3 The selected component's info