Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 295 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 295 Bytes

Example: OpenTelemetry Protocol headers and data printer

To execute the printer, which writes a summary of OpenTelemetry export requests to the console,

go run .

or

docker build . -t printer
docker run printer

Optionally, add --verbose to print the data in JSON format.