tempo
tempo copied to clipboard
Add `write trace` CLI command
What this PR does:
Here we include a tempo-cli write trace command that was useful in producing a large trace for debugging limits.
Checklist
- [ ] Tests updated
- [ ] Documentation added
- [ ]
CHANGELOG.mdupdated - the order of entries should be[CHANGE],[FEATURE],[ENHANCEMENT],[BUGFIX]
Should write trace be added to the CLI page? https://github.com/grafana/tempo/blob/main/docs/tempo/website/operations/tempo_cli.md
I believe this is going to require a bump of the opentelementry-proto submodule before the make vendor-check will pass. The alternative is to use an older version of the exporter, but I like that idea less.
This PR has been automatically marked as stale because it has not had any activity in the past 60 days. The next time this stale check runs, the stale label will be removed if there is new activity. This pull request will be closed in 15 days if there is no new activity. Please apply keepalive label to exempt this Pull Request.