Skip to content

Commit 20f55ca

Browse files
committed
Fix 404 link.
1 parent 070eed1 commit 20f55ca

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/en/changes/changes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
* Support `labelAvg` function in the OAL engine.
5858
* Added `maxLabelCount` parameter in the `labelCount` function of OAL to limit the number of labels can be counted.
5959
* Adapt the new Browser API(`/browser/perfData/webVitals`, `/browser/perfData/resources`) protocol.
60-
* Remove redundant code.
60+
* Add Circuit Breaking mechanism.
6161

6262
#### UI
6363

@@ -90,6 +90,7 @@
9090
* Add `Get Effective TTL Configurations` API documentation.
9191
* Add Status APIs docs.
9292
* Simplified the release process with removing maven central publish relative processes.
93+
* Add Circuit Breaking mechanism doc.
9394

9495

9596
All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/224?closed=1)

docs/en/setup/backend/backend-telemetry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ telemetry:
1515
sslCertChainPath: ${SW_TELEMETRY_PROMETHEUS_SSL_CERT_CHAIN_PATH:""}
1616
```
1717
18-
Besides the self observability, this supports [OAP circuit breaking](circuit-breaker.md) functionality.
18+
Besides the self observability, this supports [OAP circuit breaking](circuit-breaking.md) functionality.
1919
2020
## Self Observability
2121
SkyWalking supports exposing telemetry data representing OAP running status through Prometheus endpoint.

0 commit comments

Comments
 (0)