feat: tracer

This commit is contained in:
tx7do
2023-10-27 20:09:56 +08:00
parent 670e33498a
commit 6451e0fd06
5 changed files with 47 additions and 25 deletions

View File

@@ -10,4 +10,5 @@ message Tracer {
string endpoint = 2; // 端口
double sampler = 3; // 采样率默认1.0
string env = 4; // 运行环境dev、debug、product
bool insecure = 5;
}