Add a note about interceptors of other libraries. (#94)

pull/103/head
Yang Song 6 years ago committed by GitHub
parent f6d872a6e9
commit 988957f1ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      opencensus/proto/agent/README.md

@ -27,9 +27,11 @@ in the VM/container and can be deployed independent of Library. Once Agent is de
running, it should be able to retrieve spans/stats/metrics from Library, export them to other
backends. We MAY also give Agent the ability to push configurations (e.g sampling probability) to
Library. For those languages that cannot do stats aggregation in process, they should also be
able to send raw measurements and have Agent do the aggregation. In addition, Agent can be
extended to accept spans/stats/metrics from other tracing/monitoring libraries, such as Zipkin,
Prometheus, etc.
able to send raw measurements and have Agent do the aggregation.
For developers/maintainers of other libraries: Agent can also be extended to accept spans/stats/metrics from
other tracing/monitoring libraries, such as Zipkin, Prometheus, etc. This is done by adding specific
interceptors.
![agent-architecture](agent-architecture.png)

Loading…
Cancel
Save