From f6858cf25f17b5b4ed0c4aa0c14a1853730e032a Mon Sep 17 00:00:00 2001 From: kezhenxu94 Date: Mon, 26 Oct 2020 18:16:44 +0800 Subject: [PATCH] docs: remove dead links (#5729) --- changes/changes-5.x.md | 4 ++-- docs/README.md | 2 -- docs/en/setup/backend/dynamic-config.md | 6 +++--- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/changes/changes-5.x.md b/changes/changes-5.x.md index 2da561831..e6914ec51 100644 --- a/changes/changes-5.x.md +++ b/changes/changes-5.x.md @@ -173,7 +173,7 @@ #### UI Changes - New trace query UI. - - New Application UI, merge server tab(removed) into applciation as sub page. + - New Application UI, merge server tab(removed) into application as sub page. - New Topology UI. - New response time / throughput TopN list. - Add Thermodynamic chart in overview page. @@ -228,4 +228,4 @@ #### UI Changes - New 5.0.0 UI!!! - [Issues and Pull requests](https://github.com/apache/incubator-skywalking/milestone/17?closed=1) \ No newline at end of file + [Issues and Pull requests](https://github.com/apache/incubator-skywalking/milestone/17?closed=1) diff --git a/docs/README.md b/docs/README.md index 982a920ea..b369040e6 100644 --- a/docs/README.md +++ b/docs/README.md @@ -24,8 +24,6 @@ In addition, you might find these links interesting: - [SkyWalking WIKI](https://cwiki.apache.org/confluence/display/SKYWALKING/Home) hosts the context of some changes and events. -- Up-to-date overview of SkyWalking module [call flow](https://sourcespy.com/github/skywalking/xx-omcalls-.html) and [hierarchy](https://sourcespy.com/github/skywalking/xx-omhierarchy-.html) including ability to analize each module individually. - - You can find the speaking schedules at Conf, online videos and articles about SkyWalking in [Community resource catalog](https://github.com/OpenSkywalking/Community). We're always looking for help improving our documentation and codes, so please don’t hesitate to [file an issue](https://github.com/apache/skywalking/issues/new) diff --git a/docs/en/setup/backend/dynamic-config.md b/docs/en/setup/backend/dynamic-config.md index ea053b8d5..73ec03a34 100755 --- a/docs/en/setup/backend/dynamic-config.md +++ b/docs/en/setup/backend/dynamic-config.md @@ -6,12 +6,12 @@ Right now, SkyWalking supports following dynamic configurations. | Config Key | Value Description | Value Format Example | |:----:|:----:|:----:| -|agent-analyzer.default.slowDBAccessThreshold| Thresholds of slow Database statement, override `receiver-trace/default/slowDBAccessThreshold` of `applciation.yml`. | default:200,mongodb:50| +|agent-analyzer.default.slowDBAccessThreshold| Thresholds of slow Database statement, override `receiver-trace/default/slowDBAccessThreshold` of `application.yml`. | default:200,mongodb:50| |agent-analyzer.default.uninstrumentedGateways| The uninstrumented gateways, override `gateways.yml`. | same as [`gateways.yml`](uninstrumented-gateways.md#configuration-format) | |alarm.default.alarm-settings| The alarm settings, will override `alarm-settings.yml`. | same as [`alarm-settings.yml`](backend-alarm.md) | |core.default.apdexThreshold| The apdex threshold settings, will override `service-apdex-threshold.yml`. | same as [`service-apdex-threshold.yml`](apdex-threshold.md) | |core.default.endpoint-name-grouping| The endpoint name grouping setting, will override `endpoint-name-grouping.yml`. | same as [`endpoint-name-grouping.yml`](endpoint-grouping-rules.md) | -|agent-analyzer.default.sampleRate| Trace sampling , override `receiver-trace/default/sampleRate` of `applciation.yml`. | 10000 | +|agent-analyzer.default.sampleRate| Trace sampling , override `receiver-trace/default/sampleRate` of `application.yml`. | 10000 | This feature depends on upstream service, so it is **DISABLED** by default. @@ -140,4 +140,4 @@ configuration: period: ${SW_CONFIG_NACOS_PERIOD:60} # the name of current cluster, set the name if you want to upstream system known. clusterName: ${SW_CONFIG_NACOS_CLUSTER_NAME:default} -``` \ No newline at end of file +```