Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/featureflag/ff_log_git_traces.go')
-rw-r--r--internal/featureflag/ff_log_git_traces.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/internal/featureflag/ff_log_git_traces.go b/internal/featureflag/ff_log_git_traces.go
new file mode 100644
index 000000000..c8307c578
--- /dev/null
+++ b/internal/featureflag/ff_log_git_traces.go
@@ -0,0 +1,9 @@
+package featureflag
+
+// LogGitTraces enables the collection of distributed traces via the git trace 2 API
+var LogGitTraces = NewFeatureFlag(
+ "log_git_traces",
+ "v16.9.0",
+ "https://gitlab.com/gitlab-org/gitaly/-/issues/5700",
+ false,
+)