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 2020/04/08 09:54:37 UTC

[skywalking] branch v8-core updated (dd39d75 -> 7ab6471)

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

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


    from dd39d75  Fix attribute names in test (os_name, host_name, etc.) to accord the core codes
     add 7ab6471  Fix following bugs. 1. Fix uninstrumented gateway set up the alias. 2. Fix wrong node type of uninstrumented gateway node. 3. Fix can't update issue in instance traffic and network alias due to missing time bucket. Also time bucket should never change after first insert. 4. Fix entry span of no upstream address language(lua) didn't use the alias. It should use, just should ignore the instance relationship. 5. Add metrics for conjectural nodes, such as database, mq, cache [...]

No new revisions were added by this update.

Summary of changes:
 .../core/analysis/manual/instance/InstanceTraffic.java     | 10 ++++++++++
 .../analysis/manual/networkalias/NetworkAddressAlias.java  | 10 ++++++++++
 .../analysis/manual/service/ServiceTrafficDispatcher.java  |  3 +--
 .../apache/skywalking/oap/server/core/source/Service.java  |  5 ++++-
 .../aop/server/receiver/mesh/MeshReceiverProvider.java     |  1 +
 .../aop/server/receiver/mesh/TelemetryDataDispatcher.java  |  8 +++++++-
 .../parser/listener/MultiScopesAnalysisListener.java       | 13 ++++++++++---
 .../listener/NetworkAddressAliasMappingListener.java       | 10 +++++++++-
 .../trace/provider/parser/listener/SourceBuilder.java      |  4 ++++
 .../oap/server/receiver/trace/mock/AgentDataMock.java      | 14 ++++++++++++++
 10 files changed, 70 insertions(+), 8 deletions(-)