https://github.com/crflynn/opentelemetry-sklearn
https://github.com/crflynn/opentelemetry-sklearn
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/crflynn/opentelemetry-sklearn
- Owner: crflynn
- Created: 2020-08-30T23:11:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-30T23:17:39.000Z (about 5 years ago)
- Last Synced: 2024-12-31T20:17:29.965Z (9 months ago)
- Language: Python
- Size: 252 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Example opentelemetry sklearn implementation
============================================Setup the environment using asdf and poetry with the command ``make setup``.
Run jaeger using ``make jaeger``. This will run jaeger at http://localhost:16686
Run the example server using ``make example``. This will train a machine learning model and host a predict endpoint at http://localhost:8000/predict
Send a request to the server using ``make request``.
.. image:: https://raw.githubusercontent.com/crflynn/opentelemetry-sklearn/master/example.png