This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 pushed a change to branch clean-scroll-context
in repository https://gitbox.apache.org/repos/asf/skywalking.git
from c9b9d55e39 Update skywalking.yaml
add a93667184f Support receive Kubernetes process from the Rover (#8960)
add 8170177900 fix bug: Even after a rerun of init mode job,
TimeSeriesTable ES index not created. (#8958)
add 406b11d3f2 Merge branch 'master' into clean-scroll-context
No new revisions were added by this update.
Summary of changes:
.github/workflows/skywalking.yaml | 4 +
apm-protocol/apm-network/src/main/proto | 2 +-
docs/en/changes/changes.md | 2 +
.../ebpf/EBPFProfilingMutationService.java | 9 +-
.../ebpf/analyze/EBPFProfilingAnalyzer.java | 4 +-
.../handler/EBPFProcessServiceHandler.java | 47 ++++++++-
.../elasticsearch/base/StorageEsInstaller.java | 36 +++----
.../e2e-v2/cases/profiling/ebpf/docker-compose.yml | 13 +--
test/e2e-v2/cases/rover/process/istio/e2e.yaml | 105 +++++++++++++++++++++
.../process/istio}/expected/process.yml | 25 +++--
.../process/istio}/expected/service-instance.yml | 0
.../process/istio}/expected/service.yml | 52 +++++-----
.../cases/{ => rover/process}/istio/kind.yaml | 0
test/e2e-v2/cases/rover/process/istio/rover.yaml | 92 ++++++++++++++++++
test/e2e-v2/script/env | 2 +-
15 files changed, 320 insertions(+), 73 deletions(-)
create mode 100644 test/e2e-v2/cases/rover/process/istio/e2e.yaml
copy test/e2e-v2/cases/{profiling/ebpf =>
rover/process/istio}/expected/process.yml (75%)
copy test/e2e-v2/cases/{istio/metrics =>
rover/process/istio}/expected/service-instance.yml (100%)
copy test/e2e-v2/cases/{istio/metrics =>
rover/process/istio}/expected/service.yml (66%)
copy test/e2e-v2/cases/{ => rover/process}/istio/kind.yaml (100%)
create mode 100644 test/e2e-v2/cases/rover/process/istio/rover.yaml