You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by lu...@apache.org on 2022/04/30 11:16:33 UTC

[skywalking] branch add-missing-sharding-keys updated (aed59cc09b -> 3e617d4b5c)

This is an automated email from the ASF dual-hosted git repository.

lujiajing pushed a change to branch add-missing-sharding-keys
in repository https://gitbox.apache.org/repos/asf/skywalking.git


    from aed59cc09b add sharding keys to remaining stream records
     add 48a5b8cc59 Add the support eBPF profiling field into the process entity (#8976)
     add 3e617d4b5c Merge branch 'master' into add-missing-sharding-keys

No new revisions were added by this update.

Summary of changes:
 docs/en/changes/changes.md                         |  1 +
 .../analysis/manual/process/ProcessDispatcher.java |  3 ++
 .../analysis/manual/process/ProcessTraffic.java    | 18 +++++---
 .../profiling/ebpf/EBPFProfilingQueryService.java  |  3 +-
 .../server/core/query/MetadataQueryService.java    |  6 ++-
 .../enumeration/ProfilingSupportStatus.java}       | 23 +++++-----
 .../skywalking/oap/server/core/source/Process.java |  4 ++
 .../core/storage/query/IMetadataQueryDAO.java      |  8 +++-
 .../handler/EBPFProcessServiceHandler.java         | 17 ++++++++
 .../handler/EBPFProfilingServiceHandler.java       |  4 +-
 .../elasticsearch/query/MetadataQueryEsDAO.java    | 17 +++++---
 .../plugin/influxdb/query/MetadataQuery.java       | 17 +++++---
 .../plugin/iotdb/query/IoTDBMetadataQueryDAO.java  | 22 +++++++---
 .../plugin/jdbc/h2/dao/H2MetadataQueryDAO.java     | 20 ++++++---
 .../cases/profiling/ebpf/expected/process.yml      |  2 +
 .../cases/rover/process/istio/expected/process.yml | 50 ++++++++++++++++++++++
 .../process/istio/expected/service-instance.yml    |  2 +-
 .../cases/rover/process/istio/expected/service.yml | 12 ++++++
 test/e2e-v2/script/env                             |  2 +-
 19 files changed, 186 insertions(+), 45 deletions(-)
 copy oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/{profiling/ebpf/storage/EBPFProfilingTargetType.java => query/enumeration/ProfilingSupportStatus.java} (63%)