|
12 | 12 | #
|
13 | 13 | # @param [Hash] clients_config_hash
|
14 | 14 | # Describes how Promtail connects to multiple instances of Loki, sending logs to each.
|
15 |
| -# See https://github.com/grafana/loki/blob/master/docs/clients/promtail/configuration.md |
| 15 | +# See https://github.com/grafana/loki/blob/master/docs/sources/clients/promtail/configuration.md |
16 | 16 | # for all parameters.
|
17 | 17 | #
|
18 | 18 | # @param [Hash] positions_config_hash
|
19 | 19 | # Describes how to save read file offsets to disk.
|
20 |
| -# See https://github.com/grafana/loki/blob/master/docs/clients/promtail/configuration.md |
| 20 | +# See https://github.com/grafana/loki/blob/master/docs/sources/clients/promtail/configuration.md |
21 | 21 | # for all parameters.
|
22 | 22 | #
|
23 | 23 | # @param [Hash] scrape_configs_hash
|
24 | 24 | # Each scrape_config block configures how Promtail can scrape logs from a series of targets
|
25 | 25 | # using a specified discovery method.
|
26 |
| -# See https://github.com/grafana/loki/blob/master/docs/clients/promtail/configuration.md |
| 26 | +# See https://github.com/grafana/loki/blob/master/docs/sources/clients/promtail/configuration.md |
27 | 27 | # for all parameters.
|
28 | 28 | #
|
29 | 29 | # @param [Stdlib::Absolutepath] bin_dir
|
|
41 | 41 | # @param [Optional[Hash]] server_config_hash
|
42 | 42 | # Configures Promtail's behavior as an HTTP server. Defaults will be used if this block
|
43 | 43 | # is omitted.
|
44 |
| -# See https://github.com/grafana/loki/blob/master/docs/clients/promtail/configuration.md |
| 44 | +# See https://github.com/grafana/loki/blob/master/docs/sources/clients/promtail/configuration.md |
45 | 45 | # for all parameters.
|
46 | 46 | #
|
47 | 47 | # @param [Optional[Hash]] target_config_hash
|
48 | 48 | # Configures how tailed targets will be watched. Defaults will be used if this block
|
49 | 49 | # is omitted.
|
50 |
| -# See https://github.com/grafana/loki/blob/master/docs/clients/promtail/configuration.md |
| 50 | +# See https://github.com/grafana/loki/blob/master/docs/sources/clients/promtail/configuration.md |
51 | 51 | # for all parameters.
|
52 | 52 | #
|
53 | 53 | # @param [Optional[Stdlib::Absolutepath]] password_file_path
|
|
0 commit comments