Zhenxu Ke
6893fec8bb
Fix bug in `parseInternalErrorCode` where some error codes are never reached ( #6226 )
2021-01-19 16:53:06 +08:00
zifeihan
97f54114a5
Add the implementation of ConfigurationDiscovery on the OAP side. ( #6220 )
2021-01-19 14:53:49 +08:00
HendSame
4e43f227b4
Support Alarm to feishu ( #6193 )
2021-01-18 09:24:20 +08:00
Zhenxu Ke
98d0430b91
chore: set up license-eye to check license header ( #6200 )
2021-01-14 22:08:37 +08:00
Neal Huang
825a7ccc81
Make source builder set service name and endpoint name in right order ( #6188 )
2021-01-14 20:51:26 +08:00
zhang-wei
15452025c6
Log collecting and query implementation ( #6120 )
2021-01-14 09:49:11 +08:00
Gao Hongtao
d299ce0319
Remove redundant metrics and polish panel layout ( #6190 )
2021-01-13 07:44:22 +08:00
xingren23
7b40aeb34c
SharingServerConfig properties is not correct, contextPath -> restContextPath ( #6174 )
2021-01-12 09:08:45 +08:00
zifeihan
5fd06a7c4a
Fix `timeBucket` not taking effect in EqualsAndHashCode annotation. ( #6153 )
2021-01-08 15:51:15 +08:00
cuiweiwei
e3fbb3f705
Fix some influxdb plugin bug ( #6139 )
2021-01-08 14:49:44 +08:00
Zhenxu Ke
afc44d4a3d
Unify the service name rule in `metadata-service-mapping.yml` of `mx-… ( #6131 )
2021-01-08 13:54:04 +08:00
Andy Zhang
4ae4f0e76a
ReadWriteSafeCache concurrency read-write ( #6149 )
2021-01-08 10:18:49 +08:00
Gao Hongtao
1e93cd2860
Fix istio control plane ui template metric type mismatch issue ( #6147 )
...
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
2021-01-07 13:29:28 +08:00
hailin0
cf9b7b1adf
Add Dolphinscheduler plugin definition ( #6134 )
2021-01-06 20:47:55 +08:00
Zhenxu Ke
e24b2bcf74
Fix bug that endpoint-name-grouping.yml can not be customized in docker / helm ( #6124 )
2021-01-04 07:06:35 +08:00
吴晟 Wu Sheng
d36b350197
Fix the priority setting doesn't work of the ALS analyzers ( #6121 )
2021-01-03 15:08:12 +08:00
Zhenxu Ke
f54f639c4d
Enhance Envoy metrics service analyzer by MAL ( #6091 )
2021-01-02 14:34:54 +08:00
Zhenxu Ke
6101163513
Support Envoy {AccessLog,Metrics}Service API V3 ( #6116 )
2021-01-01 21:48:38 +08:00
zifeihan
ff2ab69a66
Fix the uuid field in GRPCConfigWatcherRegister is not updated. ( #6115 )
2021-01-01 18:12:36 +08:00
Daming
6e48dca99a
Improvement Influxdb query performance ( #6066 )
2020-12-30 19:54:33 +08:00
吴晟 Wu Sheng
f4b739c26b
Fix CVE of UninstrumentedGateways in Dynamic Configuration activation. ( #6098 )
2020-12-29 22:17:30 +08:00
Qiuxia Fan
04b536b796
Add JavaScript component id ( #6075 )
2020-12-24 17:29:57 +08:00
songzhe
8899930082
fix influx query error #6056 ( #6057 )
...
* fix influx query error
* use InfluxConstants.NAME
2020-12-22 20:25:36 +08:00
Zhenxu Ke
b9c5776cfd
[Plugin] add NodeJS Axios component ID ( #6033 )
2020-12-19 21:45:19 +08:00
Zhenxu Ke
6feeaf6e5f
Update submodule to sync namespaced proto files ( #6026 )
...
* update submodule to sync namespaced proto files
* add compat E2E test and update mock collector
* add changelog, fix GHA syntax, compat Java agent
* highlight notes, use archive dist, revert compat in agent
* polish changelog, add missing `-javaagent` in provider
* fix wrong position of JAVA_OPTS
* polish changelog
2020-12-18 12:29:44 +08:00
Daming
8d33f0275e
chore: code polish ( #6025 )
2020-12-17 22:54:36 +08:00
Tomasz Pytel
82f859dc7e
[Plugin] add Python Pyramid component ID ( #6012 )
2020-12-16 01:14:40 +08:00
Lei Zhang
957d549b68
[ISSUE 5541] Fix H2 in-memory database table missing issues ( #6008 )
...
* add ;DB_CLOSE_DELAY=-1 to the database URL
* Update CHANGES log
* add ;DB_CLOSE_DELAY=-1 to the H2 database URL of application.yml
Co-authored-by: zhanglei36 <zhanglei36@asiainfo.com>
2020-12-15 16:05:03 +08:00
Tomasz Pytel
065a79778a
[Plugin] added component ID for Python aiohttp ( #6006 )
2020-12-15 07:14:59 +08:00
Zhenxu Ke
4a0a933d95
chore: remove unused lagecy codes ( #5998 )
2020-12-12 19:26:12 +08:00
吴晟 Wu Sheng
f513726fea
Fix potential gRPC connection leak(not closed) for the channels among OAP instances. ( #5995 )
...
* Fix potential gRPC connection leak(not closed) for the channels among OAP instances.
* Filter OAP instances(unassigned in booting stage) of the empty IP in KubernetesCoordinator.
2020-12-12 12:35:03 +08:00
吴晟 Wu Sheng
8ff77667b7
Fix group name can't be queried when it is null. ( #5986 )
2020-12-10 16:20:50 +08:00
YczYanchengzhe
5e4b16cbfc
chore: remove useless codes ( #5982 )
2020-12-09 16:37:30 +08:00
mrproliu
4aa9f301d0
Add alarm tests in the e2e ( #5961 )
2020-12-08 16:47:28 +08:00
Gao Hongtao
972145c208
Fix MAL concurrent execution issues ( #5965 )
...
* Filter expression based on input samples
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
* Fix MAL concurrent issues
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-12-08 05:43:39 +08:00
cuiweiwei
e792da1782
fix influxdb bug while setting influxdb connection response format as InfluxDB.ResponseFormat.JSON ( #5946 )
2020-12-07 22:56:03 +08:00
Zhenxu Ke
b5367aa6b1
test: extract so11y test and add logs ( #5955 )
...
* Increase metrics time range
* Remove unused codes
* Update SO11yE2E.java
Co-authored-by: Hongtao Gao <hanahmily@gmail.com>
2020-12-06 22:15:37 +08:00
osiriswd
6eb5648ba8
Support Kafka MirrorMaker 2.0 to replicate topics between Kafka clusters. ( #5949 )
2020-12-06 17:10:30 +08:00
mrproliu
821322447d
Make meter receiver support MAL ( #5915 )
2020-11-30 17:28:21 +08:00
Gao Hongtao
78ad06bfe5
Update istio-controlplane.yaml ( #5921 )
...
Remove redundant fields.
2020-11-29 12:59:49 +08:00
吴晟 Wu Sheng
af19c72a7e
8.3.0 tagged, open for 8.3.0 iteration. ( #5920 )
...
* [maven-release-plugin] prepare release v8.3.0
* [maven-release-plugin] prepare for next development iteration
2020-11-29 11:01:20 +08:00
Evan
94b205f23a
fix index not found on trace query when using es7 ( #5911 )
...
* fix index not found on trace query when using es7
* add changelog
Co-authored-by: Evan <evanljp@outlook.com>
2020-11-27 16:59:21 +08:00
Gao Hongtao
2150904f01
Include SAN to set mTLS property ( #5908 )
...
* Include SAN to set mTLS property
* Fix codes as SAN is a list.
* Update the changelog.
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
Co-authored-by: Wu Sheng <wu.sheng@foxmail.com>
2020-11-27 12:39:09 +08:00
jianweizhang
9a61835cb7
Fix influxdb config resubmit ( #5903 )
2020-11-26 19:14:48 +08:00
zifeihan
6e0a244482
Add the plugin for Apache CXF 3.x ( #5887 )
2020-11-26 17:18:55 +08:00
Gao Hongtao
53e42bce5d
Insert group name into services of so11y and istio relevant metrics ( #5897 )
2020-11-26 14:38:10 +08:00
fuhuo
127782f135
Add sanic plugin ( #5896 )
...
https://github.com/apache/skywalking-python/pull/91
2020-11-26 08:17:53 +08:00
Gao Hongtao
b39c4306a8
Observing Istio control plane ( #5835 )
...
* Add Istio control plane otel MAL expressions and UI template
* Remove OpenCensus receiver, add OpenTelemetry receiver
* Transfer oc receiver to ot receiver
* Create indices on boot
* Document istio metrics and otel receiver
* Update CHANGES.md
* Fix potential NPE
* Add group to meter and cleanup istio mixer
* Update e2e case due to the change of meter metric name
* Update prometheus fetcher config, fix sql builder issue of h2
* Disable istio and so11y metrics by default.
* Fix micrometer testcase
2020-11-25 21:07:03 +08:00
Jared Tan
8d164d3dd8
Add Tidb provider module. ( #5844 )
...
* fix transaction too large error when use TiDB as storage
* add CHANGES.md
* fix typo
* add tidb storage provider module.
* add e2e.
* revert ui submodule.
* fix license.
* Fix wrong health check test
* add tidb ttl e2e.
Co-authored-by: moonsphere <moonsphere@m.com>
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
Co-authored-by: kezhenxu94 <kezhenxu94@163.com>
2020-11-22 23:28:54 +08:00
吴晟 Wu Sheng
67bc8f8b7d
Provide `listMetrics` GraphQL query service. ( #5866 )
...
* Provide `listMetrics` GraphQL query service.
* Update chagnelog.
2020-11-19 22:26:54 +08:00