Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit ee2e6d8

Browse files
Emmanuel T Odekesongy23
authored andcommitted
opencensus/proto: add default Agent port to README (#97)
The chosen default agent port is 55678.
1 parent 2333df4 commit ee2e6d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

opencensus/proto/agent/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,12 @@ other backends. There should be 3 separate agent exporters for tracing/stats/met
3838
respectively. Agent exporters will be responsible for sending spans/stats/metrics and (possibly)
3939
receiving configuration updates from Agent.
4040

41+
## Communication
42+
4143
Communication between Library and Agent should user a bi-directional gRPC stream. Library should
4244
initiate the connection, since there’s only one dedicated port for Agent, while there could be
4345
multiple processes with Library running.
46+
By default, Agent is available on port 55678.
4447

4548
## Protocol Workflow
4649

0 commit comments

Comments
 (0)