feat(Cloud Run): Set the GITLAB_CONTINUOUS_PROFILING and GITLAB_TRACING...
feat(Cloud Run): Set the GITLAB_CONTINUOUS_PROFILING and GITLAB_TRACING environment variables by default.
These environment variables are used by Labkit to configure continuous profiling and tracing. Setting these variables by default allow these integrations to "just work", i.e. no additional configuration is required on the user's end.
The default values can be overwritten by the user, so they can disable continuous profiling and tracing by adding
GITLAB_CONTINUOUS_PROFILING: ""
GITLAB_TRACING: ""
to their env-production.yml or env-staging.yml file.
Closes: team#661 (closed)