GET /developer/traces/search
按服务、操作、时间范围搜索 Jaeger Trace,自动注入租户隔离过滤
网关 - 开发者工具 `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
service |
query |
string |
No |
|
|
|
服务名称 |
operation |
query |
string |
No |
|
|
|
操作名称 |
limit |
query |
integer |
No |
20 |
|
|
返回条数 |
start_time |
query |
string |
No |
|
|
|
起始时间(RFC3339 格式) |
end_time |
query |
string |
No |
|
|
|
结束时间(RFC3339 格式) |
Responses
| Status | Description | Schema |
| 200 | 追踪列表 | object |
| 400 | 请求参数无效 | object |
| 401 | 未认证 | object |
| 403 | 权限不足 | object |
| 500 | 服务器内部错误 | object |