skywalking-java/apm-dist/release-docs
Dhi Aurrahman b8a414edf5 Envoy metrics receiver plugin protos (#2304)
* Add envoy metrics service protos

This patch imports protos from envoyproxy/data-plane-api and
prometheus/client_model to enable metrics service service feature in
SkyWalking OAP.

Signed-off-by: Dhi Aurrahman <dio@tetrate.io>

* Add Envoy related docs

Signed-off-by: Dhi Aurrahman <dio@tetrate.io>

* Update the LICENSE to include new protos license

From:
- envoyproxy/data-plane-api
- prometheus/client_model

Signed-off-by: Dhi Aurrahman <dio@tetrate.io>

* Add a complete config.yaml example

Signed-off-by: Dhi Aurrahman <dio@tetrate.io>

* Add note on Envoy dynamic config

Signed-off-by: Dhi Aurrahman <dio@tetrate.io>

* Add protoc-gen-validate license

Signed-off-by: Dhi Aurrahman <dio@tetrate.io>

* Add samples

Signed-off-by: Dhi Aurrahman <dio@tetrate.io>

* Make CI and license right.

* Update README.md

@dhi typo :P

* Update README.md

Another typo :P

* Delete metrics.json

metrics.json is included in identify.json and not be linked in document.
2019-03-01 22:13:59 +08:00
..
licenses Update: update ui (#2093) 2018-12-27 23:07:04 +08:00
LICENSE Envoy metrics receiver plugin protos (#2304) 2019-03-01 22:13:59 +08:00
NOTICE Update year to 2019 (#2113) 2019-01-02 18:16:24 +08:00
README.txt Fix broken links to the correct page (#1726) 2018-10-01 16:26:23 +08:00

README.txt

Welcome to Apache SkyWalking
===============================================================================

SkyWalking: APM (application performance monitor) tool for distributed systems,
especially designed for microservices, cloud native and container-based (Docker, Kubernetes, Mesos) architectures.
Underlying technology is a distributed tracing system.

SkyWalking provides a high performance Java agent, lets the users don't need to change any source codes for instrumentation
and distributed tracing.
At the same time, SkyWalking provides backend, including collector and UI, to aggregate, analysis metrics and traces.
In order to visualize the performance data, distributed traces, application topology and alarms.

SkyWalking "Trace Data Protocol" and "Cross Process Propagation Headers Protocol" open for any other agent implementors, e.g. other language agent or SDK. You can use
You can use our backend to analysis and visualize your data, even can interop your agent/SDK with SkyWalking Java agent.

SkyWalking backend can be used for other language agent/SDKs, it doesn't design just for Java.

Getting Started
===============================================================================
To help you get started, try the following links:

Getting Started
    https://github.com/apache/incubator-skywalking/blob/master/docs/en/setup/README.md

Building
    https://github.com/apache/incubator-skywalking/blob/master/docs/en/guides/How-to-build.md

We welcome contributions of all kinds, for details of how you can help
    https://github.com/apache/incubator-skywalking/blob/master/CONTRIBUTING.md

Find the issue tracker from here
    https://github.com/apache/incubator-skywalking/issues

Please help us make Apache SkyWalking better - we appreciate any feedback
you may have.

Enjoy!

-----------------

Licensing
===============================================================================

This software is licensed under the terms you may find in the file
named "LICENSE" in this directory.