-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Donation proposal]: otel-desktop-viewer #1515
Comments
I'd love to see this live in its own repo in the OpenTelemetry org, happy to help move this forward! |
Agree, this looks great. Thanks for the work @CtrlSpice ❤️ |
I've been wanting something like this for a while. Thank you! |
From a brief glance, I don't see how this is different from running Jaeger all-in-one, which is also a single binary but has a lot more functionality. If it's missing some features you want, why not contribute there instead of splintering the ecosystem? |
I can take a stab at highlighting some of the differences.
In a future where OpenTelemetry gets built into everything, we will need lots of tools for people at all levels to visualize what it is their system is emitting. There is a lot of need for meeting users wherever they are with as few barriers as possible: IDE extensions, native apps, CLI tools, etc. I don't see any one UI being sufficient to serve everyone's needs. |
Neither does Jaeger, you can download a binary from GH releases, which is actually a more user-friendly way for non-Go users of OpenTelemetry than doing
Jaeger all-in-one does not require external storage
Is it intended to be a standard part of collector distro and serve web UI directly from collector binary, similar to z-pages? I do not disagree with the overall intention of having telemetry & collector debugging tools, but this needs a design proposal and some agreed upon strategy. This tool does not meet this goal in the current form. |
Hi there! This is a lot to unpack, so I apologize in advance for the wall of text.
Great question! I feel that the primary intended usecase for these tools was different enough that it warranted a separate implementation. While Jaeger all-in-one is geared towards debugging instrumented systems in a local environment, I wanted a simpler tool specifically focused on debugging and visualizing trace data during the instrumentation process, with a UI streamlined toward that end.
I am a little bit confused by the wording here, but I will try my best to provide some clarity. As I mentioned above,
Oh no, this is absolutely my bad. I forgot to update the README.
If I am reading z-pages correctly, then pulling
Agreed! As mentioned in my donation proposal, this tool is very much in its MVP stage. To be very clear: I wrote it as a personal/learning project, and never expected it to receive so much love and support from the community. My motivation for donating it now is to enable community involvement in standardizing the design, contributing to the next stage of the project (support for metric and logs), and generally allowing it to grow beyond the scope I can achieve as one person/developer. I hope this clears up any misunderstandings, and of course let me know if I can address any further concerns! :) |
I attempted to capture some of the overall goals/objectives around a telemetry viewer experience in OTEP 230 - would welcome comments over there. |
Closing in favor of open-telemetry/oteps#230 which is where ongoing discussions are occurring |
Description
The
otel-desktop-viewer
is a CLI tool for receiving OpenTelemetry traces while working on your local machine that helps you visualize and explore your trace data without needing to send it on to a telemetry vendor. Additionally, it can be used as an exporter in the OpenTelemetry Collector to assist with visualization of telemetry.Benefits to the OpenTelemetry community
The otel-desktop-viewer offers an easy way for users to visualize their telemetry without requiring additional setup of backends or learning other tools. It's useful for debugging, and decreased the barrier of entry for junior developers and those new to the field.
This component can be quite beneficial when demo'ing the OpenTelemetry Demo app.
Reasons for donation
Otel-desktop-viewer was put together as a personal/learning project, but turned out to be well liked in the community. It would be great to see it extended beyond the MVP stage, and receive more contributions and adoption in the OpenTelemetry community.
Repository
https://github.com/CtrlSpice/otel-desktop-viewer
Existing usage
Unclear. The tool appears to have a few users and ~100ish GitHub stars. It is recommended in the documentation of at least one company (Heroku), and in the setup documentation of otel-cli (https://github.com/equinix-labs/otel-cli).
Maintenance
The original contributors to the repository will continue to be involved in the project and make improvements as time permits.
Licenses
Apache 2.0
Trademarks
None!
Other notes
No response
The text was updated successfully, but these errors were encountered: