TUI to inspect Grafana traces and logs.
go install github.com/almahoozi/trace/cmd/t@latestOpen and edit configuration:
t configImport an existing config file:
t config import config.jsonExport the current config to a file for backup or sharing:
t config export config.jsont <trace-id>Note
On first run, if not configured yet, the CLI prompts you to enter the Grafana base URL and/or token. The token is stored in the OS keyring for secure access. The base URL is stored in a config file.