Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add instrumentation for Celery #648

Closed
wants to merge 16 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
use instrumentation instead of integration
  • Loading branch information
mauriciovasquezbernal committed May 6, 2020
commit a571304573f65303b5a4c8b5ecd434b2664207e4
8 changes: 4 additions & 4 deletions ext/opentelemetry-ext-celery/README.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
OpenTelemetry Celery Integration
================================
OpenTelemetry Celery Instrumentation
====================================

|pypi|

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

Integration with Celery.
Instrumentation for Celery.


Installation
Expand All @@ -19,6 +19,6 @@ Installation

References
----------
* `OpenTelemetry Celery Integration <https://opentelemetry-python.readthedocs.io/en/latest/ext/celery/celery.html>`_
* `OpenTelemetry Celery Instrumentation <https://opentelemetry-python.readthedocs.io/en/latest/ext/celery/celery.html>`_
* `OpenTelemetry Project <https://opentelemetry.io/>`_