akka-tracing icon indicating copy to clipboard operation
akka-tracing copied to clipboard

Is it possible to send collected data via http?

Open timoweiss opened this issue 8 years ago • 2 comments

Hey, i'm wondering if it would be possible to send the collected data to a HTTP-Endpoint? If I'm not mistaken only "thrift-transport" is supported, right?

Many thanks for the help!

timoweiss avatar May 09 '16 15:05 timoweiss

Hello Timo, You're right, for now, only Thrift transport is supported. Do you have any issues using it? I believe, HTTP support can be easily introduced if needed.

levkhomich avatar May 15 '16 21:05 levkhomich

hey, thanks for your answer. I'm doing some research for a university project. I'm experimenting with collecting metrics from a microservice architecture build with nodejs. One of my professors is setting up a microservice course using scala+akka and he wants to use my "metrics-collecting-service".

Right now, my backend accepts only json data sent via http POST. Maybe I will introduce an API-Endpoint to support thrift.

Or are there any plans to introduce http-transport support? :)

timoweiss avatar May 22 '16 12:05 timoweiss