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

wusheng pushed a change to branch jdk21-runtime
in repository https://gitbox.apache.org/repos/asf/skywalking.git


    from d6e9997068 Revert e2e tests running on JDK11(by default compiling)
     add 2f4f4a1275 Add hierarchy relations auto-matching for 
MYSQL/POSTGRESQL/SO11Y_OAP/VIRTUAL_DATABASE. Fix MQE in dashboards when using 
`Card widget`. (#11818)
     add 78434e8b8d Fetch submodules when checking changed file (#11772)
     add a5fb2a5786 fix kafka-monitoring e2e (#11829)
     add 27bf5b58fd Merge branch 'master' into jdk21-runtime

No new revisions were added by this update.

Summary of changes:
 .github/workflows/skywalking.yaml                  |  1 +
 docs/en/changes/changes.md                         | 13 ++-
 .../service-hierarchy-configuration.md             | 22 ++++-
 docs/en/concepts-and-designs/service-hierarchy.md  | 97 ++++++++++++++++++++--
 .../server/core/hierarchy/HierarchyService.java    | 57 +++++++++----
 .../src/main/resources/hierarchy-definition.yml    | 20 ++++-
 .../apisix/apisix-instance.json                    |  4 +-
 .../aws_s3/aws_s3-service.json                     |  8 +-
 .../elasticsearch/elasticsearch-cluster.json       | 50 ++++++-----
 .../elasticsearch/elasticsearch-index.json         | 50 +++++++----
 .../elasticsearch/elasticsearch-node.json          | 51 +++++++++---
 .../ui-initialized-templates/k8s/k8s-cluster.json  | 32 +++----
 .../mongodb/mongodb-cluster.json                   | 10 +--
 .../mongodb/mongodb-node.json                      | 10 +--
 .../mysql/mysql-instance.json                      | 65 +++++++++++----
 .../mysql/mysql-service.json                       | 32 ++++++-
 .../os_linux/linux-service.json                    | 10 +--
 .../os_windows/windows-service.json                |  6 +-
 .../postgresql/postgresql-instance.json            | 96 ++++++++++++++++-----
 .../postgresql/postgresql-root.json                |  5 +-
 .../postgresql/postgresql-service.json             | 30 ++++++-
 .../rabbitmq/rabbitmq-node.json                    | 60 ++++++-------
 .../redis/redis-instance.json                      | 18 ++--
 .../redis/redis-service.json                       |  8 +-
 .../so11y_oap/so11y-instance.json                  | 17 +++-
 .../so11y_oap/so11y-service.json                   |  3 +-
 .../virtual_database/virtual-database-service.json | 23 ++++-
 .../e2e-v2/cases/kafka/kafka-monitoring/Dockerfile |  2 +-
 .../kafka/kafka-monitoring/docker-compose.yml      | 20 +----
 29 files changed, 587 insertions(+), 233 deletions(-)

Reply via email to