[ANNOUNCE] SkyWalking 5.0.0-alpha test build available

2018-11-04 Thread ???? Sheng Wu
Hi All,
The test build of 6.0.0-alpha is available.


This is our Apache Incubator release.
We welcome any comments you may have, and will take all feedback into
account if a quality vote is called for this build.


Major changes are
SkyWalking 6 is totally new milestone for the project. At this point, we are 
not just a distributing tracing system with analysis and visualization 
capabilities. We are an Observability Analysis Platform(OAL).


The core and most important features in v6 are


1. Support to collect telemetry data from different sources, such as multiple 
language agents and service mesh.
2. Extensible stream analysis core. Make SQL and cache analysis available in 
core level, although haven't provided in this release.
3. Provide Observability Analysis Language(OAL) to make analysis metric 
customization available.
4. New GraphQL query protocol. Not binding with UI now.
5. UI topology is better now.
6. New alarm core provided. In alpha, only on service related metric.


Read document for more info, 
https://github.com/apache/incubator-skywalking/blob/v6.0.0-alpha/docs/README.md


Release notes:


 * https://github.com/apache/incubator-skywalking/blob/v6.0.0-alpha/CHANGES.md


Release Candidate:


 * https://dist.apache.org/repos/dist/dev/incubator/skywalking/6.0.0-alpha/
 * sha512 checksums
   - 
6ef68b622c6c26db5143238f545ef569919757b70ec3c950305063da8ded8789c2bf2cc31e8edeaa90e18a3697786dff1ef287c03cd8ff5701e11a75b3b65899
  apache-skywalking-apm-incubating-6.0.0-alpha-src.tgz
   - 
https://dist.apache.org/repos/dist/dev/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.tar.gz.sha512
   - 
7553603875fc7a77d8cb7ea0108edaea25fc8790a8b13388b2ea1d3730b5f81a3771cf39703bcb89ce75a0387ed6ad7b8ed1d1a54d943e4e48de6e6f124072c9
  apache-skywalking-apm-incubating-6.0.0-alpha.zip


Maven 2 staging repository:


 * 
https://repository.apache.org/content/repositories/orgapacheskywalking-1025/org/apache/skywalking/


Release Tag :


 * https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha


Release CommitID :


 * 
https://github.com/apache/incubator-skywalking/tree/14009ce1172e8d70c5410029a096d3ae1a41c76d
 * Git submodule
   * skywalking-ui: 
https://github.com/apache/incubator-skywalking-ui/tree/26f2c3b7bd93aa71897e842d90d272ee4cb618dc
   * apm-protocol/apm-network/src/main/proto: 
https://github.com/apache/incubator-skywalking-data-collect-protocol/tree/e7fc69462955c86d70f3f7f33712dfe33ecefbc6
   * 
oap-server/server-query-plugin/query-graphql-plugin/src/main/resources/query-protocol
 
https://github.com/apache/incubator-skywalking-query-protocol/tree/c65a23bd6b9bba8d1df30d4de261624952df2b7b


Keys to verify the Release Candidate :


 * https://dist.apache.org/repos/dist/release/incubator/skywalking/KEYS 
corresponding to wush...@apache.org


Guide to build the release from source :


 * 
https://github.com/apache/incubator-skywalking/blob/v6.0.0-alpha/docs/en/guides/How-to-build.md


 A vote regarding the quality of this test build will be initiated
 within the next couple of days.



--
Sheng Wu
Apache SkyWalking

Re: [ANNOUNCE] SkyWalking 5.0.0-alpha test build available

2018-03-14 Thread xin zhang
Hi All

I had completed the test with SkyWalking 5.0.0-apla. Here is the status.

*Cases*

I tested SkyWalking 5.0.0-apla using the following three test examples:
*Example One: *
This example container three application(ProjectA, ProjectB, ProjectC)
Here is the process of this example:
1. Client called ProjectA
2. ProjectA called projectB and projectC
3. ProjectB called Redis、H2 and MongoDB
4. ProjectC called Mysql

*Example Two:*
This example container two project, the two projects use message
middleware(Kafka) to interact.

*Example Three:*
This example wrote by Spring Cloud ecosystem. the example container four
project(ProjectA, ProjectB, ProjectC, ProjectD).
Here is the process of the example:
1. Client called ProjectA
2. ProjectA called ProjectB, ProjectC
3. ProjectB called H2 and also using @Trace annotation
4. ProjectC called www.baidu.com by HttpClient and send message to projectD
5. ProjectD consume the message what send by projectC


*Live demo*

For everyone can see what the SkyWalking 5.0.0-apla looks like. so I build
two online demo environment, The data of those demos are base on real
environment.
Live Demo 1: http://49.4.12.44:8080  (China)
Live Demo 2: http://159.138.0.181:8080 (HX)


*Agent test report*

I also build the agent test report, here is the agent test report:
https://github.com/SkywalkingTest/agent-integration-test-report/blob/master/2018/3/apache/testReport-master-2018-03-13-22-11.md


Regards,

Xin

On 13 Mar 2018, at 06:25, 吴晟 Sheng Wu  wrote:

The test build of 5.0.0-alpha is available.


This is our first Apache Incubator release. And only an alpha release,
because many new features provide.
We welcome any comments you may have, and will take all feedback into
account if a quality vote is called for this build.


Release notes:


* https://github.com/apache/incubator-skywalking/blob/
master/CHANGELOG.md#500-alpha


Distribution:


* https://repository.apache.org/content/repositories/
orgapacheskywalking-1002/org/apache/skywalking/apm-dist/5.0.0-alpha/


Maven 2 staging repository:


* https://repository.apache.org/content/repositories/
orgapacheskywalking-1002/org/apache/skywalking


A vote regarding the quality of this test build will be initiated
within the next couple of days.



--
Sheng Wu
Apache SkyWalking creator and PPMC member


Re: [ANNOUNCE] SkyWalking 5.0.0-alpha test build available

2018-03-13 Thread Zhang Kewei
*Thanks for every thing you did.*

In my application environment, I found that some collector api call with
'java.lang.ArithmeticException: / by zero' error. I have been submitted to
github, the issue id is 939.
https://github.com/apache/incubator-skywalking/issues/939

You can fixed it at '5.0.0-beta'.

 I apologize for not being word-perfect in English.



2018-03-13 6:25 GMT+08:00 吴晟 Sheng Wu :

> The test build of 5.0.0-alpha is available.
>
>
> This is our first Apache Incubator release. And only an alpha release,
> because many new features provide.
> We welcome any comments you may have, and will take all feedback into
> account if a quality vote is called for this build.
>
>
> Release notes:
>
>
> * https://github.com/apache/incubator-skywalking/blob/master/
> CHANGELOG.md#500-alpha
>
>
> Distribution:
>
>
>  * https://repository.apache.org/content/repositories/orgapache
> skywalking-1002/org/apache/skywalking/apm-dist/5.0.0-alpha/
>
>
> Maven 2 staging repository:
>
>
>  * https://repository.apache.org/content/repositories/orgapache
> skywalking-1002/org/apache/skywalking
>
>
> A vote regarding the quality of this test build will be initiated
> within the next couple of days.
>
>
>
> --
> Sheng Wu
> Apache SkyWalking creator and PPMC member
>


Re: [ANNOUNCE] SkyWalking 5.0.0-alpha test build available

2018-03-13 Thread 柏杨Yang Bai
SkyWalking 5.0.0-alpha is an exciting version,many new features provide,Web
UI is Very beautiful;
When I test 5.0.0-alpha version,Most of the functions are available,But
there is an issue,when i click the Application Menu, Topological graph may
Invalid, After the refresh, It can work;So i think It's not a high priority
issue for an alpha release,Recommend to release!



2018-03-13 6:25 GMT+08:00 吴晟 Sheng Wu :

> The test build of 5.0.0-alpha is available.
>
>
> This is our first Apache Incubator release. And only an alpha release,
> because many new features provide.
> We welcome any comments you may have, and will take all feedback into
> account if a quality vote is called for this build.
>
>
> Release notes:
>
>
> * https://github.com/apache/incubator-skywalking/blob/
> master/CHANGELOG.md#500-alpha
>
>
> Distribution:
>
>
>  * https://repository.apache.org/content/repositories/
> orgapacheskywalking-1002/org/apache/skywalking/apm-dist/5.0.0-alpha/
>
>
> Maven 2 staging repository:
>
>
>  * https://repository.apache.org/content/repositories/
> orgapacheskywalking-1002/org/apache/skywalking
>
>
> A vote regarding the quality of this test build will be initiated
> within the next couple of days.
>
>
>
> --
> Sheng Wu
> Apache SkyWalking creator and PPMC member
>



-- 
--
柏杨 Yang Bai


Re: [ANNOUNCE] SkyWalking 5.0.0-alpha test build available

2018-03-13 Thread DongXue Si


On 2018/03/12 22:25:17, "吴晟 Sheng Wu"  wrote: 
> The test build of 5.0.0-alpha is available.
> 
> 
> This is our first Apache Incubator release. And only an alpha release, 
> because many new features provide. 
> We welcome any comments you may have, and will take all feedback into
> account if a quality vote is called for this build.
> 
> 
> Release notes:
> 
> 
> * 
> https://github.com/apache/incubator-skywalking/blob/master/CHANGELOG.md#500-alpha
> 
> 
> Distribution:
> 
> 
>  * 
> https://repository.apache.org/content/repositories/orgapacheskywalking-1002/org/apache/skywalking/apm-dist/5.0.0-alpha/
> 
> 
> Maven 2 staging repository:
> 
> 
>  * 
> https://repository.apache.org/content/repositories/orgapacheskywalking-1002/org/apache/skywalking
> 
> 
> A vote regarding the quality of this test build will be initiated
> within the next couple of days.
> 
> 
> 
> --
> Sheng Wu
> Apache SkyWalking creator and PPMC member


Re: [ANNOUNCE] SkyWalking 5.0.0-alpha test build available

2018-03-13 Thread Yuntao Li


On 2018/03/12 22:25:17, "吴晟 Sheng Wu"  wrote: 
> The test build of 5.0.0-alpha is available.
> 
> 
> This is our first Apache Incubator release. And only an alpha release, 
> because many new features provide. 
> We welcome any comments you may have, and will take all feedback into
> account if a quality vote is called for this build.
> 
> 
> Release notes:
> 
> 
> * 
> https://github.com/apache/incubator-skywalking/blob/master/CHANGELOG.md#500-alpha
> 
> 
> Distribution:
> 
> 
>  * 
> https://repository.apache.org/content/repositories/orgapacheskywalking-1002/org/apache/skywalking/apm-dist/5.0.0-alpha/
> 
> 
> Maven 2 staging repository:
> 
> 
>  * 
> https://repository.apache.org/content/repositories/orgapacheskywalking-1002/org/apache/skywalking
> 
> 
> A vote regarding the quality of this test build will be initiated
> within the next couple of days.
> 
> 
> 
> --
> Sheng Wu
> Apache SkyWalking creator and PPMC member
Dear sir:
   I have tested it in my application cluster.Passed.
   Also i have a test scenario for Apache ServiceComb,which shows 
distributed trace broke because of it is removed from release,as expected.



Re: [ANNOUNCE] SkyWalking 5.0.0-alpha test build available

2018-03-13 Thread DongXue Si


On 2018/03/12 22:25:17, "吴晟 Sheng Wu"  wrote: 
> The test build of 5.0.0-alpha is available.
> 
> 
> This is our first Apache Incubator release. And only an alpha release, 
> because many new features provide. 
> We welcome any comments you may have, and will take all feedback into
> account if a quality vote is called for this build.
> 
> 
> Release notes:
> 
> 
> * 
> https://github.com/apache/incubator-skywalking/blob/master/CHANGELOG.md#500-alpha
> 
> 
> Distribution:
> 
> 
>  * 
> https://repository.apache.org/content/repositories/orgapacheskywalking-1002/org/apache/skywalking/apm-dist/5.0.0-alpha/
> 
> 
> Maven 2 staging repository:
> 
> 
>  * 
> https://repository.apache.org/content/repositories/orgapacheskywalking-1002/org/apache/skywalking
> 
> 
> A vote regarding the quality of this test build will be initiated
> within the next couple of days.
> 
> 
> 
> --
> Sheng Wu
> Apache SkyWalking creator and PPMC member


[ANNOUNCE] SkyWalking 5.0.0-alpha test build available

2018-03-12 Thread ???? Sheng Wu
The test build of 5.0.0-alpha is available.


This is our first Apache Incubator release. And only an alpha release, because 
many new features provide. 
We welcome any comments you may have, and will take all feedback into
account if a quality vote is called for this build.


Release notes:


* 
https://github.com/apache/incubator-skywalking/blob/master/CHANGELOG.md#500-alpha


Distribution:


 * 
https://repository.apache.org/content/repositories/orgapacheskywalking-1002/org/apache/skywalking/apm-dist/5.0.0-alpha/


Maven 2 staging repository:


 * 
https://repository.apache.org/content/repositories/orgapacheskywalking-1002/org/apache/skywalking


A vote regarding the quality of this test build will be initiated
within the next couple of days.



--
Sheng Wu
Apache SkyWalking creator and PPMC member

[ANNOUNCE] SkyWalking 5.0.0-alpha test build available

2018-03-12 Thread ???? Sheng Wu
The test build of 5.0.0-alpha is available.


This is our first Apache Incubator release. And only an alpha release, because 
many new features provide. 
We welcome any comments you may have, and will take all feedback into
account if a quality vote is called for this build.


Release notes:


* 
https://github.com/apache/incubator-skywalking/blob/master/CHANGELOG.md#500-alpha


Distribution:


 * 
https://repository.apache.org/content/repositories/orgapacheskywalking-1002/org/apache/skywalking/apm-dist/5.0.0-alpha/


Maven 2 staging repository:


 * 
https://repository.apache.org/content/repositories/orgapacheskywalking-1002/org/apache/skywalking/


A vote regarding the quality of this test build will be initiated
within the next couple of days.



--
Sheng Wu
Apache SkyWalking creator and PPMC member

Re: [ANNOUNCE] SkyWalking 5.0.0-alpha test build available

2018-03-12 Thread ???? Sheng Wu
This test release is out of date. I will start a new one.


 
---Original---
From: " Sheng Wu"<wu.sh...@foxmail.com>
Date: Mon, Mar 12, 2018 11:36 AM
To: "dev"<dev@skywalking.apache.org>;
Subject: [ANNOUNCE] SkyWalking 5.0.0-alpha test build available


The test build of 5.0.0-alpha is available.


This is our first Apache Incubator release. And only an alpha release, because 
many new features provide. 
We welcome any comments you may have, and will take all feedback into
account if a quality vote is called for this build.


Release notes:


* 
https://github.com/apache/incubator-skywalking/blob/master/CHANGELOG.md#500-alpha-2018-02-28


Distribution:


 * 
https://repository.apache.org/content/repositories/orgapacheskywalking-1001/org/apache/skywalking/apm-dist/5.0.0-alpha/


Maven 2 staging repository:


 * 
https://repository.apache.org/content/repositories/orgapacheskywalking-1001/org/apache/skywalking/


A vote regarding the quality of this test build will be initiated
within the next couple of days.



--
Sheng Wu
Apache SkyWalking creator and PPMC member

[ANNOUNCE] SkyWalking 5.0.0-alpha test build available

2018-03-11 Thread ???? Sheng Wu
The test build of 5.0.0-alpha is available.


This is our first Apache Incubator release. And only an alpha release, because 
many new features provide. 
We welcome any comments you may have, and will take all feedback into
account if a quality vote is called for this build.


Release notes:


* 
https://github.com/apache/incubator-skywalking/blob/master/CHANGELOG.md#500-alpha-2018-02-28


Distribution:


 * 
https://repository.apache.org/content/repositories/orgapacheskywalking-1001/org/apache/skywalking/apm-dist/5.0.0-alpha/


Maven 2 staging repository:


 * 
https://repository.apache.org/content/repositories/orgapacheskywalking-1001/org/apache/skywalking/


A vote regarding the quality of this test build will be initiated
within the next couple of days.



--
Sheng Wu
Apache SkyWalking creator and PPMC member