Back to Opentelemetry Python

OpenTelemetry JSON File Exporter

exporter/opentelemetry-exporter-otlp-json-file/README.rst

1.44.0918 B
Original Source

OpenTelemetry JSON File Exporter

|pypi|

.. |pypi| image:: https://badge.fury.io/py/opentelemetry-exporter-otlp-json-file.svg :target: https://pypi.org/project/opentelemetry-exporter-otlp-json-file/

This library exports telemetry as OTLP JSON to a file-like text stream, such as a file or stdout.

The exporter writes newline delimited OTLP JSON records for file-based collection workflows.

Installation

::

 pip install opentelemetry-exporter-otlp-json-file

References

  • OpenTelemetry Project <https://opentelemetry.io/>_
  • OpenTelemetry Protocol File Exporter <https://opentelemetry.io/docs/specs/otel/protocol/file-exporter/>_
  • OTLP Specification <https://opentelemetry.io/docs/specs/otlp/>_
  • OTLP JSON Encoding Specification <https://opentelemetry.io/docs/specs/otlp/#json-protobuf-encoding>_
  • JSON Lines <https://jsonlines.org/>_