File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
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
9596All issues and pull requests are [ here] ( https://github.com/apache/skywalking/milestone/224?closed=1 )
Original file line number Diff line number Diff 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
2121SkyWalking supports exposing telemetry data representing OAP running status through Prometheus endpoint.
You can’t perform that action at this time.
0 commit comments