Commit Graph

870 Commits

Author SHA1 Message Date
Wan Kai 960d5f4e36
Enhance TopN config to support excludes filter (#13361)
* Enhance TopN config to support excludes filter

* banyandb version
2025-07-09 09:33:27 +08:00
Wan Kai 4b508b930d
Support custom GRPCClient health checker logic. (#13353)
[NOTICE] Roll back score meaning in GraphQL health check API.
2025-07-03 15:28:26 +08:00
Wan Kai 4430cf5e0d
OAP gRPC-Client support `Health Check` and [Break Change] `Health Check` make response 1 represents healthy, 0 represents unhealthy. (#13345) 2025-06-30 21:02:57 +08:00
Wan Kai 8139ffb57c
Clean up TopN rules in BanyanDB server that are not configured in the current config. (#13336) 2025-06-23 13:05:32 +08:00
Wan Kai 47ce2720b9
BanyanDB: Support custom `TopN pre-aggregation` rules configuration in file `bydb-topn.yml`. (#13319) 2025-06-17 12:49:11 +08:00
Wan Kai 485b7ff7c8
Chore: rename Banyandb Group setting env. (#13289) 2025-06-03 16:46:52 +08:00
Wan Kai 3e67db7de3
[Break Change]BanyanDB: Setup new Group policy. (#13267) 2025-05-28 14:49:20 +08:00
kezhenxu94 4f4323a42b
feat: add OpenSearch 3.0 to test matrix (#13234) 2025-05-08 19:42:08 +08:00
peachisai 4609050b49
Chore: fix some documents about Flink monitoring (#13192) 2025-04-22 18:11:20 +08:00
peachisai adcdd01cac
Support Flink monitoring (#13172) 2025-04-18 08:16:13 +08:00
Wan Kai 27c37d3bf8
BanyanDB: Support `hot/warm/cold` stages configuration. (#13144) 2025-03-28 11:41:05 +08:00
吴晟 Wu Sheng 57ad1327d4
Remove some legacy doc (#13136) 2025-03-24 20:08:20 +08:00
Wan Kai 21ce981141
BanyanDB config: fix property shardNum env name. (#13128) 2025-03-21 13:10:34 +08:00
吴晟 Wu Sheng c5bfd7447c
Fix dead link in configuration-vocabulary.md (#13120) 2025-03-20 08:20:48 +08:00
Wan Kai e4c4a296e8
update configuration-vocabulary.md for banyandb (#13118) 2025-03-19 12:41:38 +08:00
Sherlock Yin d838277f4b
Add HTTP headers configuration for webhook (#13106)
Co-authored-by: yinyijun <yinyijun6@mgtv.com>
2025-03-17 20:49:17 +08:00
吴晟 Wu Sheng 9dcf64ecf6
Update banyandb.md (#13098) 2025-03-12 21:20:37 +08:00
Wan Kai 32807c8772
BanyanDB: Separate the storage configuration to an independent file: `bydb.yaml`. (#13097) 2025-03-12 17:20:09 +08:00
吴晟 Wu Sheng 04411b829c
Fix deadlink in elasticsearch.md (#13079) 2025-03-04 21:49:51 +08:00
Zixin Zhou 4282ff8cc9
Add go agent so11y dashboard (#13074) 2025-03-04 21:44:23 +08:00
mrproliu 028757f64d
Update Baseline changelog and configuration documentation (#13043) 2025-02-18 22:25:28 +08:00
吴晟 Wu Sheng 530a00f2ed
Add baseline doc and point to SkyPredictor project (#13040) 2025-02-18 21:31:47 +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
吴晟 Wu Sheng c2cdf07871
Remove `meter.md` doc, because `mal.md` has covered all the content. (#13018) 2025-02-03 23:53:36 +08:00
吴晟 Wu Sheng 44844dd802
Add `Get Node List in the Cluster` API (#13015) 2025-02-01 16:28:10 +08:00
吴晟 Wu Sheng 6f8941a9d3
Fix bugs and enhance RESOURCE EXHAUSTED: Watermark exceeded logs. (#12973)
1. Fix too many `RESOURCE EXHAUSTED: Watermark exceeded` when other nodes reached limitations.
2. Fix bug of watermark exceeded recovery.
3. Change the default memory usage limitation to 96%.
4. Fix WatermarkListener name is not set.
2025-01-15 16:09:33 +08:00
Wan Kai 8bcaabb43c
MQE: Support `&&(and)`, `||(or)` bool operators. (#12965) 2025-01-14 16:22:29 +08:00
吴晟 Wu Sheng d447c4534f
Make bydb depdendencies file checked and consistent. (#12961) 2025-01-13 17:47:15 +08:00
吴晟 Wu Sheng ca5c8b29e1
BanyanDB: Add support for compatibility checks based on API version (#12959) 2025-01-12 21:34:51 +08:00
吴晟 Wu Sheng d12c6b5979
Add circuit-breaking mechanism (#12953) 2025-01-10 23:49:05 +08:00
hanwha-jesoos de6ae39fbf
docs: fix typo in documentation (#12935) 2025-01-07 16:51:04 +08:00
吴晟 Wu Sheng 4c5882dade
Fix chore (#12923) 2025-01-02 17:34:59 +08:00
吴晟 Wu Sheng 5ab39acd96
Add `bydb.dependencies.properties` config file (#12922) 2025-01-02 16:56:54 +08:00
吴晟 Wu Sheng 6fbd9e7400
Polish words in storage docs. (#12911) 2024-12-30 21:29:43 +08:00
吴晟 Wu Sheng 5be35ba774
[Breaking Change] Remove H2 as storage option permanently. (#12909)
Remove H2 as storage option permanently. BanyanDB 0.8(OAP 10.2 required) is easy, stable and production-ready. Don't need H2 as default storage anymore.
2024-12-30 21:07:21 +08:00
吴晟 Wu Sheng d39a00331c
[BREAKING CHANGE] Simplified the release process (#12903) 2024-12-27 14:30:42 +08:00
吴晟 Wu Sheng 841a92b621
Support `Get Effective TTL Configurations` API. (#12847)
* [Breaking Change] Rename `debugging-query` module to `status-query` module. Relative exposed APIs are **UNCHANGED**. 
* Support `Get Effective TTL Configurations` API.
2024-12-12 09:51:47 +08:00
zhengziyi0117 f467ae7929
Update Async Profiler doc (#12842) 2024-12-09 16:53:49 +08:00
吴晟 Wu Sheng 17003ebc16
Rename BanyanDB native TTL doc to Progressive TTL (#12829) 2024-12-05 14:06:56 +08:00
Kemal Beşkardeşler 6252cd49ad
Update SW_STORAGE_ES_RESPONSE_TIMEOUT default value in docs (#12827) 2024-12-04 18:16:00 +08:00
Gao Hongtao 3cef02ba33
Update banyandb doc (#12792) 2024-11-23 19:46:16 +08:00
Gao Hongtao 10e239f85b
Introduce index mode and refactor banyandb group settings (#12790) 2024-11-22 13:11:30 +08:00
zhengziyi0117 f230947ddb
Improve JFR async profiler parser (#12777) 2024-11-18 19:42:40 +08:00
Gao Hongtao bdd0c92e47
Add batch settings and fix trace query bug (#12749)
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
2024-11-05 12:05:32 +08:00
zhengziyi0117 9e5fb8f5cf
Support async profiler feature (#12671)
Co-authored-by: zhengziyi <b21080426@njupt.edu.cn>
Co-authored-by: Jiajing LU <lujiajing1126@gmail.com>
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
2024-10-31 23:09:56 +08:00
kezhenxu94 4d2810c4e6
Revert "Add time unit in so11y latency metrics (#12719)" (#12720) 2024-10-24 13:28:25 +08:00
kezhenxu94 38b775ed2a
Add time unit in so11y latency metrics (#12719) 2024-10-23 17:25:15 +08:00
Zixin Zhou bfbda6fa14
Add support Kong monitoring (#12696) 2024-10-17 10:09:10 +08:00
Shyunn 178146d225
docs: add go-agent to log-agent-native doc (#12676) 2024-10-08 12:58:11 +08:00
Wan Kai 7d1b65c639
BanyanDB: support TLS connection and configuration. (#12639) 2024-09-24 16:24:17 +08:00