docs: update backpressure description

This commit is contained in:
Ilkka Seppälä
2025-04-12 15:09:24 +03:00
parent 32c9031fcd
commit ce2e5f75d8
22 changed files with 77 additions and 173 deletions
+1 -6
View File
@@ -2,15 +2,10 @@
title: "Microservices Distributed Tracing Pattern: Enhancing Visibility in Service Communication"
shortTitle: Distributed Tracing in Microservices
description: "Learn how the Distributed Tracing pattern enhances visibility into service communication across microservices. Discover its benefits, implementation examples, and best practices."
category: Integration
category: Structural
language: en
tag:
- Distributed tracing
- Microservices architecture
- Service communication
- Performance monitoring
- Scalability
- Observability
---
## Intent of Microservices Distributed Tracing Design Pattern