Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/kanvas/operator/log-streaming.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Once the stream is active, the Log Streamer panel will display the output.

The Log Streamer utilizes a robust architecture where the **Meshery Operator** signals the **MeshSync** controller to start the log flow. Data is streamed using **NATS** to the Meshery Broker, preprocessed, and then delivered to your browser via a **WebSocket** connection using GraphQL subscriptions. This ensures minimal latency and high performance, even when streaming data from multiple active containers.

![log-stream-sequence-diagram](images/log-stream-sequence-diagram.svg)
![log-stream-sequence-diagram](/images/log-stream-sequence-diagram.svg)

***

Expand Down