Skip to content

Commit f0ef71c

Browse files
authored
Make MAL percentile align with OAL percentile calculation and update Grafana dashboards for OAP observability. (#13546)
1 parent 8626000 commit f0ef71c

File tree

22 files changed

+13515
-7809
lines changed

22 files changed

+13515
-7809
lines changed

docs/en/changes/changes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@
108108
* BanyanDB: Move data write logic from BanyanDB Java Client to OAP and support observe metrics for write operations.
109109
* Self Observability: add write latency metrics for BanyanDB and ElasticSearch.
110110
* Fix the malfunctioning alarm feature of MAL metrics due to unknown metadata in L2 aggregate worker.
111+
* Make MAL percentile align with OAL percentile calculation.
112+
* Update Grafana dashboards for OAP observability.
111113

112114
#### UI
113115

docs/en/concepts-and-designs/lal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ like percentiles.
291291

292292
metrics:
293293
- name: response_time_percentile
294-
exp: http_response_time.sum(['le', 'service', 'instance']).increase('PT5M').histogram().histogram_percentile([50,70,90,99])
294+
exp: http_response_time.sum(['le', 'service', 'instance']).increase('PT5M').histogram().histogram_percentile([50,75,90,95,99])
295295
```
296296
297297
- `slowSql`

0 commit comments

Comments
 (0)