aboutsummaryrefslogtreecommitdiff
path: root/nixos/doc
diff options
context:
space:
mode:
authorWilliButz <wbutz@cyberfnord.de>2019-09-06 21:40:27 +0200
committerWilliButz <wbutz@cyberfnord.de>2019-09-06 21:55:23 +0200
commitbb620662253c58ad39d1db268168f048e8dab3fc (patch)
treec83013e003143d7d9b2f1f1bc1622c2b784ab313 /nixos/doc
parent283d9a09427e8a13111a943409f6963b983c9f7f (diff)
nixos/prometheus: remove prometheus1 module, rename prometheus2
Prometheus 1 is no longer supported, instead 'services.prometheus' now configures the Prometheus 2 service.
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-1909.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1909.xml b/nixos/doc/manual/release-notes/rl-1909.xml
index e38dd8b1285..ee3b0358152 100644
--- a/nixos/doc/manual/release-notes/rl-1909.xml
+++ b/nixos/doc/manual/release-notes/rl-1909.xml
@@ -464,7 +464,14 @@
<literal>packetbeat5</literal>) of the ELK-stack and Elastic beats have been removed.
</para>
</listitem>
-
+ <listitem>
+ <para>
+ For NixOS 19.03, both Prometheus 1 and 2 were available to allow for
+ a seamless transition from version 1 to 2 with existing setups.
+ Because Prometheus 1 is no longer developed, it was removed.
+ Prometheus 2 is now configured with <literal>services.prometheus</literal>.
+ </para>
+ </listitem>
</itemizedlist>
</section>