Skip to content

Commit c7e8896

Browse files
authored
Fix words (#13575)
1 parent 9b0d355 commit c7e8896

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/en/changes/changes-10.3.0.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* Limit max attempts of DNS resolution of Istio ServiceEntry to 3, and do not wait for first resolution result in case the DNS is not resolvable at all.
2424
* Support analysis waypoint metrics in Envoy ALS receiver.
2525
* Add Ztunnel component in the topology.
26-
* [Break Change] Change `compomentId` to `componentIds` in the K8SServiceRelation Scope.
26+
* [Break Change] Change `componentId` to `componentIds` in the K8SServiceRelation Scope.
2727
* Adapt the mesh metrics if detect the ambient mesh in the eBPF access log receiver.
2828
* Add JSON format support for the `/debugging/config/dump` status API.
2929
* Enhance status APIs to support multiple `accept` header values, e.g. `Accept: application/json; charset=utf-8`.
@@ -52,9 +52,9 @@
5252
* GraphQL API: metadata, topology, log and trace support query by name.
5353
* [Break Change] MQE function `sort_values` sorts according to the aggregation result and labels rather than the simple time series values.
5454
* Self Observability: add `metrics_aggregation_queue_used_percentage` and `metrics_persistent_collection_cached_size` metrics for the OAP server.
55-
* Optimize metrics aggregate/persistent worker: separate `OAL` and `MAL` workers and consume pools. The dataflow signal drives the new MAL consumer,
56-
the following table shows the pool sizedriven mode and queue size for each worker.
57-
55+
* Optimize metrics aggregate/persistent worker: separate `OAL` and `MAL` workers and consume pools. The dataflow signal drives the new MAL consumer,
56+
the following table shows the pool size, driven mode and queue size for each worker.
57+
5858
| Worker | poolSize | isSignalDrivenMode | queueChannelSize | queueBufferSize |
5959
|-------------------------------|------------------------------------------|--------------------|------------------|-----------------|
6060
| MetricsAggregateOALWorker | Math.ceil(availableProcessors * 2 * 1.5) | false | 2 | 10000 |
@@ -93,7 +93,7 @@
9393
* BanyanDB: fix the `BanyanDBMetricsDAO.multiGet` not work properly in `IndexMode`.
9494
* BanyanDB: remove `@StoreIDAsTag`, and automatically create a virtual String tag `id` for the SeriesID in `IndexMode`.
9595
* Remove method `appendMutant` from StorageID.
96-
* Fix otlp log handler reponse error and otlp span convert error.
96+
* Fix otlp log handler response error and otlp span convert error.
9797
* Fix service_relation source layer in mq entry span analyse.
9898
* Fix metrics comparison in promql with bool modifier.
9999
* Add rate limiter for Zipkin trace receiver to limit maximum spans per second.
@@ -143,7 +143,7 @@
143143
* fix: optimize appearing the wrong prompt by pop-up for the HTTP environments in copy function.
144144
* refactor the configuration view and implement the optional config for displaying timestamp in Log widget.
145145
* test: implement unit tests for hooks and refactor some types.
146-
* fix: share OAP proxy servies for different endpoins and use health checked endpoints group.
146+
* fix: share OAP proxy services for different endpoints and use health checked endpoints group.
147147
* Optimize buttons in time picker component.
148148
* Optimize the router system and implement unit tests for router.
149149
* Bump element-plus from 2.9.4 to 2.11.0.

0 commit comments

Comments
 (0)