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

Commit 6182efd

Browse files
authored
Add cosmetic badges to ext packages (#570)
Added PyPI badge to all ext packages README files.
1 parent e5f1bb1 commit 6182efd

20 files changed

Lines changed: 100 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
W3C Correlation Context
22
============================================================================
3+
4+
|pypi|
5+
6+
.. |pypi| image:: https://badge.fury.io/py/opencensus-correlation.svg
7+
:target: https://pypi.org/project/opencensus-correlation/

contrib/opencensus-ext-dbapi/README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
OpenCensus Database API Integration
22
============================================================================
33

4+
|pypi|
5+
6+
.. |pypi| image:: https://badge.fury.io/py/opencensus-ext-dbapi.svg
7+
:target: https://pypi.org/project/opencensus-ext-dbapi/
8+
49
Installation
510
------------
611

contrib/opencensus-ext-django/README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
OpenCensus Django Integration
22
============================================================================
33

4+
|pypi|
5+
6+
.. |pypi| image:: https://badge.fury.io/py/opencensus-ext-django.svg
7+
:target: https://pypi.org/project/opencensus-ext-django/
8+
49
Installation
510
------------
611

contrib/opencensus-ext-flask/README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
OpenCensus Flask Integration
22
============================================================================
33

4+
|pypi|
5+
6+
.. |pypi| image:: https://badge.fury.io/py/opencensus-ext-flask.svg
7+
:target: https://pypi.org/project/opencensus-ext-flask/
8+
49
Installation
510
------------
611

contrib/opencensus-ext-google-cloud-clientlibs/README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
OpenCensus Google Cloud Client Libraries Integration
22
============================================================================
33

4+
|pypi|
5+
6+
.. |pypi| image:: https://badge.fury.io/py/opencensus-ext-google-cloud-clientlibs.svg
7+
:target: https://pypi.org/project/opencensus-ext-google-cloud-clientlibs/
8+
49
OpenCensus can trace HTTP and gRPC requests made with the `Cloud client libraries`_.
510
The request URL, method, and status will be collected.
611

contrib/opencensus-ext-grpc/README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
OpenCensus gRPC Integration
22
============================================================================
33

4+
|pypi|
5+
6+
.. |pypi| image:: https://badge.fury.io/py/opencensus-ext-grpc.svg
7+
:target: https://pypi.org/project/opencensus-ext-grpc/
8+
49
OpenCensus provides the implementation of interceptors for both the client side
510
and server side to instrument the gRPC requests and responses. The client
611
interceptors are used to create a decorated channel that intercepts client

contrib/opencensus-ext-httplib/README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
OpenCensus httplib Integration
22
============================================================================
33

4+
|pypi|
5+
6+
.. |pypi| image:: https://badge.fury.io/py/opencensus-ext-httplib.svg
7+
:target: https://pypi.org/project/opencensus-ext-httplib/
8+
49
OpenCensus can trace HTTP requests made with the httplib library.
510

611
You can enable requests integration by specifying ``'httplib'`` to ``trace_integrations``.

contrib/opencensus-ext-jaeger/README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
OpenCensus Jaeger Exporter
22
============================================================================
33

4+
|pypi|
5+
6+
.. |pypi| image:: https://badge.fury.io/py/opencensus-ext-jaeger.svg
7+
:target: https://pypi.org/project/opencensus-ext-jaeger/
8+
49
Installation
510
------------
611

contrib/opencensus-ext-mysql/README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
OpenCensus MySQL Integration
22
============================================================================
33

4+
|pypi|
5+
6+
.. |pypi| image:: https://badge.fury.io/py/opencensus-ext-mysql.svg
7+
:target: https://pypi.org/project/opencensus-ext-mysql/
8+
49
The integration with MySQL supports the `mysql-connector`_ library and is specified
510
to ``trace_integrations`` using ``'mysql'``.
611

contrib/opencensus-ext-ocagent/README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
OpenCensus OC-Agent Trace Exporter
22
============================================================================
33

4+
|pypi|
5+
6+
.. |pypi| image:: https://badge.fury.io/py/opencensus-ext-ocagent.svg
7+
:target: https://pypi.org/project/opencensus-ext-ocagent/
8+
49
Installation
510
------------
611

0 commit comments

Comments
 (0)