From a34a0b71afc8fe2e17fe8c5291a6ec9dc7bb8e24 Mon Sep 17 00:00:00 2001 From: peachisai <96932958+peachisai@users.noreply.github.com> Date: Sat, 4 Nov 2023 22:01:11 +0800 Subject: [PATCH] Fix incorrect notes of slowCacheReadThreshold. (#11499) --- docs/en/changes/changes.md | 1 + graal/graal-server-starter/src/main/resources/application.yml | 2 +- oap-server/server-starter/src/main/resources/application.yml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md index 893f5f4ae824..5d3f9de339e2 100644 --- a/docs/en/changes/changes.md +++ b/docs/en/changes/changes.md @@ -59,5 +59,6 @@ * Add topology configuration in UI-Grafana doc. * Add missing metrics to the `OpenTelemetry Metrics` doc. * Polish docs of `Concepts and Designs`. +* Fix incorrect notes of slowCacheReadThreshold. All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/193?closed=1) diff --git a/graal/graal-server-starter/src/main/resources/application.yml b/graal/graal-server-starter/src/main/resources/application.yml index ab6557fa6e6c..b6891d723529 100644 --- a/graal/graal-server-starter/src/main/resources/application.yml +++ b/graal/graal-server-starter/src/main/resources/application.yml @@ -240,7 +240,7 @@ agent-analyzer: # Exit spans with the component in the list would not generate the client-side instance relation metrics. noUpstreamRealAddressAgents: ${SW_NO_UPSTREAM_REAL_ADDRESS:6000,9000} meterAnalyzerActiveFiles: ${SW_METER_ANALYZER_ACTIVE_FILES:datasource,threadpool,satellite,go-runtime,python-runtime,continuous-profiling} # Which files could be meter analyzed, files split by "," - slowCacheReadThreshold: ${SW_SLOW_CACHE_SLOW_READ_THRESHOLD:default:20,redis:10} # The slow cache write operation thresholds. Unit ms. + slowCacheReadThreshold: ${SW_SLOW_CACHE_SLOW_READ_THRESHOLD:default:20,redis:10} # The slow cache read operation thresholds. Unit ms. slowCacheWriteThreshold: ${SW_SLOW_CACHE_SLOW_WRITE_THRESHOLD:default:20,redis:10} # The slow cache write operation thresholds. Unit ms. log-analyzer: diff --git a/oap-server/server-starter/src/main/resources/application.yml b/oap-server/server-starter/src/main/resources/application.yml index db24ed625cc7..4dcf16e28ebd 100644 --- a/oap-server/server-starter/src/main/resources/application.yml +++ b/oap-server/server-starter/src/main/resources/application.yml @@ -239,7 +239,7 @@ agent-analyzer: # Exit spans with the component in the list would not generate the client-side instance relation metrics. noUpstreamRealAddressAgents: ${SW_NO_UPSTREAM_REAL_ADDRESS:6000,9000} meterAnalyzerActiveFiles: ${SW_METER_ANALYZER_ACTIVE_FILES:datasource,threadpool,satellite,go-runtime,python-runtime,continuous-profiling} # Which files could be meter analyzed, files split by "," - slowCacheReadThreshold: ${SW_SLOW_CACHE_SLOW_READ_THRESHOLD:default:20,redis:10} # The slow cache write operation thresholds. Unit ms. + slowCacheReadThreshold: ${SW_SLOW_CACHE_SLOW_READ_THRESHOLD:default:20,redis:10} # The slow cache read operation thresholds. Unit ms. slowCacheWriteThreshold: ${SW_SLOW_CACHE_SLOW_WRITE_THRESHOLD:default:20,redis:10} # The slow cache write operation thresholds. Unit ms. log-analyzer: