-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
45ffab4
commit f03007b
Showing
1 changed file
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,36 @@ | ||
# jaeger-sls | ||
This is the repository that contains object storage (Alibaba Could log service) plugin for Jaeger. | ||
|
||
## About | ||
|
||
As a component of an observability/monitoring system, Jaeger is an essential source of data for development and | ||
operations students to locate and find problems and exceptions with the business system. As an SRE, we must ensure that | ||
the monitoring system lives longer than the system. Once the monitoring system is down before the business system, | ||
monitoring is entirely worthless. Monitoring is the last barrier for business exception analysis, and it is more | ||
sensitive to high availability and high performance than other systems. | ||
|
||
The [Alibaba Could log service](https://www.alibabacloud.com/product/log-service)(SLS) provides high performance, | ||
resilience, and freedom from operation and maintenance, allowing users to cope with surge traffic or inaccurate size | ||
assessment quickly, and the SLS service itself provides 99.9% availability and 11 out of 9 data reliability. | ||
|
||
The Alibab Cloud log service :heart: Jaeger | ||
|
||
## Build/Compile | ||
|
||
In order to compile the plugin from source code you can use `go build`: | ||
|
||
```shell | ||
cd /path/to/jaeger-sls | ||
go build | ||
``` | ||
|
||
## Parameter Flag | ||
|
||
(TODO) | ||
|
||
## Start | ||
|
||
(TODO) | ||
|
||
## License | ||
|
||
The SLS Storage gRPC Plugin for Jaeger is an [MIT licensed](LICENSE) open source project. |