Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
07713f43
Commit
07713f43
authored
Nov 14, 2018
by
Reuben Pereira
Committed by
Achilleas Pipinellis
Nov 14, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add docs for the tracing mvc
parent
cfef7b8c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
40 additions
and
0 deletions
+40
-0
doc/user/project/operations/tracing.md
doc/user/project/operations/tracing.md
+34
-0
doc/user/project/settings/index.md
doc/user/project/settings/index.md
+6
-0
No files found.
doc/user/project/operations/tracing.md
0 → 100644
View file @
07713f43
# Tracing **[ULTIMATE]**
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7903) in GitLab Ultimate 11.5.
Tracing provides insight into the performance and health of a deployed application,
tracking each function or microservice which handles a given request.
This makes it easy to
understand the end-to-end flow of a request, regardless of whether you are using a monolithic or distributed system.
## Jaeger tracing
[
Jaeger
](
https://www.jaegertracing.io/
)
is an open source, end-to-end distributed
tracing system used for monitoring and troubleshooting microservices-based distributed
systems.
### Deploying Jaeger
To learn more about deploying Jaeger, read the official
[
Getting Started documentation
](
https://www.jaegertracing.io/docs/latest/getting-started/
)
.
There is an easy to use
[
all-in-one Docker image
](
https://www.jaegertracing.io/docs/latest/getting-started/#AllinoneDockerimage
)
,
as well as deployment options for
[
Kubernetes
](
https://github.com/jaegertracing/jaeger-kubernetes
)
and
[
OpenShift
](
https://github.com/jaegertracing/jaeger-openshift
)
.
### Enabling Jaeger
GitLab provides an easy way to open the Jaeger UI from within your project:
1.
[
Set up Jaeger
](
#deploying-jaeger
)
and configure your application using one of the
[
client libraries
](
https://www.jaegertracing.io/docs/latest/client-libraries/
)
.
1.
Navigate to your project's
**Settings > Operations**
and provide the Jaeger URL.
1.
Click
**Save changes**
for the changes to take effect.
1.
You can now visit
**Operations > Tracing**
in your project's sidebar and
GitLab will redirect you to the configured Jaeger URL.
\ No newline at end of file
doc/user/project/settings/index.md
View file @
07713f43
...
...
@@ -120,3 +120,9 @@ GitLab administrators can use the admin interface to move any project to any
namespace if needed.
[
permissions
]:
../../permissions.md##project-members-permissions
## Operations settings
### Jaeger tracing
Add the URL of a Jaeger server to allow your users to
[
easily access the Jaeger UI from within GitLab
](
../operations/tracing.md
)
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment