1- # API Tracer
1+ # Telemetric
22
33[ ![ Actions Status] [ actions-badge ]] [ actions-link ]
44[ ![ Documentation Status] [ rtd-badge ]] [ rtd-link ]
1212<!-- SPHINX-START -->
1313
1414<!-- prettier-ignore-start -->
15- [ actions-badge ] : https://github.com/scientific-python/api-tracer /workflows/CI/badge.svg
16- [ actions-link ] : https://github.com/scientific-python/api-tracer /actions
17- [ conda-badge ] : https://img.shields.io/conda/vn/conda-forge/api-tracer
18- [ conda-link ] : https://github.com/conda-forge/api-tracer -feedstock
15+ [ actions-badge ] : https://github.com/scientific-python/telemetric /workflows/CI/badge.svg
16+ [ actions-link ] : https://github.com/scientific-python/telemetric /actions
17+ [ conda-badge ] : https://img.shields.io/conda/vn/conda-forge/telemetric
18+ [ conda-link ] : https://github.com/conda-forge/telemetric -feedstock
1919[ github-discussions-badge ] : https://img.shields.io/static/v1?label=Discussions&message=Ask&color=blue&logo=github
20- [ github-discussions-link ] : https://github.com/scientific-python/api-tracer /discussions
21- [ pypi-link ] : https://pypi.org/project/api-tracer /
22- [ pypi-platforms ] : https://img.shields.io/pypi/pyversions/api-tracer
23- [ pypi-version ] : https://img.shields.io/pypi/v/api-tracer
24- [ rtd-badge ] : https://readthedocs.org/projects/api-tracer /badge/?version=latest
25- [ rtd-link ] : https://api-tracer .readthedocs.io/en/latest/?badge=latest
20+ [ github-discussions-link ] : https://github.com/scientific-python/telemetric /discussions
21+ [ pypi-link ] : https://pypi.org/project/telemetric /
22+ [ pypi-platforms ] : https://img.shields.io/pypi/pyversions/telemetric
23+ [ pypi-version ] : https://img.shields.io/pypi/v/telemetric
24+ [ rtd-badge ] : https://readthedocs.org/projects/telemetric /badge/?version=latest
25+ [ rtd-link ] : https://telemetric .readthedocs.io/en/latest/?badge=latest
2626
2727<!-- prettier-ignore-end -->
2828
@@ -44,7 +44,7 @@ To track usage of one or more existing Python projects, run:
4444
4545``` python
4646from opentelemetry.instrumentation.auto_instrumentation import initialize
47- from api_tracer import install
47+ from telemetric import install
4848
4949install(
5050 [
@@ -58,7 +58,7 @@ start_span_processor('my-project-service')
5858To explicitly add instrumentation to functions you want to trace, use the ` span ` decorator:
5959
6060``` python
61- from api_tracer import span, start_span_processor
61+ from telemetric import span, start_span_processor
6262
6363
6464@span
0 commit comments