24 lines
		
	
	
		
			514 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			514 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
OpenTelemetry Distro
 | 
						|
====================
 | 
						|
 | 
						|
|pypi|
 | 
						|
 | 
						|
.. |pypi| image:: https://badge.fury.io/py/opentelemetry-distro.svg
 | 
						|
   :target: https://pypi.org/project/opentelemetry-distro/
 | 
						|
 | 
						|
Installation
 | 
						|
------------
 | 
						|
 | 
						|
::
 | 
						|
 | 
						|
    pip install opentelemetry-distro
 | 
						|
 | 
						|
 | 
						|
This package provides entrypoints to configure OpenTelemetry.
 | 
						|
 | 
						|
References
 | 
						|
----------
 | 
						|
 | 
						|
* `OpenTelemetry Project <https://opentelemetry.io/>`_
 | 
						|
* `Example using opentelemetry-distro <https://opentelemetry-python.readthedocs.io/en/latest/examples/distro/README.html>`_
 |