We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bdc283 commit bdcbe9fCopy full SHA for bdcbe9f
cmd/promrw/send.go renamed to cmd/promrw/bench.go
cmd/promrw/send_config.go renamed to cmd/promrw/bench_config.go
cmd/promrw/replay.go
@@ -124,9 +124,10 @@ func (r *Replay) Run(ctx context.Context) error {
124
func newReplayCommand() *cobra.Command {
125
var replay Replay
126
cmd := &cobra.Command{
127
- Use: "replay",
128
- Short: "Send recorded requests to remote write server",
129
- Args: cobra.NoArgs,
+ Use: "replay",
+ Aliases: []string{"send"},
+ Short: "Send recorded requests to remote write server",
130
+ Args: cobra.NoArgs,
131
RunE: func(cmd *cobra.Command, args []string) error {
132
return replay.Run(cmd.Context())
133
},
0 commit comments