]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/jaeger-client-cpp/idl/thrift/agent.thrift
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / jaegertracing / jaeger-client-cpp / idl / thrift / agent.thrift
1 # Copyright (c) 2016 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 include "jaeger.thrift"
16 include "zipkincore.thrift"
17
18 namespace cpp jaegertracing.agent.thrift
19 namespace java io.jaegertracing.agent.thrift
20 namespace php Jaeger.Thrift.Agent
21 namespace netcore Jaeger.Thrift.Agent
22
23 service Agent {
24 oneway void emitZipkinBatch(1: list<zipkincore.Span> spans)
25 oneway void emitBatch(1: jaeger.Batch batch)
26 }