Skip to content

Commit 5907e7e

Browse files
committed
Fix various problems flagged by editor
1 parent 970fe7d commit 5907e7e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/spring-cloud/spring-cloud-tutorial-circuit-breaker.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
title: "Tutorial:
3-
Use Circuit Breaker Dashboard with Azure Spring Cloud | Microsoft Docs"
2+
title: "Tutorial: Use Circuit Breaker Dashboard with Azure Spring Cloud"
43
description: Learn how to use circuit Breaker Dashboard with Azure Spring Cloud.
54
author: MikeDodaro
65
ms.author: brendm
@@ -9,7 +8,7 @@ ms.topic: tutorial
98
ms.date: 04/06/2020
109
---
1110

12-
# Use Circuit Breaker Dashboard with Azure Spring Cloud | Microsoft Docs
11+
# Use Circuit Breaker Dashboard with Azure Spring Cloud
1312
Spring [Cloud Netflix Turbine](https://github.com/Netflix/Turbine) is widely used to aggregate multiple [Hystrix](https://github.com/Netflix/Hystrix) metrics streams so that streams can be monitored in a single view using Hystrix dashboard. This tutorial demonstrates how to use them on Azure Spring Cloud.
1413
> [!NOTE]
1514
> Netflix Hystrix is widely used in many existing Spring Cloud apps but it is no longer in active development. If you are developing new project, use instead Spring Cloud Circuit Breaker implementations like [resilience4j](https://github.com/resilience4j/resilience4j). Different from Turbine shown in this tutorial, the new Spring Cloud Circuit Breaker framework unifies all implementations of its metrics data pipeline into Micrometer. We are still working on supporting micrometer in Azure Spring Cloud, thus it will not be covered by this tutorial.

0 commit comments

Comments
 (0)