This is an automated email from the ASF dual-hosted git repository.
lujiajing pushed a change to branch banyandb-integration-stream
in repository https://gitbox.apache.org/repos/asf/skywalking.git
discard bb4108e5f1 add missing interfaces after rebase
discard cd13a7372a add measure id and check sharding keys
discard e078a3bbc0 refactor converter and measure reigstration
discard 6afdd8b398 support UI Template
discard 05569c0693 make code compiled
discard bd50d4afd0 remove all hardcoded builder
discard d567b1f143 fix styles
discard cfa04fdb69 support metadata, segment and topo
discard 9a8979a879 add metadata json
discard a4a29bf4df support events, profile_task and instance_traffic
discard fa24b07b79 support metadata-v2
discard 16325317dc add banyandb plugin to pom
discard f32fd8d6f4 use unified tag family name
discard bddab99719 fix license headers
discard 773307e9a8 bump version to 9.0.0-SNAPSHOT
discard a8e161f033 add installer
discard a3bba672ec refactor deserializer
discard 4f41af3368 fix pom and fix style issues
discard 32c0b82a59 register necessary modules
discard 799608dd59 complete basic logic
discard 7fb9a6ad37 refactor deser
discard cb705ed0cc add alarm, networkAddressAlias and logs
discard b89c8ced7a complete UITemplate, ProfileTaskRecord and
ProfileThreasSnapshot query
discard c0bbcf1f68 abstract row entity mapper
discard 896223ab37 start from new code base and copy all previous stream impl
add 48a5b8cc59 Add the support eBPF profiling field into the process
entity (#8976)
add 4b46136868 add sharding keys to remaining stream records (#8977)
new bb953530e6 start from new code base and copy all previous stream impl
new 44ad192398 abstract row entity mapper
new 4d9083e727 complete UITemplate, ProfileTaskRecord and
ProfileThreasSnapshot query
new 429cd28b92 add alarm, networkAddressAlias and logs
new e63613dfef refactor deser
new 3b8712c5b1 complete basic logic
new 43982be3b9 register necessary modules
new 2776309431 fix pom and fix style issues
new ff9718e50f refactor deserializer
new 41615bd9b5 add installer
new e2ef445583 bump version to 9.0.0-SNAPSHOT
new 15a03e7441 fix license headers
new 651d53ed5b use unified tag family name
new 4953607542 add banyandb plugin to pom
new 2ca2f8d6f2 support metadata-v2
new 9d42bb6ab3 support events, profile_task and instance_traffic
new a2054c2a90 add metadata json
new 837b3cd75d support metadata, segment and topo
new ac6bb1a3ed fix styles
new 0bf7e9acf4 remove all hardcoded builder
new 9dd5d467cf make code compiled
new fe289acdc5 support UI Template
new 731f47ed0a refactor converter and measure reigstration
new 6b211cefa2 add measure id and check sharding keys
new ad635be633 add missing interfaces after rebase
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (bb4108e5f1)
\
N -- N -- N refs/heads/banyandb-integration-stream (ad635be633)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 25 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/en/changes/changes.md | 1 +
.../oap/server/core/alarm/AlarmRecord.java | 2 +
.../analysis/manual/process/ProcessDispatcher.java | 3 ++
.../analysis/manual/process/ProcessTraffic.java | 18 +++++---
.../oap/server/core/analysis/topn/TopN.java | 2 +
.../profiling/ebpf/EBPFProfilingQueryService.java | 3 +-
.../ebpf/storage/EBPFProfilingTaskRecord.java | 2 +
.../core/profiling/trace/ProfileTaskLogRecord.java | 2 +
.../core/profiling/trace/ProfileTaskRecord.java | 2 +
.../trace/ProfileThreadSnapshotRecord.java | 2 +
.../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 +-
25 files changed, 198 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%)