diff --git a/pkg/trace/flags.go b/pkg/trace/flags.go index d79dea9be9..5d8b2a44ad 100644 --- a/pkg/trace/flags.go +++ b/pkg/trace/flags.go @@ -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" ) diff --git a/test/e2e/pkg/infrastructure.go b/test/e2e/pkg/infrastructure.go index 327014c43f..c5ff398a53 100644 --- a/test/e2e/pkg/infrastructure.go +++ b/test/e2e/pkg/infrastructure.go @@ -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"`