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