mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-05-20 16:15:59 +00:00
44 lines
994 B
JSON
44 lines
994 B
JSON
{
|
|
"schema": "1.0",
|
|
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods.",
|
|
"language": "go",
|
|
"protoPackage": "google.devtools.cloudtrace.v2",
|
|
"libraryPackage": "cloud.google.com/go/trace/apiv2",
|
|
"services": {
|
|
"TraceService": {
|
|
"clients": {
|
|
"grpc": {
|
|
"libraryClient": "Client",
|
|
"rpcs": {
|
|
"BatchWriteSpans": {
|
|
"methods": [
|
|
"BatchWriteSpans"
|
|
]
|
|
},
|
|
"CreateSpan": {
|
|
"methods": [
|
|
"CreateSpan"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"rest": {
|
|
"libraryClient": "Client",
|
|
"rpcs": {
|
|
"BatchWriteSpans": {
|
|
"methods": [
|
|
"BatchWriteSpans"
|
|
]
|
|
},
|
|
"CreateSpan": {
|
|
"methods": [
|
|
"CreateSpan"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|