Skip to content

Commit

Permalink
Remove images from repo. Host them on Github instead. (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
songy23 authored Oct 8, 2018
1 parent fd2e429 commit 9fec101
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ For developers/maintainers of other libraries: Agent can also be extended to acc
other tracing/monitoring libraries, such as Zipkin, Prometheus, etc. This is done by adding specific
interceptors. See [Interceptors](#interceptors) for details.

![agent-architecture](image/agent-architecture.png)
![agent-architecture](https://user-images.githubusercontent.com/10536136/46637068-6557c900-cb0f-11e8-9fbc-965af5aee080.png)

To support Agent, Library should have “agent exporters”, similar to the existing exporters to
other backends. There should be 3 separate agent exporters for tracing/stats/metrics
Expand Down Expand Up @@ -105,7 +105,7 @@ expired on Agent side. Library needs to start a new connection with a unique ide

This section describes the in-process implementation details of OC-Agent.

![agent-implementation](image/agent-implementation.png)
![agent-implementation](https://user-images.githubusercontent.com/10536136/46637069-65f05f80-cb0f-11e8-99e1-3cbb368e9dbc.png)

Note: Red arrows represent RPCs or HTTP requests. Black arrows represent local method
invocations.
Expand Down Expand Up @@ -232,7 +232,7 @@ tasks/agents that emit in one of the supported protocols. The Collector is
configured to send data to the configured exporter(s). The following figure
summarizes the deployment architecture:

![OpenCensus Collector Architecture](image/collector-architecture.png "OpenCensus Collector Architecture")
![OpenCensus Collector Architecture](https://user-images.githubusercontent.com/10536136/46637070-65f05f80-cb0f-11e8-96e6-bc56468486b3.png "OpenCensus Collector Architecture")

The OpenCensus Collector can also be deployed in other configurations, such as
receiving data from other agents or clients in one of the formats supported by
Expand Down Expand Up @@ -294,4 +294,4 @@ If you run it again, it will start exporting again.
[godoc-image]: https://godoc.org/github.com/census-instrumentation/opencensus-service?status.svg
[godoc-url]: https://godoc.org/github.com/census-instrumentation/opencensus-service
[gitter-image]: https://badges.gitter.im/census-instrumentation/lobby.svg
[gitter-url]: https://gitter.im/census-instrumentation/lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
[gitter-url]: https://gitter.im/census-instrumentation/lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
Binary file removed image/agent-architecture.png
Binary file not shown.
Binary file removed image/agent-implementation.png
Binary file not shown.
Binary file removed image/collector-architecture.png
Binary file not shown.

0 comments on commit 9fec101

Please sign in to comment.