You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@skywalking.apache.org by 吴晟 Sheng Wu <wu...@foxmail.com> on 2018/11/05 00:34:49 UTC

[ANNOUNCE] SkyWalking 5.0.0-alpha test build available

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 wusheng@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 6.0.0-alpha test build available

Posted by Liu Haoyang <li...@hotmail.com>.
+1 
I test in two case:
1. .NET Core agent and the collector is standalone mode + es.
2. .NET Core agent and the collector is cluster mode + es.
    
Thanks
Haoyang Liu

在 2018/11/5 下午11:15,“xin zhang”<nz...@gmail.com> 写入:

    Hi all,
    
    SkyWalking 6.0.0-alpha works on my local environment. I had test the following scenarios:
    1. Standalone +  ES
    2. Cluster + ES
    3. Standalone  + H2
    
    With regards
    
    Xin
    
    > On Nov 5, 2018, at 9:08 AM, 吴晟 Sheng Wu <wu...@foxmail.com> wrote:
    > 
    > Sorry, I put the wrong mail title. This is a test call for 6.0.0-alpha
    > 
    > 
    > ------------------
    > Sheng Wu
    > Apache SkyWalking 
    > 
    > 
    > 
    > 
    > 
    > 
    > 
    > ------------------ Original ------------------
    > From:  "吴晟 Sheng Wu"<wu...@foxmail.com>;
    > Date:  Mon, Nov 5, 2018 08:34 AM
    > To:  "dev"<de...@skywalking.apache.org>;
    > 
    > Subject:  [ANNOUNCE] SkyWalking 5.0.0-alpha test build available
    > 
    > 
    > 
    > 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://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fincubator-skywalking%2Fblob%2Fv6.0.0-alpha%2Fdocs%2FREADME.md&amp;data=02%7C01%7C%7C5365b8f4a27e420efb3908d64331957a%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636770277565374035&amp;sdata=%2Bw4Yyo4nG3Kco%2FvEr4LSlGftqlkhl23IkVcRr3z5lOU%3D&amp;reserved=0
    > 
    > 
    > Release notes:
    > 
    > 
    > * https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fincubator-skywalking%2Fblob%2Fv6.0.0-alpha%2FCHANGES.md&amp;data=02%7C01%7C%7C5365b8f4a27e420efb3908d64331957a%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636770277565374035&amp;sdata=FtOWmPFVnM2l7fn2foC16PtYmioPsW4Jwpwj6TIk%2Btk%3D&amp;reserved=0
    > 
    > 
    > Release Candidate:
    > 
    > 
    > * https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdist.apache.org%2Frepos%2Fdist%2Fdev%2Fincubator%2Fskywalking%2F6.0.0-alpha%2F&amp;data=02%7C01%7C%7C5365b8f4a27e420efb3908d64331957a%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636770277565374035&amp;sdata=xVmrjf4CdWdPYtv42e%2FsZOH%2Fvje%2F61NuNXOcgM0ch94%3D&amp;reserved=0
    > * sha512 checksums
    >   - 6ef68b622c6c26db5143238f545ef569919757b70ec3c950305063da8ded8789c2bf2cc31e8edeaa90e18a3697786dff1ef287c03cd8ff5701e11a75b3b65899  apache-skywalking-apm-incubating-6.0.0-alpha-src.tgz
    >   - https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdist.apache.org%2Frepos%2Fdist%2Fdev%2Fincubator%2Fskywalking%2F6.0.0-alpha%2Fapache-skywalking-apm-incubating-6.0.0-alpha.tar.gz.sha512&amp;data=02%7C01%7C%7C5365b8f4a27e420efb3908d64331957a%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636770277565374035&amp;sdata=qFKuS3sbw%2BDLIwbUw9ShmFCRNMKTgBEkY7Q0b2xLWXI%3D&amp;reserved=0
    >   - 7553603875fc7a77d8cb7ea0108edaea25fc8790a8b13388b2ea1d3730b5f81a3771cf39703bcb89ce75a0387ed6ad7b8ed1d1a54d943e4e48de6e6f124072c9  apache-skywalking-apm-incubating-6.0.0-alpha.zip
    > 
    > 
    > Maven 2 staging repository:
    > 
    > 
    > * https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Forgapacheskywalking-1025%2Forg%2Fapache%2Fskywalking%2F&amp;data=02%7C01%7C%7C5365b8f4a27e420efb3908d64331957a%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636770277565374035&amp;sdata=r3iMiJTuXqDkGCgHVN94D5%2BLYGGDPAfvQJNzOCCTuko%3D&amp;reserved=0
    > 
    > 
    > Release Tag :
    > 
    > 
    > * https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fincubator-skywalking%2Ftree%2Fv6.0.0-alpha&amp;data=02%7C01%7C%7C5365b8f4a27e420efb3908d64331957a%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636770277565374035&amp;sdata=nmJvElsCtt18eoqXLA2crgrxE3ZDSJ9osS0FvVaoF9Y%3D&amp;reserved=0
    > 
    > 
    > Release CommitID :
    > 
    > 
    > * https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fincubator-skywalking%2Ftree%2F14009ce1172e8d70c5410029a096d3ae1a41c76d&amp;data=02%7C01%7C%7C5365b8f4a27e420efb3908d64331957a%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636770277565374035&amp;sdata=dw0hQECjNj%2FGvVMcbtK%2FnBSA419Rwo2kgUrXPnrfq4E%3D&amp;reserved=0
    > * Git submodule
    >   * skywalking-ui: https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fincubator-skywalking-ui%2Ftree%2F26f2c3b7bd93aa71897e842d90d272ee4cb618dc&amp;data=02%7C01%7C%7C5365b8f4a27e420efb3908d64331957a%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636770277565374035&amp;sdata=Y152rbbSVGgQ5V2LKpO6VyS5A7hHRMS%2BbFo2YtjTTac%3D&amp;reserved=0
    >   * apm-protocol/apm-network/src/main/proto: https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fincubator-skywalking-data-collect-protocol%2Ftree%2Fe7fc69462955c86d70f3f7f33712dfe33ecefbc6&amp;data=02%7C01%7C%7C5365b8f4a27e420efb3908d64331957a%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636770277565374035&amp;sdata=nya0nukqiRhf4Dj8ZMhnbpIGbRFggV%2BYYMlVLN7KB98%3D&amp;reserved=0
    >   * oap-server/server-query-plugin/query-graphql-plugin/src/main/resources/query-protocol https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fincubator-skywalking-query-protocol%2Ftree%2Fc65a23bd6b9bba8d1df30d4de261624952df2b7b&amp;data=02%7C01%7C%7C5365b8f4a27e420efb3908d64331957a%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636770277565374035&amp;sdata=FtIKeCELbnYezTd6it82dYt19Sa9%2BNAdalRxyzmpXwY%3D&amp;reserved=0
    > 
    > 
    > Keys to verify the Release Candidate :
    > 
    > 
    > * https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdist.apache.org%2Frepos%2Fdist%2Frelease%2Fincubator%2Fskywalking%2FKEYS&amp;data=02%7C01%7C%7C5365b8f4a27e420efb3908d64331957a%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636770277565374035&amp;sdata=PxYg0JLiA%2BWbmVkn2p3WkJAoCNzkrcsWHapmI9f6soE%3D&amp;reserved=0 corresponding to wusheng@apache.org
    > 
    > 
    > Guide to build the release from source :
    > 
    > 
    > * https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fincubator-skywalking%2Fblob%2Fv6.0.0-alpha%2Fdocs%2Fen%2Fguides%2FHow-to-build.md&amp;data=02%7C01%7C%7C5365b8f4a27e420efb3908d64331957a%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636770277565374035&amp;sdata=r9%2BS1jDrN1kMyjZ3jA3a6wAanD41DS%2BSAXow%2Bd8623k%3D&amp;reserved=0
    > 
    > 
    > 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 6.0.0-alpha test build available

Posted by xin zhang <nz...@gmail.com>.
Hi all,

SkyWalking 6.0.0-alpha works on my local environment. I had test the following scenarios:
1. Standalone +  ES
2. Cluster + ES
3. Standalone  + H2

With regards

Xin

> On Nov 5, 2018, at 9:08 AM, 吴晟 Sheng Wu <wu...@foxmail.com> wrote:
> 
> Sorry, I put the wrong mail title. This is a test call for 6.0.0-alpha
> 
> 
> ------------------
> Sheng Wu
> Apache SkyWalking 
> 
> 
> 
> 
> 
> 
> 
> ------------------ Original ------------------
> From:  "吴晟 Sheng Wu"<wu...@foxmail.com>;
> Date:  Mon, Nov 5, 2018 08:34 AM
> To:  "dev"<de...@skywalking.apache.org>;
> 
> Subject:  [ANNOUNCE] SkyWalking 5.0.0-alpha test build available
> 
> 
> 
> 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 wusheng@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


[ANNOUNCE] SkyWalking 6.0.0-alpha test build available

Posted by 吴晟 Sheng Wu <wu...@foxmail.com>.
Sorry, I put the wrong mail title. This is a test call for 6.0.0-alpha


------------------
Sheng Wu
Apache SkyWalking 


 




------------------ Original ------------------
From:  "吴晟 Sheng Wu"<wu...@foxmail.com>;
Date:  Mon, Nov 5, 2018 08:34 AM
To:  "dev"<de...@skywalking.apache.org>;

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



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 wusheng@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