Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 787 Bytes

File metadata and controls

28 lines (17 loc) · 787 Bytes

OpenTelemetry Rich Console Exporter

pypi

This library is a console exporter using the Rich tree view. When used with a batch span processor, the rich console exporter will show the trace as a tree and all related spans as children within the tree, including properties.

Installation

pip install opentelemetry-exporter-richconsole

References