Skip to content

Commit 4519205

Browse files
committed
remove CONFIG_v1.md
1 parent 9c3fbc4 commit 4519205

File tree

2 files changed

+4
-308
lines changed

2 files changed

+4
-308
lines changed

CONFIG.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ The config file format is versioned independently of the `grok_exporter` program
4646

4747
The following table shows which `grok_exporter` version uses which `config_version`:
4848

49-
| grok_exporter | config_version |
50-
| -------------------------- | ------------------------ |
51-
| ≤ 0.1.4 | 1 _(see [CONFIG_v1.md])_ |
52-
| 0.2.X, 1.0.X | 2 _(current version)_ |
49+
| grok_exporter | config_version |
50+
| -------------------------- | -------------- |
51+
| ≤ 0.1.4 | 1 |
52+
| 0.2.X, 1.0.X | 2 |
5353

5454
The `retention_check_interval` is the interval at which `grok_exporter` checks for expired metrics. By default, metrics don't expire so this is relevant only if `retention` is configured explicitly with a metric. The `retention_check_interval` is optional, the value defaults to `53s`. The default value is reasonable for production and should not be changed. This property is intended to be used in tests, where you might not want to wait 53 seconds until an expired metric is cleaned up. The format is described in [How to Configure Durations] below.
5555

@@ -547,7 +547,6 @@ How to Configure Durations
547547
* `5m`: 5 minutes
548548
549549
[example/config.yml]: example/config.yml
550-
[CONFIG_v1.md]: CONFIG_v1.md
551550
[How to Configure Durations]: #how-to-configure-durations
552551
[logstash-patterns-core repository]: https://github.com/logstash-plugins/logstash-patterns-core
553552
[pre-defined patterns]: https://github.com/logstash-plugins/logstash-patterns-core/tree/master/patterns

CONFIG_v1.md

Lines changed: 0 additions & 303 deletions
This file was deleted.

0 commit comments

Comments
 (0)