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:
authorJacob Vosmaer <jacob@gitlab.com>2020-04-03 16:41:16 +0300
committerJacob Vosmaer <jacob@gitlab.com>2020-04-03 16:41:16 +0300
commite6e6e16c1ea62e204d81cf427c84e9e18310164c (patch)
tree24fcd934c556602fe8865621d1dd6267497ae9f7 /README.md
parent0d48348dcf4f72d8a47e911f92951a2df145138c (diff)
parentee5458707dd04093fbac5894c58f211e90eaed0f (diff)
Merge branch 'osw-enable-stackdriver-profiler' into 'master'
Add stackdriver profiler support with LabKit See merge request gitlab-org/gitaly!1842
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index d339047f7..aea4e2d3b 100644
--- a/README.md
+++ b/README.md
@@ -160,6 +160,12 @@ For example, to configure Jaeger, you could use the following command:
GITLAB_TRACING=opentracing://jaeger ./gitaly config.toml
```
+## Continuous Profiling
+
+Gitaly supports Continuous Profiling through [LabKit][] using [Stackdriver Profiler](https://cloud.google.com/profiler).
+
+For more information on how to set it up, see the [LabKit monitoring docs](https://gitlab.com/gitlab-org/labkit/-/blob/master/monitoring/doc.go).
+
## Presentations
- [How Gitaly fits into GitLab (Youtube)](https://www.youtube.com/playlist?list=PL05JrBw4t0KqoFUiX42JG7BAc7pipMBAy) - a series of 1-hour training videos for contributors new to GitLab and Gitaly.
@@ -227,3 +233,4 @@ GITLAB_TRACING=opentracing://jaeger ./gitaly config.toml
- [Git Paris meetup, 2017-02-22](https://docs.google.com/presentation/d/19OZUalFMIDM8WujXrrIyCuVb_oVeaUzpb-UdGThOvAo/edit?usp=sharing) a high-level overview of what our plans are and where we are.
[roadmap]: https://gitlab.com/groups/gitlab-org/-/roadmap?label_name%5B%5D=Gitaly&scope=all&sort=start_date_asc&state=opened
+[LabKit]: https://gitlab.com/gitlab-org/labkit/