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

ff_log_git_traces.go « featureflag « internal - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c8307c578042c820f714c5a20eed84389c70350c (plain)
1
2
3
4
5
6
7
8
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,
)