gotapdance icon indicating copy to clipboard operation
gotapdance copied to clipboard

Stats reporting

Open nzimm opened this issue 6 years ago • 3 comments

Report stats protobuf to station, over the socks5 address provided by Psiphon

nzimm avatar Nov 06 '19 17:11 nzimm

Does this also set the stats protobuf somewhere, or is there code that does that already?

It would be good to have corresponding code on the server / a plan for how we get these stats into gobbler/our infrastructure. Where do we plan to ultimately host the server for this? ec2? on the detector?

ewust avatar Nov 06 '19 17:11 ewust

I was thinking host on ec2. it doesn't need to be colocated with the station

The stats info is set throughout the registration and connection process, but we can add things to the protobuf that we want to track. One thing I haven't added that would be good is failed decoys.

jmwample avatar Nov 06 '19 18:11 jmwample

I've cleaned up commented code and TODOs, besides the one with regards to a stats endpoint for the protobuf reporting

nzimm avatar Nov 07 '19 05:11 nzimm