Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions contrib/opencensus-correlation/README.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
W3C Correlation Context
============================================================================

|pypi|

.. |pypi| image:: https://badge.fury.io/py/opencensus-correlation.svg
:target: https://pypi.org/project/opencensus-correlation/
5 changes: 5 additions & 0 deletions contrib/opencensus-ext-dbapi/README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
OpenCensus Database API Integration
============================================================================

|pypi|

.. |pypi| image:: https://badge.fury.io/py/opencensus-ext-dbapi.svg
:target: https://pypi.org/project/opencensus-ext-dbapi/

Installation
------------

Expand Down
5 changes: 5 additions & 0 deletions contrib/opencensus-ext-django/README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
OpenCensus Django Integration
============================================================================

|pypi|

.. |pypi| image:: https://badge.fury.io/py/opencensus-ext-django.svg
:target: https://pypi.org/project/opencensus-ext-django/

Installation
------------

Expand Down
5 changes: 5 additions & 0 deletions contrib/opencensus-ext-flask/README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
OpenCensus Flask Integration
============================================================================

|pypi|

.. |pypi| image:: https://badge.fury.io/py/opencensus-ext-flask.svg
:target: https://pypi.org/project/opencensus-ext-flask/

Installation
------------

Expand Down
5 changes: 5 additions & 0 deletions contrib/opencensus-ext-google-cloud-clientlibs/README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
OpenCensus Google Cloud Client Libraries Integration
============================================================================

|pypi|

.. |pypi| image:: https://badge.fury.io/py/opencensus-ext-google-cloud-clientlibs.svg
:target: https://pypi.org/project/opencensus-ext-google-cloud-clientlibs/

OpenCensus can trace HTTP and gRPC requests made with the `Cloud client libraries`_.
The request URL, method, and status will be collected.

Expand Down
5 changes: 5 additions & 0 deletions contrib/opencensus-ext-grpc/README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
OpenCensus gRPC Integration
============================================================================

|pypi|

.. |pypi| image:: https://badge.fury.io/py/opencensus-ext-grpc.svg
:target: https://pypi.org/project/opencensus-ext-grpc/

OpenCensus provides the implementation of interceptors for both the client side
and server side to instrument the gRPC requests and responses. The client
interceptors are used to create a decorated channel that intercepts client
Expand Down
5 changes: 5 additions & 0 deletions contrib/opencensus-ext-httplib/README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
OpenCensus httplib Integration
============================================================================

|pypi|

.. |pypi| image:: https://badge.fury.io/py/opencensus-ext-httplib.svg
:target: https://pypi.org/project/opencensus-ext-httplib/

OpenCensus can trace HTTP requests made with the httplib library.

You can enable requests integration by specifying ``'httplib'`` to ``trace_integrations``.
Expand Down
5 changes: 5 additions & 0 deletions contrib/opencensus-ext-jaeger/README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
OpenCensus Jaeger Exporter
============================================================================

|pypi|

.. |pypi| image:: https://badge.fury.io/py/opencensus-ext-jaeger.svg
:target: https://pypi.org/project/opencensus-ext-jaeger/

Installation
------------

Expand Down
5 changes: 5 additions & 0 deletions contrib/opencensus-ext-mysql/README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
OpenCensus MySQL Integration
============================================================================

|pypi|

.. |pypi| image:: https://badge.fury.io/py/opencensus-ext-mysql.svg
:target: https://pypi.org/project/opencensus-ext-mysql/

The integration with MySQL supports the `mysql-connector`_ library and is specified
to ``trace_integrations`` using ``'mysql'``.

Expand Down
5 changes: 5 additions & 0 deletions contrib/opencensus-ext-ocagent/README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
OpenCensus OC-Agent Trace Exporter
============================================================================

|pypi|

.. |pypi| image:: https://badge.fury.io/py/opencensus-ext-ocagent.svg
:target: https://pypi.org/project/opencensus-ext-ocagent/

Installation
------------

Expand Down
5 changes: 5 additions & 0 deletions contrib/opencensus-ext-postgresql/README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
OpenCensus PostgreSQL Integration
============================================================================

|pypi|

.. |pypi| image:: https://badge.fury.io/py/opencensus-ext-postgresql.svg
:target: https://pypi.org/project/opencensus-ext-postgresql/

The integration with PostgreSQL supports the `psycopg2`_ library and is specified
to ``trace_integrations`` using ``'postgresql'``.

Expand Down
5 changes: 5 additions & 0 deletions contrib/opencensus-ext-prometheus/README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
OpenCensus Prometheus Exporter
============================================================================

|pypi|

.. |pypi| image:: https://badge.fury.io/py/opencensus-ext-prometheus.svg
:target: https://pypi.org/project/opencensus-ext-prometheus/

Installation
------------

Expand Down
5 changes: 5 additions & 0 deletions contrib/opencensus-ext-pymongo/README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
OpenCensus pymongo Integration
============================================================================

|pypi|

.. |pypi| image:: https://badge.fury.io/py/opencensus-ext-pymongo.svg
:target: https://pypi.org/project/opencensus-ext-pymongo/

The integration with MongoDB supports the `pymongo`_ library and is specified
to ``trace_integrations`` using ``'pymongo'``.

Expand Down
5 changes: 5 additions & 0 deletions contrib/opencensus-ext-pymysql/README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
OpenCensus PyMySQL Integration
============================================================================

|pypi|

.. |pypi| image:: https://badge.fury.io/py/opencensus-ext-pymysql.svg
:target: https://pypi.org/project/opencensus-ext-pymysql/

Installation
------------

Expand Down
5 changes: 5 additions & 0 deletions contrib/opencensus-ext-pyramid/README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
OpenCensus Pyramid Integration
============================================================================

|pypi|

.. |pypi| image:: https://badge.fury.io/py/opencensus-ext-pyramid.svg
:target: https://pypi.org/project/opencensus-ext-pyramid/

Installation
------------

Expand Down
5 changes: 5 additions & 0 deletions contrib/opencensus-ext-requests/README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
OpenCensus requests Integration
============================================================================

|pypi|

.. |pypi| image:: https://badge.fury.io/py/opencensus-ext-requests.svg
:target: https://pypi.org/project/opencensus-ext-requests/

OpenCensus can trace HTTP requests made with the `requests package`_. The request URL,
method, and status will be collected.

Expand Down
5 changes: 5 additions & 0 deletions contrib/opencensus-ext-sqlalchemy/README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
OpenCensus SQLAlchemy Integration
============================================================================

|pypi|

.. |pypi| image:: https://badge.fury.io/py/opencensus-ext-sqlalchemy.svg
:target: https://pypi.org/project/opencensus-ext-sqlalchemy/

You can trace usage of the `sqlalchemy package`_, regardless of the underlying
database, by specifying ``'sqlalchemy'`` to ``trace_integrations``.

Expand Down
5 changes: 5 additions & 0 deletions contrib/opencensus-ext-stackdriver/README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
OpenCensus Stackdriver Trace Exporter
============================================================================

|pypi|

.. |pypi| image:: https://badge.fury.io/py/opencensus-ext-stackdriver.svg
:target: https://pypi.org/project/opencensus-ext-stackdriver/

Installation
------------

Expand Down
5 changes: 5 additions & 0 deletions contrib/opencensus-ext-threading/README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
OpenCensus threading Integration
============================================================================

|pypi|

.. |pypi| image:: https://badge.fury.io/py/opencensus-ext-threading.svg
:target: https://pypi.org/project/opencensus-ext-threading/

OpenCensus can propagate trace across threads when using the threading package.

You can enable Threading integration by specifying ``'threading'`` to ``trace_integrations``.
Expand Down
5 changes: 5 additions & 0 deletions contrib/opencensus-ext-zipkin/README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
OpenCensus Zipkin Exporter
============================================================================

|pypi|

.. |pypi| image:: https://badge.fury.io/py/opencensus-ext-zipkin.svg
:target: https://pypi.org/project/opencensus-ext-zipkin/

Installation
------------

Expand Down