m-lab / uuid-annotator

Produces metadata locally for every connection on each server.
Apache License 2.0
0 stars 0 forks source link

Support "stand-alone" mode for uuid-annotator (conditionally tcpinfo eventsocket) #42

Closed stephen-soltesz closed 3 years ago

stephen-soltesz commented 3 years ago

This change starts the tcp-info eventsocket handler only if the -tcpinfo.eventsocket flag has been provided. By making this step conditional, the uuid-annotator may be started in a "stand-alone" mode for requests to the uuid-annotator's socket service for dynamic annotation requests without requiring tcp-info also. This makes several other flags optional when running in stand-alone mode.

The README now includes a usage example of this stand-alone mode.


This change is Reviewable

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 255


Totals Coverage Status
Change from base Build 248: 0.0%
Covered Lines: 726
Relevant Lines: 726

💛 - Coveralls
SaiedKazemi commented 3 years ago

LGTM.