]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/jaeger-client-cpp/idl/thrift/aggregation_validator.thrift
buildsys: switch source download to quincy
[ceph.git] / ceph / src / jaegertracing / jaeger-client-cpp / idl / thrift / aggregation_validator.thrift
1 # Copyright (c) 2017 Uber Technologies, Inc.
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 # http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15 namespace cpp jaegertracing.thrift
16 namespace java io.jaegertracing.thriftjava
17 namespace php Jaeger.Thrift.Agent
18 namespace netcore Jaeger.Thrift.Agent
19
20 # ValidateTraceResponse returns ok when a trace has been written to redis.
21 struct ValidateTraceResponse {
22 1: required bool ok
23 2: required i64 traceCount
24 }
25
26 service AggregationValidator {
27 ValidateTraceResponse validateTrace(1: required string traceId)
28 }