You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2020/04/09 12:24:45 UTC

[GitHub] [skywalking] wu-sheng commented on issue #4599: Make 8.0.0 Core available. New protocol and register removed.

wu-sheng commented on issue #4599: Make 8.0.0 Core available. New protocol and register removed.
URL: https://github.com/apache/skywalking/pull/4599#issuecomment-611499300
 
 
   # Summary
   This pull request is open for 10 days, and I worked on this 2 weeks ago. Thanks everyone to help making this PR and tests work now.
   
   Here are the list of changes we made in this pull request. Top 3 are the principle changes, others are following these principles.
   1. New agent and mesh report protocol. 
   1. New agent header protocol. 
   1. Service register, instance register and network address register have been removed permanently.
   1. Service traffic, instance traffic and network alias metrics are added to replace the service, instance and network address inventory.
   1. Register process has been removed.
   1. Metrics stream process supports insert only mode, especially for traffic entities.
   1. Metrics stream process supports no-downsampling mode for traffic entities and network alias.
   1. Remove all register mechanism and cache in the java agent.
   1. Remove MONTH step in GraphQL query.
   1. Update UI to remove MONTH step query, the max query range is 60 days now.
   1. Simplify the TTL to metrics and record. And the unit has been formatted in Day unit. No specific TTL for ElasticSearch storage.
   1. Buffer mechanism of trace receiver and mesh receiver has been removed due to no register.
   1. New service id, instance id and endpoint id rules, including service relation, instance relation and endpoint relation id rules.
   1. Java agent support `keep tracing` mode, meaning, agent generating tracing context even the backend is unconnected/unavailable.
   1. Plugin test tool up to date, in order to support new protocol.
   1. Plugin tests expected data files updated.
   1. E2E tests updated.
   1. [TBD] InfluxDB storage implementation is not available, need @dmsolr to fix later, in order to reduce the master change block by this PR.
   
   FYI @apache/skywalking-committers 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services