Update README.rst (#2575)
This commit is contained in:
parent
768694cf75
commit
c06fd1dd53
|
|
@ -1,10 +1,22 @@
|
|||
OpenTelemetry Baggage Span Processor
|
||||
====================================
|
||||
|
||||
|pypi|
|
||||
|
||||
.. |pypi| image:: https://badge.fury.io/py/opentelemetry-processor-baggage.svg
|
||||
:target: https://pypi.org/project/opentelemetry-processor-baggage/
|
||||
|
||||
The BaggageSpanProcessor reads entries stored in Baggage
|
||||
from the parent context and adds the baggage entries' keys and
|
||||
values to the span as attributes on span start.
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
::
|
||||
|
||||
pip install opentelemetry-processor-baggage
|
||||
|
||||
Add this span processor to a tracer provider.
|
||||
|
||||
Keys and values added to Baggage will appear on subsequent child
|
||||
|
|
|
|||
Loading…
Reference in New Issue