···125125 <link linkend="opt-services.prometheus.exporters.buildkite-agent.enable">services.prometheus.exporters.buildkite-agent</link>.
126126 </para>
127127 </listitem>
128128+ <listitem>
129129+ <para>
130130+ <link xlink:href="https://github.com/prometheus/influxdb_exporter">influxdb-exporter</link>
131131+ a Prometheus exporter that exports metrics received on an
132132+ InfluxDB compatible endpoint is now available as
133133+ <link linkend="opt-services.prometheus.exporters.influxdb.enable">services.prometheus.exporters.influxdb</link>.
134134+ </para>
135135+ </listitem>
128136 </itemizedlist>
129137 </section>
130138 <section xml:id="sec-release-21.11-incompatibilities">
+2
nixos/doc/manual/release-notes/rl-2111.section.md
···39394040- [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).
41414242+- [influxdb-exporter](https://github.com/prometheus/influxdb_exporter) a Prometheus exporter that exports metrics received on an InfluxDB compatible endpoint is now available as [services.prometheus.exporters.influxdb](#opt-services.prometheus.exporters.influxdb.enable).
4343+4244## Backward Incompatibilities {#sec-release-21.11-incompatibilities}
43454446- The `staticjinja` package has been upgraded from 1.0.4 to 3.0.1
···2233python3Packages.buildPythonApplication rec {
44 pname = "usbsdmux";
55- version = "0.2.0";
55+ version = "0.2.1";
6677 src = python3Packages.fetchPypi {
88 inherit pname version;
99- sha256 = "sha256-ydDUSqBTY62iOtWdgrFh2qrO9LMi+OCYIw5reh6uoIA=";
99+ sha256 = "sha256-gCxwR5jxzkH22B6nxBwAd0HpwWMIj/zp5VROJ0IWq7c=";
1010 };
11111212 # usbsdmux is not meant to be used as an importable module and has no tests