Skip to content

Set the continuous_profiler_stackdriver build tag

Craig Miskell requested to merge enable-continuous-profiling into master

To enable continuous profiling, we need the tag to be set, otherwise the null profiler gets included instead, and it does nothing. See https://gitlab.com/gitlab-org/labkit/blob/master/monitoring/null_profiler.go#L1 and https://gitlab.com/gitlab-org/labkit/blob/master/monitoring/profiler.go#L1

Merge request reports