You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/09/17 09:18:21 UTC

[skywalking] branch bug/es updated (332db8a -> 4b0e130)

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

wusheng pushed a change to branch bug/es
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


    from 332db8a  Replace `mget` with ids' query as `mget` doesn't apply on aliases
     add 718d064  Fix wrong service name when IP is node IP in `k8s-mesh` (#7737)
     add 4b0e130  Merge branch 'master' into bug/es

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                         |   1 +
 .../receiver/envoy/als/k8s/K8SServiceRegistry.java |   8 ++
 .../envoy/als/k8s/KubernetesNodeRegistry.java      | 129 +++++++++++++++++++++
 3 files changed, 138 insertions(+)
 create mode 100644 oap-server/server-receiver-plugin/envoy-metrics-receiver-plugin/src/main/java/org/apache/skywalking/oap/server/receiver/envoy/als/k8s/KubernetesNodeRegistry.java