Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Rootul P <rootulp@gmail.com>
  • Loading branch information
evan-forbes and rootulp authored Aug 3, 2023
1 parent 310cd2a commit 95f26b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/trace/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const (
FlagInfluxDBTokenDescription = "Token to use when writing to the InfluxDB instance. Must be specified if 'influxdb-url' is specified" //nolint:gosec

FlagPyroscopeURL = "pyroscope-url"
FlagPyroscopeURLDescription = "URL of the Pyroscop instance to use for continuous profiling. If not specified, profiling will not be enabled"
FlagPyroscopeURLDescription = "URL of the Pyroscope instance to use for continuous profiling. If not specified, profiling will not be enabled"
FlagPyroscopeTrace = "pyroscope-trace"
FlagPyroscopeTraceDescription = "enable adding trace data to pyroscope profiling"
)
2 changes: 1 addition & 1 deletion test/e2e/pkg/infrastructure.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ type InfrastructureData struct {
// Must be specified if 'influxdb-url' is specified.
InfluxDBToken string `json:"influxdb_token,omitempty"`

// PyroscopURL is the URL of the pyroscope instance to use for continuous
// PyroscopeURL is the URL of the pyroscope instance to use for continuous
// profiling. If not specified, data will not be collected.
PyroscopeURL string `json:"pyroscope_url,omitempty"`

Expand Down

0 comments on commit 95f26b7

Please sign in to comment.