Commit 1073e23b authored by ngaskill's avatar ngaskill

Fix kramdown warnings in docs

parent 739c74e6
...@@ -301,7 +301,7 @@ Prometheus has several custom flags to configure local storage: ...@@ -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.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` 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 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 and may change in future releases. Units supported: `B`, `KB`, `MB`, `GB`, `TB`, `PB`, `EB`. For
example, `512MB`. example, `512MB`.
......
...@@ -592,10 +592,10 @@ plugins: ...@@ -592,10 +592,10 @@ plugins:
If your merge requests do not show any code quality changes when using a custom tool, If your merge requests do not show any code quality changes when using a custom tool,
ensure that the line property is an `integer`. 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, If you enabled any of the Code Climate plugins, and the Code Quality CI job fails with the error
it's likely the job takes longer than the default timeout of 900 seconds. below, it's likely the job takes longer than the default timeout of 900 seconds:
```shell ```shell
error: (CC::CLI::Analyze::EngineFailure) engine pmd ran for 900 seconds and was killed error: (CC::CLI::Analyze::EngineFailure) engine pmd ran for 900 seconds and was killed
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment