|
23 | 23 | * 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. |
24 | 24 | * Support analysis waypoint metrics in Envoy ALS receiver. |
25 | 25 | * 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. |
27 | 27 | * Adapt the mesh metrics if detect the ambient mesh in the eBPF access log receiver. |
28 | 28 | * Add JSON format support for the `/debugging/config/dump` status API. |
29 | 29 | * Enhance status APIs to support multiple `accept` header values, e.g. `Accept: application/json; charset=utf-8`. |
|
52 | 52 | * GraphQL API: metadata, topology, log and trace support query by name. |
53 | 53 | * [Break Change] MQE function `sort_values` sorts according to the aggregation result and labels rather than the simple time series values. |
54 | 54 | * 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 size,driven 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 | + |
58 | 58 | | Worker | poolSize | isSignalDrivenMode | queueChannelSize | queueBufferSize | |
59 | 59 | |-------------------------------|------------------------------------------|--------------------|------------------|-----------------| |
60 | 60 | | MetricsAggregateOALWorker | Math.ceil(availableProcessors * 2 * 1.5) | false | 2 | 10000 | |
|
93 | 93 | * BanyanDB: fix the `BanyanDBMetricsDAO.multiGet` not work properly in `IndexMode`. |
94 | 94 | * BanyanDB: remove `@StoreIDAsTag`, and automatically create a virtual String tag `id` for the SeriesID in `IndexMode`. |
95 | 95 | * 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. |
97 | 97 | * Fix service_relation source layer in mq entry span analyse. |
98 | 98 | * Fix metrics comparison in promql with bool modifier. |
99 | 99 | * Add rate limiter for Zipkin trace receiver to limit maximum spans per second. |
|
143 | 143 | * fix: optimize appearing the wrong prompt by pop-up for the HTTP environments in copy function. |
144 | 144 | * refactor the configuration view and implement the optional config for displaying timestamp in Log widget. |
145 | 145 | * 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. |
147 | 147 | * Optimize buttons in time picker component. |
148 | 148 | * Optimize the router system and implement unit tests for router. |
149 | 149 | * Bump element-plus from 2.9.4 to 2.11.0. |
|
0 commit comments