mrproliu
|
7785c4164b
|
Move `metrics-baseline` into `ai-pipeline` module (#13041)
|
2025-02-18 20:16:14 +08:00 |
Wan Kai
|
97c47de89b
|
Baseline: Support query baseline with MQE and use in the Alarm Kernel. (#13024)
|
2025-02-10 20:35:30 +08:00 |
Wan Kai
|
8bcaabb43c
|
MQE: Support `&&(and)`, `||(or)` bool operators. (#12965)
|
2025-01-14 16:22:29 +08:00 |
Wan Kai
|
0a0890c148
|
MQE: Support `top_n_of` function for merging multiple metrics topn query. (#12937)
|
2025-01-08 12:53:34 +08:00 |
Wan Kai
|
d3d3ee8abd
|
Alarm: Support store and query the metrics snapshot when the alarm is triggered (#12910)
|
2024-12-30 10:57:00 +08:00 |
Wan Kai
|
39b579f3ae
|
Add metrics value owner for metrics topN query result (#12737)
|
2024-11-01 15:30:42 +08:00 |
kezhenxu94
|
a5d8777ee7
|
Use CI-friendly revision to set the project version (#12640)
|
2024-09-24 17:53:14 +08:00 |
Wan Kai
|
5441f58f4c
|
MQE: check the metrics value before do binary operation to improve robustness (#12483)
|
2024-07-26 18:49:33 +08:00 |
Wan Kai
|
05373d69d4
|
Support tracing trace query(SkyWalking and Zipkin) for debugging. (#12378)
|
2024-06-27 10:12:44 +08:00 |
Wan Kai
|
0b7272d813
|
Support trace MQE query for debugging. (#12342)
|
2024-06-18 16:58:03 +08:00 |
吴晟 Wu Sheng
|
054d0e4ff9
|
Release 10.0.0 and move forward to 10.1.0 (#12203)
|
2024-05-10 09:19:56 +08:00 |
Wan Kai
|
b3044ee714
|
MQE support `sort_values` and `sort_label_values` functions. (#12193)
* MQE support `sort_values` and `sort_label_values` functions.
* sync UI.
|
2024-05-07 16:42:14 +08:00 |
Wan Kai
|
5808627227
|
* MQE query: make metadata not return `null`. (#12142)
* MQE labeled metrics Binary Operation: return empty value if the labels not match rather than report error.
|
2024-04-22 12:25:12 +08:00 |
Wan Kai
|
bbbed44863
|
[Break Change]: Labeled Metrics support multiple labels. (#12082)
|
2024-04-10 19:57:36 +08:00 |
mrproliu
|
fcf1770e07
|
Add `is_present` function in MQE for check the present status of the list of metrics. (#11627)
The present status is true meaning the metric exists and include values not empty.
|
2023-12-05 00:14:42 -08:00 |
吴晟 Wu Sheng
|
497a7bdb02
|
Release 9.7 and start 10.0 iteration (#11607)
|
2023-11-28 23:49:44 -08:00 |
Wan Kai
|
075b08ce74
|
Support `increase/rate` function in the `MQE` query language. (#11591)
|
2023-11-27 15:40:13 -08:00 |
吴晟 Wu Sheng
|
a336b3cff4
|
Release 9.6.0 and begin 9.7.0 iteration (#11289)
|
2023-09-01 22:57:18 +08:00 |
Wan Kai
|
8763359fc1
|
[Breaking change] Support MQE in the Alerting. (#11262)
|
2023-08-25 11:39:48 +08:00 |
Wan Kai
|
5491c04a8a
|
Support `Compare Operation` in MQE (#11226)
|
2023-08-16 16:44:23 +08:00 |
Wan Kai
|
2b5d2b5f00
|
Fix MQE Binary Operation between labeled metrics and other type of value result. (#11217)
|
2023-08-15 12:57:36 +08:00 |
mrproliu
|
12744bba02
|
Add `view_as_seq` function in MQE for listing metrics in the given prioritized sequence (#11194)
|
2023-08-09 11:59:49 +08:00 |
Wan Kai
|
a4c7705ddf
|
Move MQE codes to independent Maven module in`oap-server`. (#11176)
|
2023-08-05 11:46:17 +08:00 |