Take a look at this[1]. The HTTP implementation is already there for v1. You could learn from it and implement it for v2.
One notice, don't use the short name, using the full name instead, such as using `trace_id`, rather than `ti`. After you read the codes, you will know what I mean. :) [1] https://github.com/apache/skywalking/tree/v6.5.0/oap-server/server-receiver-plugin/skywalking-trace-receiver-plugin/src/main/java/org/apache/skywalking/oap/server/receiver/trace/provider/handler Sheng Wu 吴晟 Apache SkyWalking Apache Incubator Apache ShardingSphere, ECharts, DolphinScheduler podlings Zipkin Twitter, wusheng1108 avalon566 <[email protected]> 于2019年11月14日周四 下午2:33写道: > SGTM! When I read the receiver plugin source code, I found zipkin plugin, > it's http protocol. It is useful to implement skywalking rest plugin? > What's the difference between them. > > > > > > > > > At 2019-11-14 11:57:34, "Sheng Wu" <[email protected]> wrote: > >SkyWalking Trace Data Protocol v2 and v1 could be found here, > > > https://github.com/apache/skywalking/blob/v6.5.0/docs/en/protocols/README.md#language-based-native-agent-protocol > > > >v2 is supported in Java agent and OAP backend today. v1 is supported too, > >but don't maintain and don't accept new PR to enhance it. According to the > >document, it will be removed by the end of this year, pretty close. > >In v2, we don't have HTTP protocol yet(v1 had), if you want to contribute, > >we could work together to make it happens in the upstream. > > > > > >Sheng Wu 吴晟 > > > >Apache SkyWalking > >Apache Incubator > >Apache ShardingSphere, ECharts, DolphinScheduler podlings > >Zipkin > >Twitter, wusheng1108 > > > > > >avalon566 <[email protected]> 于2019年11月14日周四 上午11:53写道: > > > >> Thank you for your reply! SkyAPM-dotnet is not support yet. I want to > >> implment a simple client by oap http. Is there a document introduce oap > >> http protocol? > >> > >> > >> > >> > >> > >> > >> > >> > >> 在 2019-11-14 11:47:32,"Sheng Wu" <[email protected]> 写道: > >> >Hi. > >> > > >> >.net framwork agent is not a part of Apache project, you need to ask > the > >> >question at the .net agent GitHub. > >> > > >> >Sheng Wu 吴晟 > >> > > >> >Apache SkyWalking > >> >Apache Incubator > >> >Apache ShardingSphere, ECharts, DolphinScheduler podlings > >> >Zipkin > >> >Twitter, wusheng1108 > >> > > >> > > >> >avalon566 <[email protected]> 于2019年11月14日周四 上午11:41写道: > >> > > >> >> .Net framework 4.0 not support grcp client, I read the readme > document > >> oap > >> >> is support http api. Is there a specific document or other > suggestions? > >> >> > >> >> > >> >> > >> >> > >> >> > >> >
