Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Releases: mcataford/doggo

v0.0.3

27 Apr 05:12
6122e39
Compare
Choose a tag to compare

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

27 Apr 04:21
03a0440
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: 0.0.1...v0.0.2

Initial build

21 Apr 12:23
953f365
Compare
Choose a tag to compare

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.