m-lab / uuid-annotator

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

Support UNIX domain socket server for ad-hoc annotation queries #22

Open stephen-soltesz opened 4 years ago

stephen-soltesz commented 4 years ago

Today, uuid-annotator exports annotations for events received from tcp-info.

For services like traceroute-caller, where additional IPs are collected, the uuid-annotator should support a local API for making additional annotation requests.

The API should be served over unix domain sockets (like tcp-info) to prevent spurious local TCP communications.

pboothe commented 4 years ago

https://github.com/m-lab/uuid-annotator/pull/23 https://github.com/m-lab/uuid-annotator/pull/24

pboothe commented 4 years ago

API is still not what users would prefer - a bulk tagging has been requested, where instead of asking for the decoration of a single IP, an array of IPs can be passed in