Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Commit 402e053

Browse files
committed
Regen docs
1 parent cdb4605 commit 402e053

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/config.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Metrictank comes with an [example main config file](https://github.com/grafana/m
44
a [storage-schemas.conf file](https://github.com/grafana/metrictank/blob/master/scripts/config/storage-schemas.conf) and
55
a [storage-aggregation.conf file](https://github.com/grafana/metrictank/blob/master/scripts/config/storage-aggregation.conf)
66

7-
The files themselves are well documented, but for your convenience, they are replicated below.
7+
The files themselves are well documented, but for your convenience, they are replicated below.
88

99
Config values for the main ini config file can also be set, or overridden via environment variables.
1010
They require the 'MT_' prefix. Any delimiter is represented as an underscore.
@@ -24,8 +24,8 @@ MT_KAFKA_MDM_IN_DATA_DIR: /your/data/dir # MT_<section_title>_<setting_name>
2424
# Metrictank.ini
2525

2626

27-
sample config for metrictank
28-
the defaults here match the default behavior.
27+
sample config for metrictank
28+
the defaults here match the default behavior.
2929
## misc ##
3030

3131
```
@@ -456,7 +456,7 @@ match-cache-size = 1000
456456
# (note in particular that if you remove archives here, we will no longer read from them)
457457
# * Retentions must be specified in order of increasing interval and retention
458458
# * The reorderBuffer an optional buffer that temporarily keeps data points in memory as raw data and allows insertion at random order. The specified value is how many datapoints, based on the raw interval specified in the first defined retention, should be kept before they are flushed out. This is useful if the metric producers cannot guarantee that the data will arrive in order, but it is relatively memory intensive. If you are unsure whether you need this, better leave it disabled to not waste memory.
459-
#
459+
#
460460
# A given rule is made up of at least 3 lines: the name, regex pattern, retentions and optionally the reorder buffer size.
461461
# The retentions line can specify multiple retention definitions. You need one or more, space separated.
462462
#
@@ -525,3 +525,4 @@ aggregationMethod = avg,min,max
525525
```
526526

527527
This file is generated by [config-to-doc](https://github.com/grafana/metrictank/blob/master/scripts/dev/config-to-doc.sh)
528+

0 commit comments

Comments
 (0)