opencensus/proto: add default Agent port to README (#97)

The chosen default agent port is 55678.
pull/100/head
Emmanuel T Odeke 6 years ago committed by Yang Song
parent 2333df4ffe
commit ee2e6d8d42
  1. 3
      opencensus/proto/agent/README.md

@ -38,9 +38,12 @@ other backends. There should be 3 separate agent exporters for tracing/stats/met
respectively. Agent exporters will be responsible for sending spans/stats/metrics and (possibly)
receiving configuration updates from Agent.
## Communication
Communication between Library and Agent should user a bi-directional gRPC stream. Library should
initiate the connection, since there’s only one dedicated port for Agent, while there could be
multiple processes with Library running.
By default, Agent is available on port 55678.
## Protocol Workflow

Loading…
Cancel
Save