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
1073e23b
Commit
1073e23b
authored
Feb 23, 2022
by
ngaskill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix kramdown warnings in docs
parent
739c74e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
doc/administration/monitoring/prometheus/index.md
doc/administration/monitoring/prometheus/index.md
+1
-1
doc/user/project/merge_requests/code_quality.md
doc/user/project/merge_requests/code_quality.md
+4
-4
No files found.
doc/administration/monitoring/prometheus/index.md
View file @
1073e23b
...
...
@@ -301,7 +301,7 @@ Prometheus has several custom flags to configure local storage:
-
`storage.tsdb.retention.time`
: when to remove old data. Defaults to
`15d`
. Overrides
`storage.tsdb.retention`
if this flag is set to anything other than the default.
-
`storage.tsdb.retention.size`
:
[EXPERIMENTAL]
the maximum number of bytes of storage blocks to
-
`storage.tsdb.retention.size`
:
(experimental)
the maximum number of bytes of storage blocks to
retain. The oldest data is removed first. Defaults to
`0`
(disabled). This flag is experimental
and may change in future releases. Units supported:
`B`
,
`KB`
,
`MB`
,
`GB`
,
`TB`
,
`PB`
,
`EB`
. For
example,
`512MB`
.
...
...
doc/user/project/merge_requests/code_quality.md
View file @
1073e23b
...
...
@@ -592,17 +592,17 @@ plugins:
If your merge requests do not show any code quality changes when using a custom tool,
ensure that the line property is an
`integer`
.
### Code Quality CI job with Code Climate plugins enabled fails with error
"engine <plugin_name> ran for 900 seconds and was killed"
### Code Quality CI job with Code Climate plugins enabled fails with error
If you enabled any of the Code Climate plugins, and the Code Quality CI job fails with the error
below,
it's likely the job takes longer than the default timeout of 900 seconds.
If you enabled any of the Code Climate plugins, and the Code Quality CI job fails with the error
below, it's likely the job takes longer than the default timeout of 900 seconds:
```
shell
error:
(
CC::CLI::Analyze::EngineFailure
)
engine pmd ran
for
900 seconds and was killed
Could not analyze code quality
for
the repository at /code
```
To work around this problem, set
`TIMEOUT_SECONDS`
to a higher value in your
`.gitlab.-ci.yml`
file.
To work around this problem, set
`TIMEOUT_SECONDS`
to a higher value in your
`.gitlab.-ci.yml`
file.
For example:
...
...
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