MCPcopy Create free account
hub / github.com/efficientgo/e2e / opt

Struct opt

profiling/profiling.go:173–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173type opt struct {
174 scrapeInterval time.Duration
175 customParcaImage string
176}
177
178// WithScrapeInterval changes how often profiles are collected by Parca. 5s by default.
179func WithScrapeInterval(interval time.Duration) func(*opt) {

Callers 14

ExecMethod · 0.50
NewThanosQuerierFunction · 0.50
NewThanosSidecarFunction · 0.50
NewThanosStoreFunction · 0.50
NewPrometheusFunction · 0.50
NewParcaFunction · 0.50
NewMinioFunction · 0.50
NewConsulFunction · 0.50
NewDynamoDBFunction · 0.50
NewBigtableFunction · 0.50
NewCassandraFunction · 0.50
NewSwiftStorageFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected