1# OpenCensus Agent Proto 2 3This package describes the OpenCensus Agent protocol. For the architecture and implementation of 4OpenCensus Agent, please refer to the specs in 5[OpenCensus-Service](https://github.com/census-instrumentation/opencensus-service#opencensus-agent). 6 7## Packages 8 91. `common` package contains the common messages shared between different services, such as 10`Node`, `Service` and `Library` identifiers. 112. `trace` package contains the Trace Service protos. 123. `metrics` package contains the Metrics Service protos. 134. (Coming soon) `stats` package contains the Stats Service protos. 14