skywalking-java/tools
kezhenxu94 92bb474c2d
Improve Kubernetes service registry for ALS analysis (#5722)
The current implementation of envoy ALS K8S analysis is based on the hierarchy, pod -> StatefulSet -> deployment, StatefulSet, or others. It's freaky and different from the Istio Kubernetes registry.

The new path is pod -> endpoint -> service, and we should leverage Informer API instead of raw Kubernetes API.
2020-10-29 18:22:38 +08:00
..
TLS Support TLS of gRPC between agent and server. (#968) 2018-03-22 06:59:17 +08:00
coverage Fix profile recheck error (#4690) 2020-04-22 19:25:56 +08:00
dependencies Improve Kubernetes service registry for ALS analysis (#5722) 2020-10-29 18:22:38 +08:00
plugin Add agent plugins selector (#5293) 2020-08-14 15:06:30 +08:00
profile-exporter Add syncBulkActions config to avoid the large amount of metrics data written ES in a single sync bulk request. (#5699) 2020-10-21 12:23:32 +08:00
releasing Update mvnw to latest version (#3789) 2019-11-06 11:40:32 +08:00
select-group.py test: add a tool to select a suitable group for a new plugin test and remove the outdated group size of plugin tests (#5676) 2020-10-16 08:44:55 +08:00