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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
5fbaa5d7
Commit
5fbaa5d7
authored
Jan 01, 2019
by
Takuya Noguchi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix navigation style in docs
Signed-off-by:
Takuya Noguchi
<
takninnovationresearch@gmail.com
>
parent
eab7e3c8
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
4 deletions
+9
-4
changelogs/unreleased/55836-docs-fix-navigation-style-in-docs.yml
...gs/unreleased/55836-docs-fix-navigation-style-in-docs.yml
+5
-0
doc/administration/monitoring/performance/request_profiling.md
...dministration/monitoring/performance/request_profiling.md
+2
-2
doc/ci/examples/test-and-deploy-python-application-to-heroku.md
.../examples/test-and-deploy-python-application-to-heroku.md
+1
-1
doc/user/project/integrations/prometheus.md
doc/user/project/integrations/prometheus.md
+1
-1
No files found.
changelogs/unreleased/55836-docs-fix-navigation-style-in-docs.yml
0 → 100644
View file @
5fbaa5d7
---
title
:
Fix navigation style in docs
merge_request
:
24090
author
:
Takuya Noguchi
type
:
other
doc/administration/monitoring/performance/request_profiling.md
View file @
5fbaa5d7
...
...
@@ -2,14 +2,14 @@
## Procedure
1.
Grab the profiling token from
`Monitoring > Requests Profiles`
admin page
1.
Grab the profiling token from
**Monitoring > Requests Profiles**
admin page
(highlighted in a blue in the image below).
!
[
Profile token
](
img/request_profiling_token.png
)
1.
Pass the header
`X-Profile-Token: <token>`
to the request you want to profile. You can use:
-
Browser extensions. For example,
[
ModHeader
](
https://chrome.google.com/webstore/detail/modheader/idgpnmonknjnojddfkpgkljpfnnfcklj
)
Chrome extension.
-
`curl`
. For example,
`curl --header 'X-Profile-Token: <token>' https://gitlab.example.com/group/project`
.
1.
Once request is finished (which will take a little longer than usual), you can
view the profiling output from
`Monitoring > Requests Profiles`
admin page.
view the profiling output from
**Monitoring > Requests Profiles**
admin page.
!
[
Profiling output
](
img/request_profile_result.png
)
## Cleaning up
...
...
doc/ci/examples/test-and-deploy-python-application-to-heroku.md
View file @
5fbaa5d7
...
...
@@ -47,7 +47,7 @@ This project has three jobs:
## Store API keys
You'll need to create two variables in
`Settings > CI/CD > Variables`
on your GitLab project settings
:
You'll need to create two variables in
**Settings > CI/CD > Variables**
in your GitLab project
:
-
`HEROKU_STAGING_API_KEY`
- Heroku API key used to deploy staging app.
-
`HEROKU_PRODUCTION_API_KEY`
- Heroku API key used to deploy production app.
...
...
doc/user/project/integrations/prometheus.md
View file @
5fbaa5d7
...
...
@@ -30,7 +30,7 @@ GitLab can seamlessly deploy and manage Prometheus on a [connected Kubernetes cl
Once you have a connected Kubernetes cluster with Helm installed, deploying a managed Prometheus is as easy as a single click.
1.
Go to the
`Operations > Kubernetes`
page,
to view your connected clusters
1.
Go to the
**Operations > Kubernetes**
page
to view your connected clusters
1.
Select the cluster you would like to deploy Prometheus to
1.
Click the
**Install**
button to deploy Prometheus to the cluster
...
...
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