Skip to content

124C41p/otlp-send

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

otlp-send

This is a simple command line tool which reads logs and traces from zstd-compressed protobuf-encoded files written by the OpenTelemetry File Exporter, and sends those to any OTLP-compatible server.

Usage: otlp-send <SIGNAL_TYPE> <PROTOCOL> <URL> [FILES]...

Arguments:
  <SIGNAL_TYPE>  [possible values: logs, traces]
  <PROTOCOL>     [possible values: grpc, http]
  <URL>          Address to send to
  [FILES]...     Files to read from

Options:
  -h, --help     Print help
  -V, --version  Print version

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages