summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorCole Helbling <cole.helbling@determinate.systems>2021-07-15 10:37:54 -0700
committerCole Helbling <cole.e.helbling@outlook.com>2021-07-19 08:35:58 -0700
commit88fb6d25d87f5ff6e75d471809bb61463e1c5cc6 (patch)
tree7f230a0882377124b138dcae4c0b087dc624ea67 /nixos/doc/manual
parentfa09a124a7911e78055288b6d5bb60b8d7e2c06c (diff)
downloadnixpkgs-88fb6d25d87f5ff6e75d471809bb61463e1c5cc6.tar
nixpkgs-88fb6d25d87f5ff6e75d471809bb61463e1c5cc6.tar.gz
nixpkgs-88fb6d25d87f5ff6e75d471809bb61463e1c5cc6.tar.bz2
nixpkgs-88fb6d25d87f5ff6e75d471809bb61463e1c5cc6.tar.lz
nixpkgs-88fb6d25d87f5ff6e75d471809bb61463e1c5cc6.tar.xz
nixpkgs-88fb6d25d87f5ff6e75d471809bb61463e1c5cc6.tar.zst
nixpkgs-88fb6d25d87f5ff6e75d471809bb61463e1c5cc6.zip
nixos/prometheus-buildkite-agent-exporter: init
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2111.section.xml8
-rw-r--r--nixos/doc/manual/release-notes/rl-2111.section.md1
2 files changed, 9 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
index 88d075a9a48..fc1cec16ef9 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
@@ -99,6 +99,14 @@
           <link linkend="opt-services.hockeypuck.enable">services.hockeypuck</link>.
         </para>
       </listitem>
+      <listitem>
+        <para>
+          <link xlink:href="https://github.com/buildkite/buildkite-agent-metrics">buildkite-agent-metrics</link>,
+          a command-line tool for collecting Buildkite agent metrics,
+          now has a Prometheus exporter available as
+          <link linkend="opt-services.prometheus.exporters.buildkite-agent.enable">services.prometheus.exporters.buildkite-agent</link>.
+        </para>
+      </listitem>
     </itemizedlist>
   </section>
   <section xml:id="sec-release-21.11-incompatibilities">
diff --git a/nixos/doc/manual/release-notes/rl-2111.section.md b/nixos/doc/manual/release-notes/rl-2111.section.md
index f7275480ff8..9303393aba3 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -30,6 +30,7 @@ In addition to numerous new and upgraded packages, this release has the followin
 
 - [Hockeypuck](https://github.com/hockeypuck/hockeypuck), a OpenPGP Key Server. Available as [services.hockeypuck](#opt-services.hockeypuck.enable).
 
+- [buildkite-agent-metrics](https://github.com/buildkite/buildkite-agent-metrics), a command-line tool for collecting Buildkite agent metrics, now has a Prometheus exporter available as [services.prometheus.exporters.buildkite-agent](#opt-services.prometheus.exporters.buildkite-agent.enable).
 
 ## Backward Incompatibilities {#sec-release-21.11-incompatibilities}