Skip to content

Commit 3bbcfe5

Browse files
mauriciovasquezbernalc24t
authored andcommitted
Add pypi badges and installation instructions to all ext packages (open-telemetry#281)
1 parent ff63d8c commit 3bbcfe5

File tree

4 files changed

+35
-6
lines changed

4 files changed

+35
-6
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# OpenTelemetry Python
2-
[![Gitter chat][gitter-image]][gitter-url]
3-
4-
[gitter-image]: https://badges.gitter.im/open-telemetry/opentelemetry-python.svg
5-
[gitter-url]: https://gitter.im/open-telemetry/opentelemetry-python?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
6-
[![Build Status](https://travis-ci.org/open-telemetry/opentelemetry-python.svg?branch=master)](https://travis-ci.org/open-telemetry/opentelemetry-python)
2+
[![Gitter chat](https://img.shields.io/gitter/room/opentelemetry/opentelemetry-python)](https://gitter.im/open-telemetry/opentelemetry-python)
3+
[![Build status](https://travis-ci.org/open-telemetry/opentelemetry-python.svg?branch=master)](https://travis-ci.org/open-telemetry/opentelemetry-python)
74

85
The Python [OpenTelemetry](https://opentelemetry.io/) client.
96

ext/opentelemetry-ext-http-requests/README.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
OpenTelemetry requests integration
22
==================================
33

4-
This library allows tracing HTTP requests made by the popular `requests <(https://2.python-requests.org//en/latest/>` library.
4+
|pypi|
5+
6+
.. |pypi| image:: https://badge.fury.io/py/opentelemetry-ext-http-requests.svg
7+
:target: https://pypi.org/project/opentelemetry-ext-http-requests/
8+
9+
This library allows tracing HTTP requests made by the popular `requests <https://requests.kennethreitz.org/en/master/>`_ library.
10+
11+
Installation
12+
------------
13+
14+
::
15+
16+
pip install opentelemetry-ext-http-requests
517

618
Usage
719
-----

ext/opentelemetry-ext-jaeger/README.rst

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

4+
|pypi|
5+
6+
.. |pypi| image:: https://badge.fury.io/py/opentelemetry-ext-jaeger.svg
7+
:target: https://pypi.org/project/opentelemetry-ext-jaeger/
8+
9+
This library allows to export tracing data to `Jaeger <https://www.jaegertracing.io/>`_.
10+
411
Installation
512
------------
613

ext/opentelemetry-ext-wsgi/README.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
OpenTelemetry WSGI Middleware
22
=============================
33

4+
|pypi|
5+
6+
.. |pypi| image:: https://badge.fury.io/py/opentelemetry-wsgi.svg
7+
:target: https://pypi.org/project/opentelemetry-opentracing-wsgi/
8+
9+
410
This library provides a WSGI middleware that can be used on any WSGI framework
511
(such as Django / Flask) to track requests timing through OpenTelemetry.
612

13+
Installation
14+
------------
15+
16+
::
17+
18+
pip install opentelemetry-opentracing-wsgi
19+
720

821
Usage (Flask)
922
-------------

0 commit comments

Comments
 (0)