SLS Storage Plugin
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(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
Quick Start
You can follow the steps to use the plugin. We also provide an online demo to demonstrate the features of SLS Trace.
- Login Alibaba Cloud log service Console
- Create Project
- Create Trace Instance
- Modify Docker compose file
- Start Demo
- Having fun with Jaeger and SLS.
😀
Build/Compile
In order to compile the plugin from source code you can use go build
:
cd /path/to/jaeger-sls
go build
Start
Executing the following command to start jaeger with Tenon Plugin
export ACCESS_KEY_SECRET=""
export ACCESS_KEY_ID=""
export PROJECT=""
export ENDPOINT=""
export INSTANCE=""
GRPC_STORAGE_PLUGIN_BINARY="./jaeger-sls" SPAN_STORAGE_TYPE=grpc-plugin JAEGER_DISABLED=true GRPC_STORAGE_PLUGIN_LOG_LEVEL=DEBUG ./all-in-one
License
The SLS Storage gRPC Plugin for Jaeger is an MIT licensed open source project.