Releases: mcataford/doggo
v0.0.3
Overview
This release adds --version
and --help
flags to make it easier to discover the available flags and installed version.
What's Changed
- feat: add help text via --help, version via --version by @mcataford in #6
Full Changelog: v0.0.2...v0.0.3
v0.0.2
Overview
This is the first release that includes builds for Linux and MacOS (amd64). 🎉
Support for searching orphaned traces was added, traces that fall under the orphaned
key of the trace json should now be searchable alongside the rest.
What's Changed
- refactor: move regexp compile to top, reduce redundant logic by @mcataford in #1
- docs: README stub by @mcataford in #2
- fix: include orphan traces by @mcataford in #4
- ci: set up build basics for linux amd64 by @mcataford in #5
New Contributors
- @mcataford made their first contribution in #1
Full Changelog: 0.0.1...v0.0.2
Initial build
Initial Intel Mac build.
Usage:
./doggo <trace_path> <resource_name or partial string> -[-vvv] [--depth=<depthLimit>]
Given a trace_path
leading to tracedata json and a query (either a resource name or a partial resource name), displays the spans and children of the sections of the trace that match.
By default, timing information for each span is shown.
-v
adds more resource-related information for each span;
-vv
adds even more resource-related information, including tags, for each span;
--depth=<depthLimit>
allows limiting how many levels down each match the display should go.