Wan Kai
c91f7e3952
Fix Elasticsearch storage: In the merged index, column's property `indexOnly` not applied and cannot be updated. ( #10060 )
2022-11-30 17:24:35 +08:00
mrproliu
2ac671cc1b
Fix wrong time bucket on attached event ( #10049 )
2022-11-30 10:22:52 +08:00
Wan Kai
1335a48f1c
* Self-Observability: Add counters for metrics reading from DB or cached. Dashboard:`Metrics Persistent Cache Count`. ( #10050 )
...
* Self-Observability: Fix `GC Time` calculation.
* Add trace association for general service dashboards.
2022-11-29 20:59:12 +08:00
Fine0830
ad57481e88
update UI ( #10048 )
2022-11-29 19:11:20 +08:00
吴晟 Wu Sheng
2d97e24ec5
Add docs for profiling, and adjust menu items. ( #10046 )
2022-11-29 17:27:02 +08:00
mrproliu
f0a7528e76
Adding HTTP/1.x metrics tab on network profiling widget ( #10044 )
2022-11-29 15:26:13 +08:00
吴晟 Wu Sheng
6348f16b6b
Rename `BanyanDB.ShardingKey` to `BanyanDB.SeriesID` ( #10037 )
2022-11-26 13:06:53 +08:00
Wan Kai
ce3196beff
Fix Elasticsearch storage: Query `sortMetrics` missing transform real index column name. ( #10036 )
2022-11-26 11:15:17 +08:00
吴晟 Wu Sheng
6b60357324
Fix `BanyanDB.ShardingKey` annotation missed in the generated OAL metrics classes. ( #10032 )
2022-11-26 00:20:33 +08:00
kezhenxu94
1da72b6af9
Internal API: remove undocumented ElasticSearch API usage and use documented one ( #10031 )
2022-11-25 21:15:25 +08:00
Fine0830
65431ac786
sync ui ( #10030 )
2022-11-25 18:16:35 +08:00
Wan Kai
f9e23eb329
Fix Elasticsearch storage: In `No-Sharding Mode`, add specific analyzer to the template before index creation to avoid update index error. ( #10026 )
2022-11-25 15:32:40 +08:00
zhang-wei
8185589ac6
Add trace association for FAAS dashboards ( #10024 )
2022-11-25 10:08:29 +08:00
吴晟 Wu Sheng
2fa821d9f5
Enhance cache mechanism in the metric persistent process ( #10021 )
2022-11-24 23:56:16 +08:00
Wan Kai
9bdccc1daa
sync ui ( #10023 )
2022-11-24 22:08:46 +08:00
Wan Kai
6a75de5ece
Add `@BanyanDB.TimestampColumn` to identify `which column in Record` is providing the timestamp(milliseconds) for BanyanDB ( #10019 )
2022-11-24 21:20:36 +08:00
mrproliu
2e7a850475
Support dynamic config the sampling strategy in network profiling. ( #10002 )
2022-11-23 15:33:20 +08:00
Wan Kai
ffa4990938
[Feature] Zipkin module support BanyanDB storage. ( #10004 )
2022-11-22 22:38:38 +08:00
Fine0830
e5950cc062
Sync UI ( #9993 )
2022-11-21 12:30:26 +08:00
吴晟 Wu Sheng
72d11de72b
Add default entity name(`_blank`) ( #9986 )
2022-11-18 17:37:32 +08:00
Wan Kai
0a2ee589d5
Test: Add integration test for Shardingsphere-proxy ( #9969 )
...
* Fix `ShardingTopologyQueryDAO.loadServiceRelationsDetectedAtServerSide` miss serviceIds.
* Add sharding integration test.
2022-11-17 20:42:09 +08:00
zhyyu
94cf9238c7
Fix ESEventQueryDAO miss metric_table boolQuery criteria. ( #9971 )
2022-11-16 21:02:44 +08:00
Brandon Fergerson
973d30aa48
Fix SW_STORAGE_ES_SUPER_DATASET_DAY_STEP variable name ( #9970 )
2022-11-16 18:51:42 +08:00
Gao Hongtao
4ae167b850
Fix not-time-series model blocking OAP boots in no-init mode. ( #9966 )
2022-11-16 17:23:22 +08:00
Brandon Fergerson
8dfd18ec20
fix: correct system variable spelling ( #9968 )
2022-11-16 16:21:34 +08:00
吴晟 Wu Sheng
978599edc4
Add `LongText` to support longer logs persistent as a text type ( #9964 )
2022-11-16 13:28:57 +08:00
kezhenxu94
d3d756bf4a
Remove `lengthEnvVariable` for `Column` as it never works as expected ( #9952 )
2022-11-12 14:33:17 +08:00
heihei180
7c8867bed7
Fix changelog for EventMesh plugin IDs ( #9948 )
2022-11-11 16:04:11 +08:00
吴晟 Wu Sheng
671cb02982
Bump up Kafka client to 2.8.1 to fix CVE-2021-38153. ( #9949 )
2022-11-11 15:56:39 +08:00
吴晟 Wu Sheng
03e8f8a994
Fix max length to 512 of IDs. ( #9947 )
2022-11-11 00:30:56 +08:00
yswdqz
109e6dea16
Support MySQL/PostgreSQL cluster mode ( #9937 )
2022-11-10 22:29:31 +08:00
Fine0830
22f6803b18
sync ui ( #9942 )
2022-11-10 15:40:26 +08:00
吴晟 Wu Sheng
a386853bc9
Force UTF-8 encoding in `JsonLogHandler` of `kafka-fetcher-plugin`. ( #9927 )
2022-11-09 14:00:19 +08:00
mrproliu
3122697e3a
Support span attached event concept ( #9916 )
2022-11-09 11:28:42 +08:00
Wan Kai
48a0985345
Elasticsearch storage: support specify the settings `(number_of_shards/number_of_replicas)` for each index individually. ( #9914 )
...
* Elasticsearch storage: Provide system environment variable(`SW_STORAGE_ES_SPECIFIC_INDEX_SETTINGS`) and support specify the settings `(number_of_shards/number_of_replicas)` for each index individually.
* Elasticsearch storage: Support update index settings `(number_of_shards/number_of_replicas)` for the index template after re-configured.
2022-11-07 21:16:36 +08:00
kezhenxu94
2e3134952e
Refactor jdbc storage implementations to reuse logics ( #9904 )
2022-11-07 20:02:24 +08:00
pg.yang
f38aad5fa5
Optimize MQ Topology analysis. ( #9911 )
...
Use entry span's peer from the consumer side as source service when no producer instrumentation(no cross-process reference).
2022-11-06 17:24:26 +08:00
Jiajing LU
d32a318637
Update BanyanDB storage module to adapt BanyanDB 0.2 ( #9839 )
...
* update to banyandb client 0.2
* simplify group check and creation
* support indexOnly
* partial apply configuration
* support CompleteableFuture
* fix BanyanDBProfileThreadSnapshotQueryDAO
* optimize BanyanDBProfileTaskQueryDAO
* optimize *LogQueryDAO
* support indexType
* add configuration
* use TTL from core config
Signed-off-by: Megrez Lu <lujiajing1126@gmail.com>
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2022-11-04 11:33:21 +08:00
吴晟 Wu Sheng
cba0e6182e
Reduce the buffer size(queue) of MAL(only) metric streams ( #9897 )
2022-11-02 20:26:38 +08:00
pg.yang
828e6e2f2b
Add virtual MQ analysis for native traces ( #9855 )
2022-11-02 08:05:35 +08:00
jiang1997
93db461216
Add UI dashboard for Python runtime metrics ( #9863 )
2022-11-02 07:04:33 +08:00
yswdqz
e497efd245
Change the way of loading MAL rules ( #9822 )
2022-11-01 15:11:04 +08:00
mrproliu
4adc05f89c
Support `sampledTrace` in LAL ( #9857 )
2022-10-31 17:54:37 +08:00
Fine0830
ae6a3a18ef
sync ui ( #9867 )
...
* Fix configuration panel styles.
* Remove an un-use icon.
* Support labeled value on the service/instance/endpoint list widgets.
2022-10-31 12:06:43 +08:00
kezhenxu94
fb2ac0e7f9
Split TCP related service mesh metrics protobuffer definition ( #9851 )
2022-10-28 09:14:38 +08:00
kezhenxu94
9ba31b63a2
Do not log error logs when failed to create ElasticSearch index because the index is created already ( #9856 )
2022-10-27 23:49:13 +08:00
Marc Navarro
7f9f792229
Do not log grpc envoy receiver client-side streaming cancellation as errors ( #9843 )
2022-10-26 07:32:34 +08:00
Fine0830
2cdcb0d7cc
Sync ui ( #9841 )
2022-10-25 12:17:26 +08:00
Shichao
24f8d6fbaa
Remove improper self-obs metrics in JvmMetricsHandler(for Kafka channel) ( #9838 )
2022-10-25 07:42:06 +08:00
吴晟 Wu Sheng
9d3982db74
Add new config initialization mechanism of module provider to replace existing ( #9828 )
2022-10-22 19:07:53 +08:00