Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a few ext package READMEs #444

Merged
merged 1 commit into from
Feb 24, 2020
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions ext/opentelemetry-ext-dbapi/README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
OpenTelemetry Database API integration
=================================
======================================

The trace integration with Database API supports libraries following the specification.

Expand All @@ -8,7 +8,7 @@ The trace integration with Database API supports libraries following the specifi
Usage
-----

.. code:: python
.. code-block:: python

import mysql.connector
from opentelemetry.trace import tracer_source
Expand Down
4 changes: 2 additions & 2 deletions ext/opentelemetry-ext-mysql/README.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
OpenTelemetry MySQL integration
=================================
===============================

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

.. mysql-connector: https://pypi.org/project/mysql-connector/
.. _mysql-connector: https://pypi.org/project/mysql-connector/

Usage
-----
Expand Down
2 changes: 1 addition & 1 deletion ext/opentelemetry-ext-prometheus/README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
OpenTelemetry Prometheus Exporter
=============================
=================================

|pypi|

Expand Down
7 changes: 4 additions & 3 deletions ext/opentelemetry-ext-psycopg2/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ OpenTelemetry Psycopg integration
The integration with PostgreSQL supports the `Psycopg`_ library and is specified
to ``trace_integration`` using ``'PostgreSQL'``.

.. Psycopg: http://initd.org/psycopg/
.. _Psycopg: http://initd.org/psycopg/

Usage
-----

.. code:: python
.. code-block:: python

import psycopg2
from opentelemetry import trace
from opentelemetry.sdk.trace import TracerSource
Expand All @@ -26,4 +27,4 @@ Usage

References
----------
* `OpenTelemetry Project <https://opentelemetry.io/>`_
* `OpenTelemetry Project <https://opentelemetry.io/>`_