opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentati...
Srikanth Chekuri 5888d4ef95
Enable lint on CI and update deps (#2067)
* Fix black an isort

* change bootstrap_gen to use a list instead of dict

* Bunch of updates

* Fix build

* fix lint

* Fix docs

* Fix lint

* More fixes

* Fix lint

* fix stupid mistake

---------

Co-authored-by: Christian Hartung <christian.hartung@olist.com>
2023-11-21 10:25:11 +02:00
..
src/opentelemetry/instrumentation/sklearn Enable lint on CI and update deps (#2067) 2023-11-21 10:25:11 +02:00
tests Enable lint on CI and update deps (#2067) 2023-11-21 10:25:11 +02:00
LICENSE Fix error in license files (#521) 2021-05-28 09:16:58 -07:00
README.rst Added link to examples folder in each instrumentation (#438) 2021-04-13 14:56:30 -07:00
pyproject.toml Update version to 1.22.0.dev/0.43b0.dev (#2031) 2023-11-07 11:06:08 -06:00

README.rst

OpenTelemetry Scikit-Learn Instrumentation
==========================================

|pypi|

.. |pypi| image:: https://badge.fury.io/py/opentelemetry-instrumentation-sklearn.svg
   :target: https://pypi.org/project/opentelemetry-instrumentation-sklearn/

This library allows tracing HTTP requests made by the
`scikit-learn <https://scikit-learn.org/stable/>`_ library.

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

::

     pip install opentelemetry-instrumentation-sklearn

References
----------

* `OpenTelemetry sklearn Instrumentation <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/sklearn/sklearn.html>`_
* `OpenTelemetry Project <https://opentelemetry.io/>`_
* `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples>`_