Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# otel-cli
# PROJECT STATUS UPDATE

This is a fork of the original otel-cli project that I will eventually rename.

It's 100% Apache 2 code so this seems fine to do. I made attempts to maintain
under the equinix-labs umbrella, but it seems some of the changes at the company
have slowed progress on that effort.

After doing some work on the tool today, I will probably rename it soon, and
break ties with the original tool. Please open issues or discussions if you
have thoughts and desires for otel-cli.

[![](https://img.shields.io/badge/stability-experimental-lightgrey.svg)](https://github.com/packethost/standards/blob/master/experimental-statement.md)
Primarily I intend to explore an MCP implementation that is lean and easy to
run anywhere, with no fuss, to tap into traces in my development loop.

I turned on GitHub discussions, please use them to get in touch, or find
me on Bluesky at `@renice.bsky.social`.

# otel-cli

otel-cli is a command-line tool for sending OpenTelemetry traces. It is written in
Go and intended to be used in shell scripts and other places where the best option
Expand Down