吴晟 Wu Sheng
|
530a00f2ed
|
Add baseline doc and point to SkyPredictor project (#13040)
|
2025-02-18 21:31:47 +08:00 |
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
|
2ed6b58073
|
Support adding additional attr[0-5] for endpoint level metrics. (#12753)
|
2024-11-06 12:51:26 +08:00 |
Wan Kai
|
3ecffd6e65
|
TopN query attrs filter support not equal. (#12730)
|
2024-10-30 17:22:54 +08:00 |
Wan Kai
|
8b6cd1c241
|
Add more attrs for Service metrics (#12728)
|
2024-10-29 15:07:53 +08:00 |
Wan Kai
|
80d3e2951d
|
Support adding additional attr[0-4] for service level metrics. (#12718)
|
2024-10-23 16:02:06 +08:00 |
Wan Kai
|
7a8bbacd20
|
Fix MQE and Alarm doc nits (#12275)
|
2024-05-30 15:11:26 +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
|
a38628fced
|
Fix MQE `top_n` global query. (#12163)
|
2024-04-26 14:53:37 +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 |
pg.yang
|
bea7ed3f4a
|
Fix inaccurate APISIX metrics (#12108)
|
2024-04-16 17:39:37 +08:00 |
Wan Kai
|
bbbed44863
|
[Break Change]: Labeled Metrics support multiple labels. (#12082)
|
2024-04-10 19:57:36 +08:00 |
Chen Ziyan
|
dcf0a237c1
|
update metrics-query-expression.md#AggregateLabels Operation (#11997)
|
2024-03-07 15:05:12 +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 |
Wan Kai
|
075b08ce74
|
Support `increase/rate` function in the `MQE` query language. (#11591)
|
2023-11-27 15:40:13 -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
|
1630f1afa7
|
[Breaking change] Change the default label name in MQE from `labe`l to `_`. (#11051)
|
2023-07-06 13:03:04 +08:00 |
weixiang1862
|
a8cf4fb4b6
|
Support reduce aggregate function in MQE.(#11031) (#11036)
|
2023-07-05 14:24:02 +02:00 |
Wan Kai
|
260a7106dd
|
MQE: remove query `returnTypeOfMQE`, add new aggregation operator `latest` (#10906)
|
2023-06-09 11:32:16 +08:00 |
Wan Kai
|
426d015086
|
MQE support binary operation between labeled metrics (#10888)
|
2023-06-07 13:48:54 +08:00 |
Wan Kai
|
0f847438c7
|
Support Metrics Query Expression(MQE) and allows users to do simple query-stage calculation through the expression. (#10881)
|
2023-06-05 17:22:05 +08:00 |