Gao Hongtao
1473c04d3e
Introduce label system to histogram ( #5425 )
2020-09-04 14:49:47 +08:00
zhang-wei
9143f1342d
Support HTTP api for browser recevier ( #5429 )
...
* support http api
2020-09-03 17:12:07 +08:00
Evan
15b0068fdf
Add superdataset replicas number config ( #5424 )
...
* distinct the number of metrics or common record index with super dataset index.
2020-09-01 23:06:21 +08:00
xbkaishui
246ea6b38b
Make the cpu usage percent always greater than 1 ( #5422 )
...
* fix bug #5417 , make the CPU usage percent always >= 1
2020-09-01 17:47:35 +08:00
Gao Hongtao
30ce1959a7
Hot reload gRPC certs of OAP. ( #5376 )
2020-08-31 23:11:01 +08:00
zhang-wei
7ef8b3e476
Support Browser protocol at OAP ( #4228 )
2020-08-31 15:46:37 +08:00
hailin0
ca957699dc
Add support for quartz-scheduler ( #5413 )
2020-08-30 23:48:26 +08:00
Jared Tan
22bf8e6a61
fix auth in sharing server. ( #5411 )
...
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-08-30 08:20:53 +08:00
zifeihan
6227db19cd
Save error trace segment even that segment will abandoned by sampling mechanism ( #5407 )
...
* Save some error trace segment, event this segment abandoned by server side trace sampling mechanism.
* Support forceSaveErrorSegment config to control force save some error segment.
Co-authored-by: echo <zifeihan@foxmail.com>
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-08-28 20:37:19 +08:00
gnr163
a80a55589e
Fix bug about prepareBath in MetricsPersistentWorker #5399 ( #5401 )
...
* bugfix: when extend the scope and recommend to start with 10000 or scope greater than 1000 , freemarker generate MetricsMetaInfo method will cause error such as MetricsMetaInfo("xxxx_cpm", 10,001, entityId)
Co-authored-by: jingjiu <jingjiu@tsign.cn>
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-08-28 11:32:24 +08:00
吴晟 Wu Sheng
b11c3519e0
Fix bug. ( #5400 )
2020-08-27 19:51:58 +08:00
zhang-wei
c5df0760f2
Support IN filter expressions in OAL ( #5390 )
2020-08-26 23:50:59 +08:00
吴晟 Wu Sheng
086d730aed
Unary alternative to `TraceSegmentReportService.collect` ( #5389 )
2020-08-26 19:10:50 +08:00
zifeihan
720c1dd92f
Use traceId as the judgment condition for sampling trace. ( #5386 )
2020-08-26 16:45:02 +08:00
吴晟 Wu Sheng
e878c11158
Open more grpc config in the default application.yml ( #5379 )
2020-08-26 08:48:18 +08:00
zifeihan
450a7ec4e0
change alarm module silence-period default value as same as period. ( #5372 )
...
Co-authored-by: echo <zifeihan@foxmail.com>
2020-08-24 15:01:59 +08:00
吴晟 Wu Sheng
7a33122b6f
Remove old files. ( #5369 )
2020-08-23 20:42:37 +08:00
hailin0
1b54b61a88
Add support for spring @Scheduled ( #5339 )
2020-08-23 17:13:49 +08:00
huawei
4ea6218398
Add urllib3 Python Plugin Component ( #5368 )
2020-08-23 16:14:34 +08:00
Jared Tan
3dfa40ebb5
support Slack alarm hooks ( #5364 )
2020-08-22 17:18:09 +08:00
Lu Jiajing
5bfac1b50f
Remove style-check exception for logger ( #5363 )
2020-08-21 18:26:25 +08:00
Gao Hongtao
19836e64bb
Add labeled metrics to alarm system ( #5276 )
2020-08-18 22:55:01 +08:00
snakorse
4e60690250
bugfix: Fix CLR Heap Memory metrics aggregation configuration error in ui-initialized-templates. ( #5346 )
...
Co-authored-by: 郭刚平 <gangping.guo@xiaobao100.com>
2020-08-18 15:53:55 +08:00
snakorse
5da4015ec6
bugfix: Fix CLRThread metrics setId error. ( #5345 )
...
Co-authored-by: 郭刚平 <gangping.guo@xiaobao100.com>
2020-08-18 14:03:26 +08:00
Gao Hongtao
68eba154c4
Add latest function ( #5321 )
...
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
2020-08-15 17:28:32 +08:00
吴晟 Wu Sheng
0c1c390f6d
Correct the yaml config. ( #5318 )
2020-08-15 10:07:33 +08:00
Evan
197ef1e836
Improve Es trace basic query performance ( #5132 )
2020-08-15 08:24:37 +08:00
huawei
522e0951bc
Update elasticsearch Python Plugin Component ( #5303 )
2020-08-13 22:51:13 +08:00
Ax1an
d3e0dbb973
Remove duplicate settings telemetry related context id in nacos. ( #5306 )
...
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-08-13 16:08:34 +08:00
gnr163
532384e0a2
fix bug when extend the scope and recommend to start with 10000 or the scope greater than 1000 ( #5299 )
...
* bugfix: when extend the scope and recommend to start with 10000 or scope greater than 1000 , freemarker generate MetricsMetaInfo method will cause error such as MetricsMetaInfo("xxxx_cpm", 10,001, entityId)
2020-08-12 16:53:05 +08:00
zhang-wei
3d0522f9de
Add OALListener missing code ( #5296 )
2020-08-12 08:12:53 +08:00
kezhenxu94
ecc18b9be3
Support !=, like filter expressions in OAL ( #5269 )
2020-08-11 09:37:21 +08:00
吴晟 Wu Sheng
7f7e96b088
[IMPORTANT] Query traces with tags as condition ( #5270 )
2020-08-11 07:24:40 +08:00
于玉桔
e37fc2e439
Support spring-kafka ( #5254 )
2020-08-10 19:13:19 +08:00
Evan
2df3c683ba
Super Size Dataset record index es rolling step ( #5282 )
2020-08-10 14:49:11 +08:00
Gao Hongtao
b0bb7cf3be
Query all of labels once selected labels condition is absent. ( #5202 )
2020-08-08 22:26:06 +08:00
Humbertzhang
bdef778e53
add Python in MongoDB languages ( #5261 )
...
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-08-07 18:11:34 +08:00
gnr163
68ab389021
fix an error when no statement with slowStatement ( #5243 ) ( #5245 )
...
Co-authored-by: jingjiu <jingjiu@tsign.cn>
2020-08-06 09:06:09 +08:00
Ax1an
567c6b59f2
Fix Duration.java ( #5241 )
2020-08-05 21:59:28 +08:00
于玉桔
7a20c260bb
Add HBase hbase-client plugin ( #5225 )
2020-08-05 17:55:20 +08:00
吴晟 Wu Sheng
89f314c86f
Make the column length of slow DB statement having the good default value. ( #5238 )
2020-08-05 16:14:10 +08:00
吴晟 Wu Sheng
48311e095a
Use client side component name when no server side mapping. ( #5232 )
...
* Use client side component name when no server side mapping.
* Unknown component should be fixed, so change the e2e expected data.
2020-08-05 13:34:58 +08:00
于玉桔
df397228f1
component-libraries.yml typo fix ( #5230 )
...
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-08-04 22:11:39 +08:00
zifeihan
e7288bff94
Fix error format of time in serviceTraffic update. ( #5221 )
2020-08-03 10:38:11 +08:00
吴晟 Wu Sheng
0146aa522f
Exporter INCREMENT mode is not working. ( #5220 )
2020-08-03 06:53:00 +08:00
吴晟 Wu Sheng
2f2840cbf5
Begin 8.2.0 iteration. ( #5211 )
...
* [maven-release-plugin] prepare release v8.1.0
* [maven-release-plugin] prepare for next development iteration
2020-07-31 20:15:27 +08:00
Daming
966403c0e0
missing time unit in query ( #5210 )
2020-07-31 16:49:19 +08:00
Daming
f9257f5274
Provide kafka as collector/reporter ( #4847 )
2020-07-30 11:55:49 +08:00
Gao Hongtao
5f769ca2b4
Add AvgLabeledFunction to ingest multiple labels ( #5187 )
2020-07-30 07:32:29 +08:00
Ax1an
5d7da1aead
Add internalComHost and internalComPort config to Nacos. ( #5192 )
2020-07-29 15:54:10 +08:00