summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorJakub Sokołowski <jakub@status.im>2022-01-08 11:52:36 +0100
committerJakub Sokołowski <jakub@status.im>2022-01-09 13:57:06 +0100
commit7d988867ffbd36a57e5df29611b17bb1c6e905ac (patch)
tree695ceec3f9c1a6ed3d83eacac30d007ab1cc0d13 /nixos/doc
parentd856f24d3ce42d092c69a98a256517b6ceaeb5a1 (diff)
downloadnixpkgs-7d988867ffbd36a57e5df29611b17bb1c6e905ac.tar
nixpkgs-7d988867ffbd36a57e5df29611b17bb1c6e905ac.tar.gz
nixpkgs-7d988867ffbd36a57e5df29611b17bb1c6e905ac.tar.bz2
nixpkgs-7d988867ffbd36a57e5df29611b17bb1c6e905ac.tar.lz
nixpkgs-7d988867ffbd36a57e5df29611b17bb1c6e905ac.tar.xz
nixpkgs-7d988867ffbd36a57e5df29611b17bb1c6e905ac.tar.zst
nixpkgs-7d988867ffbd36a57e5df29611b17bb1c6e905ac.zip
mtr-exporter: init at 0.1.0 (3ce854a5)
This is a useful utility for monitoring network performance over time
using a combination of MTR and Prometheus. Also adding a service definition.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2205.section.xml7
-rw-r--r--nixos/doc/manual/release-notes/rl-2205.section.md2
2 files changed, 9 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
index c389d19de14..74308b24b65 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
@@ -98,6 +98,13 @@
       </listitem>
       <listitem>
         <para>
+          <link xlink:href="https://github.com/mgumz/mtr-exporter">mtr-exporter</link>,
+          a Prometheus exporter for mtr metrics. Available as
+          <link xlink:href="options.html#opt-services.mtr-exporter.enable">services.mtr-exporter</link>.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           <link xlink:href="https://tetrd.app">tetrd</link>, share your
           internet connection from your device to your PC and vice versa
           through a USB cable. Available at
diff --git a/nixos/doc/manual/release-notes/rl-2205.section.md b/nixos/doc/manual/release-notes/rl-2205.section.md
index c5da4acb87d..4979aff0595 100644
--- a/nixos/doc/manual/release-notes/rl-2205.section.md
+++ b/nixos/doc/manual/release-notes/rl-2205.section.md
@@ -31,6 +31,8 @@ In addition to numerous new and upgraded packages, this release has the followin
 
 - [maddy](https://maddy.email), a composable all-in-one mail server. Available as [services.maddy](options.html#opt-services.maddy.enable).
 
+- [mtr-exporter](https://github.com/mgumz/mtr-exporter), a Prometheus exporter for mtr metrics. Available as [services.mtr-exporter](options.html#opt-services.mtr-exporter.enable).
+
 - [tetrd](https://tetrd.app), share your internet connection from your device to your PC and vice versa through a USB cable. Available at [services.tetrd](#opt-services.tetrd.enable).
 
 ## Backward Incompatibilities {#sec-release-22.05-incompatibilities}