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

Commit 988957f

Browse files
authored
Add a note about interceptors of other libraries. (#94)
1 parent f6d872a commit 988957f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

opencensus/proto/agent/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ in the VM/container and can be deployed independent of Library. Once Agent is de
2727
running, it should be able to retrieve spans/stats/metrics from Library, export them to other
2828
backends. We MAY also give Agent the ability to push configurations (e.g sampling probability) to
2929
Library. For those languages that cannot do stats aggregation in process, they should also be
30-
able to send raw measurements and have Agent do the aggregation. In addition, Agent can be
31-
extended to accept spans/stats/metrics from other tracing/monitoring libraries, such as Zipkin,
32-
Prometheus, etc.
30+
able to send raw measurements and have Agent do the aggregation.
31+
32+
For developers/maintainers of other libraries: Agent can also be extended to accept spans/stats/metrics from
33+
other tracing/monitoring libraries, such as Zipkin, Prometheus, etc. This is done by adding specific
34+
interceptors.
3335

3436
![agent-architecture](agent-architecture.png)
3537

0 commit comments

Comments
 (0)