Skip to content

Commit

Permalink
Merge branch 'evan/pyroscope-integration' of github.com:celestiaorg/c…
Browse files Browse the repository at this point in the history
…elestia-core into evan/pyroscope-integration
  • Loading branch information
evan-forbes committed Aug 3, 2023
2 parents c9794fa + 95f26b7 commit da83f3e
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 da83f3e

Please sign in to comment.