Skip to content

Commit

Permalink
chore: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Jan 8, 2024
1 parent 1f001a7 commit a32efe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/otelbench/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func main() {
}
rootCmd.AddCommand(
newPromQLCommand(),
newPrometheusRemoteWrite(),
newPrometheusRemoteWriteCommand(),
)
ctx, stop := signal.NotifyContext(context.Background(), os.Interrupt)
defer stop()
Expand Down
2 changes: 1 addition & 1 deletion cmd/otelbench/promrw.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package main

import "github.com/spf13/cobra"

func newPrometheusRemoteWrite() *cobra.Command {
func newPrometheusRemoteWriteCommand() *cobra.Command {
rootCmd := &cobra.Command{
Use: "promrw",
Short: "promrw is a benchmarking suite for prometheus remote write",
Expand Down

0 comments on commit a32efe7

Please sign in to comment.