Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit 4983290

Browse files
authored
Update README, add CircleCI build status and docs link (#74)
1 parent c4b4f26 commit 4983290

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

README.rst

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
OpenCensus for Python - A stats collection and distributed tracing framework
22
============================================================================
33

4-
`Census`_ for Python. Census provides a framework to measure a server's resource
5-
usage and collect performance stats. This repository contains Python related
6-
utilities and supporting software needed by Census.
4+
`Census`_ for Python. Census provides a framework to measure a server's resource
5+
usage and collect performance stats. This repository contains Python related
6+
utilities and supporting software needed by Census.
77

8-
.. _Census: https://github.com/census-instrumentation
8+
.. _Census: https://github.com/census-instrumentation
9+
10+
|circleci|
11+
12+
.. |circleci| image:: https://circleci.com/gh/census-instrumentation/opencensus-python.svg?style=shield
13+
:target: https://circleci.com/gh/census-instrumentation/opencensus-python
14+
15+
- `API Documentation`_
16+
17+
.. _API Documentation: http://opencensus.io/opencensus-python/trace/usage.html
918

1019
Installation & basic usage
1120
--------------------------

0 commit comments

Comments
 (0)