diff options
author | Andrew Newdigate <andrew@gitlab.com> | 2019-02-25 16:19:08 +0200 |
---|---|---|
committer | Andrew Newdigate <andrew@gitlab.com> | 2019-03-01 15:07:23 +0200 |
commit | 210a5c141c9d76bc9718860d67d77d73997b1534 (patch) | |
tree | e8bfe028d6ecb5ddc269b67283b7b52240323dde /config.yml.example | |
parent | 070691c29891c27f0e46f86f6c89566199ccc54b (diff) | |
download | gitlab-shell-an-distributed-tracing.tar.gz |
Adds distributed tracing instrumentation to GitLab-Shellan-distributed-tracing
Adds distributed tracing instrumentation to GitLab-Shell using LabKit
Diffstat (limited to 'config.yml.example')
-rw-r--r-- | config.yml.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.yml.example b/config.yml.example index 3d3e580..4c356a7 100644 --- a/config.yml.example +++ b/config.yml.example @@ -56,3 +56,7 @@ audit_usernames: false migration: enabled: false features: [] + +# Distributed Tracing. GitLab-Shell has distributed tracing instrumentation. +# For more details, visit https://docs.gitlab.com/ee/development/distributed_tracing.html +# gitlab_tracing: opentracing://driver |