File tree Expand file tree Collapse file tree 4 files changed +35
-6
lines changed
opentelemetry-ext-http-requests Expand file tree Collapse file tree 4 files changed +35
-6
lines changed Original file line number Diff line number Diff line change 1
1
# 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 )
7
4
8
5
The Python [ OpenTelemetry] ( https://opentelemetry.io/ ) client.
9
6
Original file line number Diff line number Diff line change 1
1
OpenTelemetry requests integration
2
2
==================================
3
3
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
5
17
6
18
Usage
7
19
-----
Original file line number Diff line number Diff line change 1
1
OpenTelemetry Jaeger Exporter
2
2
=============================
3
3
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
+
4
11
Installation
5
12
------------
6
13
Original file line number Diff line number Diff line change 1
1
OpenTelemetry WSGI Middleware
2
2
=============================
3
3
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
+
4
10
This library provides a WSGI middleware that can be used on any WSGI framework
5
11
(such as Django / Flask) to track requests timing through OpenTelemetry.
6
12
13
+ Installation
14
+ ------------
15
+
16
+ ::
17
+
18
+ pip install opentelemetry-opentracing-wsgi
19
+
7
20
8
21
Usage (Flask)
9
22
-------------
You can’t perform that action at this time.
0 commit comments