0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nixos/prometheus/exporters: fix documentation link formatting

This commit is contained in:
dish 2025-02-12 11:19:46 -05:00 committed by Valentin Gagarin
parent f2ed072641
commit fa7399c650
2 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@ in
Mutually exclusive with `configuration` option. Mutually exclusive with `configuration` option.
Configuration reference: https://github.com/mrlhansen/idrac_exporter/#configuration Configuration reference: <https://github.com/mrlhansen/idrac_exporter/#configuration>
''; '';
}; };
configuration = mkOption { configuration = mkOption {
@ -38,7 +38,7 @@ in
description = '' description = ''
Configuration for iDRAC exporter, as a nix attribute set. Configuration for iDRAC exporter, as a nix attribute set.
Configuration reference: https://github.com/mrlhansen/idrac_exporter/#configuration Configuration reference: <https://github.com/mrlhansen/idrac_exporter/#configuration>
Mutually exclusive with `configurationPath` option. Mutually exclusive with `configurationPath` option.
''; '';

View file

@ -40,7 +40,7 @@ in
All settings of nginxlog expressed as an Nix attrset. All settings of nginxlog expressed as an Nix attrset.
Check the official documentation for the corresponding YAML Check the official documentation for the corresponding YAML
settings that can all be used here: https://github.com/martin-helmich/prometheus-nginxlog-exporter settings that can all be used here: <https://github.com/martin-helmich/prometheus-nginxlog-exporter>
The `listen` object is already generated by `port`, `listenAddress` and `metricsEndpoint` and The `listen` object is already generated by `port`, `listenAddress` and `metricsEndpoint` and
will be merged with the value of `settings` before writing it as JSON. will be merged with the value of `settings` before writing it as JSON.