Commit Graph

18 Commits

Author SHA1 Message Date
Wan Kai 40f160cf9a
Fix query-protocol.md, make it consistent with the GraphQL query protocol. (#11950) 2024-02-28 15:31:05 +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
Wayne Chu 5d0bd0569b
Support collect ZGC memory pool metrics (#11432)
* Support collect ZGC memory pool metrics

* submodule update
2023-10-20 15:38:33 +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
weixiang1862 0949db406d
Support LogQL HTTP query APIs. (#11168) 2023-08-03 22:05:31 +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
kezhenxu94 d874c211f6
Clean up OpenCensus related codes and docs (#10755) 2023-05-04 11:13:17 +08:00
Wan Kai d88d887a32
Fix PromQL HTTP API `/api/v1/labels` response missing `service` label. (#10579) 2023-03-23 16:40:05 +08:00
Wan Kai f866338cf9
Add PromQL Service doc and how to use in Grafana. (#10459) 2023-02-28 21:49:39 +08:00
mrproliu fba96452f5
Add documentation for profiling APIs (#10269) 2023-01-12 14:48:21 +08:00
吴晟 Wu Sheng 45692303ce
Reorganize API docs. (#10160) 2022-12-15 15:42:38 +08:00