summary refs log tree commit diff
path: root/nixos/modules/services/monitoring/prometheus/exporters/json.nix
Commit message (Collapse)AuthorAge
* nixos/prometheus-exporters: minor doc improvementsMaximilian Bosch2021-01-03
| | | | | | | | | * Content of `programlisting` shouldn't be indented, otherwise it's weirdly indented in the output. * Use `<xref linkend=.../>` in the release notes: then users can directly go to the option documentation when reading release notes. * Don't use docbook tags in `mkRemovedOptionModule`: it's only used during evaluation where docbook isn't rendered.
* nixos/prometheus-json-exporter: update modules & tests, add release notesWilliButz2021-01-02
|
* nixos/prometheus-*-exporter: escape shell argsMartin Milata2020-03-06
|
* nixos/prometheus-exporters: use DynamicUser by defaultWilliButz2019-08-02
| | | | Only define seperate users and groups when necessary.
* nixos/prometheus-exporters: refactor imports, replace 'with lib;'WilliButz2019-07-22
| | | | | Pass through 'options' to exporter definitions and replace 'with lib;' by explicit function imports.
* nixos/prometheus-exporters: rewrite and restructureWilliButz2018-03-22
- prometheus exporters are now configured with `services.prometheus.exporters.<name>` - the exporters are now defined by attribute sets from which the options for each exporter are generated - most of the exporter definitions are used unchanged, except for some changes that should't have any impact on the functionality.