summary refs log tree commit diff
diff options
context:
space:
mode:
authorWilliButz <wbutz@cyberfnord.de>2018-03-12 18:40:37 +0100
committerWilliButz <wbutz@cyberfnord.de>2018-03-22 14:52:22 +0100
commit8a1310122679b1d646a2c753e869f448f6b99796 (patch)
treeea3f1b2d910142baa454835865795e80f33012b9
parentf4d03b5c9cf2b694792dec88e3ca805cf7b43e3c (diff)
downloadnixpkgs-8a1310122679b1d646a2c753e869f448f6b99796.tar
nixpkgs-8a1310122679b1d646a2c753e869f448f6b99796.tar.gz
nixpkgs-8a1310122679b1d646a2c753e869f448f6b99796.tar.bz2
nixpkgs-8a1310122679b1d646a2c753e869f448f6b99796.tar.lz
nixpkgs-8a1310122679b1d646a2c753e869f448f6b99796.tar.xz
nixpkgs-8a1310122679b1d646a2c753e869f448f6b99796.tar.zst
nixpkgs-8a1310122679b1d646a2c753e869f448f6b99796.zip
release notes: add information about prometheus exporters
-rw-r--r--nixos/doc/manual/release-notes/rl-1803.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1803.xml b/nixos/doc/manual/release-notes/rl-1803.xml
index e67f1448466..60c17c60413 100644
--- a/nixos/doc/manual/release-notes/rl-1803.xml
+++ b/nixos/doc/manual/release-notes/rl-1803.xml
@@ -353,7 +353,12 @@ following incompatible changes:</para>
       Use <literal>withOnlyInstalledCommunityModules</literal> for modules that should not be enabled directly, e.g <literal>lib_ldap</literal>.
     </para>
   </listitem>
-
+  <listitem>
+    <para>
+      All prometheus exporter modules are now defined as submodules.
+      The exporters are configured using <literal>services.prometheus.exporters</literal>.
+    </para>
+  </listitem>
 </itemizedlist>
 
 </section>