39 lines
834 B
JSON
39 lines
834 B
JSON
[
|
|
{
|
|
"name": "application_span",
|
|
"kind": "SpanKind.INTERNAL",
|
|
"status": {
|
|
"status_code": "UNSET"
|
|
},
|
|
"attributes": {
|
|
"deployment": "BasicModel",
|
|
"replica_id": ""
|
|
},
|
|
"events": [],
|
|
"links": []
|
|
},
|
|
{
|
|
"name": "replica_handle_request BasicModel __call__",
|
|
"kind": "SpanKind.SERVER",
|
|
"status": {
|
|
"status_code": "UNSET"
|
|
},
|
|
"attributes": {
|
|
"request_id": "",
|
|
"replica_id": "",
|
|
"deployment": "BasicModel",
|
|
"app": "default",
|
|
"call_method": "__call__",
|
|
"route": "/",
|
|
"multiplexed_model_id": "",
|
|
"is_streaming": true,
|
|
"resource.name": "replica_handle_request BasicModel __call__",
|
|
"http.method": "POST",
|
|
"http.status_code": "200",
|
|
"http.route": "/"
|
|
},
|
|
"events": [],
|
|
"links": []
|
|
}
|
|
]
|