Commit Graph

719 Commits

Author SHA1 Message Date
Franz Pletz
32bdee9489
Merge pull request #157209 from MostAwesomeDude/prometheus-closure 2022-02-15 14:46:27 +01:00
Martin Weinelt
4387ecec59
Merge pull request #159696 from r-ryantm/auto-update/prometheus-nextcloud-exporter 2022-02-14 23:22:55 +01:00
R. Ryantm
9d798e5103 prometheus-nextcloud-exporter: 0.4.0 -> 0.5.0 2022-02-14 21:49:16 +01:00
Bobby Rong
53e29859c3
Merge pull request #159778 from r-ryantm/auto-update/sql_exporter
prometheus-sql-exporter: 0.4.0 -> 0.4.2
2022-02-14 19:46:49 +08:00
Martin Weinelt
2b8ac0e964
Merge pull request #159722 from r-ryantm/auto-update/pihole-exporter 2022-02-13 22:32:32 +01:00
Martin Weinelt
dc495b2e15
Merge pull request #159780 from r-ryantm/auto-update/statsd_exporter 2022-02-13 22:19:50 +01:00
Mario Rodas
a05d8ba322
Merge pull request #159697 from r-ryantm/auto-update/promscale
promscale: 0.8.0 -> 0.9.0
2022-02-13 09:33:36 -05:00
R. Ryantm
32a7f9da13 prometheus-statsd-exporter: 0.20.2 -> 0.22.2 2022-02-13 07:35:24 +00:00
R. Ryantm
d1138e94e1 prometheus-sql-exporter: 0.4.0 -> 0.4.2 2022-02-13 07:27:24 +00:00
R. Ryantm
df066e9f06 prometheus-bird-exporter: 1.2.6 -> 1.4.0 2022-02-12 22:15:35 -08:00
Martin Weinelt
1eb1e3bf95
prometheus-pihole-exporter: 0.1.1 -> 0.2.0
https://github.com/eko/pihole-exporter/releases/tag/v0.2.0
2022-02-13 03:21:05 +01:00
R. Ryantm
009b76d8e6 prometheus-pihole-exporter: 0.0.11 -> 0.1.1 2022-02-13 02:13:55 +00:00
R. Ryantm
bfcd989454 promscale: 0.8.0 -> 0.9.0 2022-02-13 00:19:34 +00:00
R. Ryantm
9720874192 prometheus-json-exporter: 0.3.0 -> 0.4.0 2022-02-13 00:08:18 +00:00
Franz Pletz
5efa1bce17
prometheus-alertmanager: 0.21.0 -> 0.23.0 2022-02-09 15:12:24 +01:00
R. Ryantm
64b39305ae prometheus-redis-exporter: 1.34.1 -> 1.35.0 2022-02-06 16:58:08 -08:00
Corbin
f3cc015b87 prometheus: Optionally remove more service discovery.
Almost all service discovery can now be disabled, except for DNS-,
HTTP-, and file-based service discovery, which do not appear to include
extra code in the binary.

Before this change, bin/prometheus was about 38M and bin/promtool was
51M. Now, bin/prometheus is about 31M and bin/promtool is about 44M.
Assuming all service discovery is disabled, of course.
2022-02-06 15:16:27 -08:00
Corbin
175cc7efd2 prometheus: Optionally remove service discovery.
I read this hilarious blog post:

https://wejick.wordpress.com/2022/01/29/can-i-have-a-smaller-prometheus/

We can have a smaller Prometheus too. This patch allows users to remove
service discovery for five public clouds (AWS, Azure, DigitalOcean, GCP,
and Linode) and also Kubernetes, simply by setting the corresponding
enable-flag to `false`. I have tested building with each flag as I added
it to the list. I also tested running with all six flags set to `false`,
and the resulting Prometheus can still handle my orthogonal
service-discovery configuration (files).

To meet Adam Savage's definition of science, I measured the size of the
`prometheus` and `promtool` binaries after adding each flag with
`ls -h`.

flag          | prometheus | promtool
--------------|------------|----------
starting size | 84M        | 74M
AWS           | 72M        | 61M
Azure         | 71M        | 61M
GCE           | 64M        | 53M
k8s           | 40M        | 53M
DO            | 39M        | 52M
Linode        | 38M        | 51M

I did not go as far as the blog post. If folks want, I'll make the rest
of the service discovery optional too.

I did not shrink the build closure, just the output closure; we still
pull all of the various vendored modules into the Nix store during
builds. I don't see how to do this in a neat or easy way.
2022-01-28 15:58:32 -08:00
Maximilian Bosch
46d4c9e6a4
prometheus-postgres-exporter: 0.10.0 -> 0.10.1
ChangeLog: https://github.com/prometheus-community/postgres_exporter/releases/tag/v0.10.1
2022-01-28 23:29:46 +01:00
R. Ryantm
3b6c07fb36 prometheus-redis-exporter: 1.33.0 -> 1.34.1 2022-01-24 21:38:36 +00:00
0x4A6F
44dceeb0ef
promscale: enable checks 2022-01-19 00:11:44 +01:00
0x4A6F
47d0f19a57
promescale: 0.7.1 -> 0.8.0 2022-01-18 23:42:14 +01:00
Roosembert Palacios
8efd3bacc2
prometheus-bind-exporter: 0.4.0 -> 0.5.0
Signed-off-by: Roosembert Palacios <roosemberth@posteo.ch>
2022-01-11 07:45:39 +01:00
Maximilian Bosch
f562adfab8
prometheus-openldap-exporter: 2.1.4 -> 2.2.0
ChangeLog: https://github.com/tomcz/openldap_exporter/releases/tag/v2.2.0
2022-01-02 13:35:55 +01:00
zowoq
36b5fc4b36 buildGoModule packages: remove unnecessary runVend 2022-01-01 15:55:33 +10:00
Jörg Thalheim
41ed5dc048
Merge pull request #152212 from K900/prometheus-fix
prometheus: build with node 14
2021-12-28 09:55:47 +00:00
K900
b117c46188 prometheus: build with node 14
node2nix is still broken on 16.

see: 4c60ee3da1
2021-12-26 14:03:07 +03:00
R. Ryantm
cb2ee2dc83 prometheus-redis-exporter: 1.32.0 -> 1.33.0 2021-12-24 10:03:05 +00:00
Graham Christensen
d3aee09b99 prometheus-fastly-exporter: 6.1.0 -> 7.0.1 2021-12-20 10:50:29 -05:00
Tom Herbers
7ea4ffd640
prometheus-mikrotik-exporter: 2020-02-10 -> 2021-08-10 2021-12-13 23:44:59 +01:00
Maximilian Bosch
c7b1cff390
Merge pull request #149226 from r-ryantm/auto-update/redis_exporter
prometheus-redis-exporter: 1.29.0 -> 1.32.0
2021-12-10 12:14:04 +01:00
Jörg Thalheim
d9e5ac7f68
Merge pull request #149619 from r-ryantm/auto-update/node_exporter
prometheus-node-exporter: 1.3.0 -> 1.3.1
2021-12-08 14:54:40 +00:00
James Guthrie
1f8a8bd75a promscale: 0.6.2 -> 0.7.1 2021-12-08 14:43:07 +01:00
R. Ryantm
73a4286e3b prometheus-node-exporter: 1.3.0 -> 1.3.1 2021-12-08 13:18:25 +00:00
R. Ryantm
44f97f94e3 prometheus-redis-exporter: 1.29.0 -> 1.32.0 2021-12-07 03:37:05 +00:00
Martin Weinelt
0c008f9c0d
Merge pull request #147056 from mweinelt/smartctl-exporter 2021-12-05 03:00:48 +01:00
YI
6da3d9a749 prometheus-node-exporter: 1.2.2 -> 1.3.0 2021-11-26 00:59:12 +08:00
Martin Weinelt
0f4340da1d
prometheus-smartctl-exporter: init at unstable-2020-11-14
Includes a rebased version of
https://github.com/prometheus-community/smartctl_exporter/pull/18 which
collided with other patchsets.
2021-11-23 11:30:23 +01:00
Martin Weinelt
37fa1e7c1d treewide: pass and inherit writeShellScript in node2nix packages 2021-11-16 16:08:23 +01:00
Bas van Dijk
3e019f7577
Merge pull request #141477 from eyJhb/prometheus-2.3.3
prometheus: 2.27.1 -> 2.30.3
2021-11-07 15:02:53 +01:00
R. Ryantm
da665b7e6e prometheus-redis-exporter: 1.23.1 -> 1.29.0 2021-10-29 03:28:46 +00:00
eyjhb
c319107a93
prometheus: 2.27.1 -> 2.30.3 2021-10-22 17:24:35 +02:00
0x4A6F
5753211e2b
promscale: 0.6.0 -> 0.6.2 2021-10-20 21:37:20 +02:00
eyjhb
7051b2014b
prometheus-node-exporter: 1.1.2 -> 1.2.2 2021-10-11 22:02:16 +02:00
Alexandre Iooss
0b6148fae9 prometheus-openvpn-exporter: mark as broken
Prometheus OpenVPN exporter has been broken since OpenVPN 2.5.0 changed
the format of the datetime to ISO8601. After submitting an issue to
upstream, the upstream decided to no longer maintain this exporter.
2021-10-07 10:19:55 +02:00
0x4A6F
b095376aab
promscale: 0.5.1 -> 0.6.0 2021-09-30 22:46:39 +02:00
Graham Christensen
6c88e85807
Merge pull request #133726 from deshaw/fastly-exporter
prometheus-fastly-exporter: init at v6.1.0
2021-09-27 11:09:33 -04:00
Bernardo Meurer
91874d9239
prometheus-unbound-exporter: unstable-2021-03-17 -> unstable-2021-09-18 2021-09-22 16:37:53 -07:00
Souvik Sen
2f669293bf prometheus-fastly-exporter: init at v6.1.0 2021-09-21 04:05:18 -04:00
zowoq
3360a376cb buildGoModule: warn if buildFlagsArray is used 2021-08-26 21:35:06 +10:00
zowoq
13ea123c74 treewide: buildFlagsArray -> ldflags 2021-08-26 21:35:06 +10:00
zowoq
e6494966dd treewide: buildFlagsArray -> ldflags 2021-08-26 15:43:28 +10:00
Martin Weinelt
6b77988f96
treewide: prometheus_client -> prometheus-client 2021-08-26 02:21:59 +02:00
Maximilian Bosch
5e37ccce7d
prometheus-knot-exporter: 2020-01-30 -> 2021-08-21
The only change that is relevant for us is that my Knot fix is now part
of the repo itself[1], so no need apply a patch anymore.

[1] b18eb7db73
2021-08-23 12:29:22 +02:00
Simon Bruder
f115e51587
prometheus-fritzbox-exporter: 1.0-32-g90fc0c5 -> unstable-2021-04-13
This also changes the derivation to use buildGoModule instead of the
legacy buildGoPackage and updates the homepage meta URL to point to the
fork we use.
2021-08-20 23:07:39 +02:00
R. RyanTM
4c1f5a6391 promscale: 0.4.1 -> 0.5.1 2021-08-17 15:07:34 +00:00
Robert Hensing
a201246bac treewide: runCommandNoCC -> runCommand in generated code
This has been synonymous for ~5y.

Note that many of these runCommand bindings are unused, but that's
ok for generated code.
2021-08-15 17:36:41 +02:00
zowoq
b2fe4752a4 prometheus-postfix-exporter: buildFlags -> tags 2021-08-08 10:17:23 +10:00
zowoq
4db0983ae4 prometheus: buildFlags{,Array} -> ldflags, tags 2021-08-08 10:17:23 +10:00
Sandro
dbe5054806
Merge pull request #131944 from SuperSandro2000/cleanup 2021-07-29 13:31:35 +00:00
Sandro Jäckel
aaae1445d1
prometheus.node-exporter: cleanup 2021-07-29 15:09:02 +02:00
Sandro
7b055521ba
Merge pull request #131523 from Stunkymonkey/servers-pname-version 2021-07-29 12:48:18 +00:00
Sandro Jäckel
a2758d5a99
influxdb-exporter: format, cleanup 2021-07-29 14:19:26 +02:00
Maximilian Bosch
f7fb107bf2
prometheus-postgres-exporter: 0.9.0 -> 0.10.0
ChangeLog: https://github.com/prometheus-community/postgres_exporter/releases/tag/v0.10.0
2021-07-29 12:48:18 +02:00
Franz Pletz
8f40f574f8
Merge pull request #131578 from mweinelt/influxdb-exporter
prometheus-influxdb-exporter: init at 0.8.0
2021-07-28 19:47:06 +02:00
Felix Buehler
a56d117bdb servers: replace name with pname&version 2021-07-26 20:15:46 +02:00
Maximilian Bosch
dadbcdfa3e
prometheus-mysqld-exporter: add version info 2021-07-26 14:19:57 +02:00
Martin Weinelt
41724be4e6
prometheus-influxdb-exporter: init at 0.8.0 2021-07-26 13:14:43 +02:00
Felix Buehler
5a5972100a prometheus-jmx-httpserver: deprecate phases 2021-07-24 23:08:56 +02:00
Sandro
00d3b398b5
Merge pull request #131188 from Ma27/bump-openldap-exporter
prometheus-openldap-exporter: 2.1 -> 2.1.4
2021-07-23 18:40:00 +02:00
Maximilian Bosch
c078dbc307
prometheus-openldap-exporter: 2.1 -> 2.1.4
ChangeLogs:
* https://github.com/tomcz/openldap_exporter/releases/tag/v2.1.1
* https://github.com/tomcz/openldap_exporter/releases/tag/v2.1.2
* https://github.com/tomcz/openldap_exporter/releases/tag/v2.1.3
* https://github.com/tomcz/openldap_exporter/releases/tag/v2.1.4
2021-07-23 08:34:35 +02:00
happysalada
0eaa40b01d prometheus: disable tests for now 2021-07-23 10:20:06 +09:00
happysalada
56ceaa6c8b prometheus: nixpkgs-fmt 2021-07-23 10:20:06 +09:00
Martin Milata
39331740f8 prometheus-lnd-exporter: unstable-2020-12-04 -> unstable-2021-03-26 2021-07-12 00:56:16 +02:00
ajs124
ff78b89b37
Merge pull request #129287 from helsinki-systems/upd/prometheus-mysqld-exporter
prometheus-mysqld-exporter: 0.12.1 -> 0.13.0
2021-07-05 21:11:51 +02:00
R. RyanTM
502618f5f9 prometheus-bird-exporter: 1.2.5 -> 1.2.6 2021-07-05 12:55:24 +00:00
ajs124
60396b1a6c prometheus-mysqld-exporter: 0.12.1 -> 0.13.0
https://github.com/prometheus/mysqld_exporter/blob/master/CHANGELOG.md#0130--2021-05-18
2021-07-05 02:36:18 +02:00
Maximilian Bosch
722e5ccfea
prometheus-node-exporter: fix version info (#126580)
Closes #126359
2021-06-12 20:33:06 -04:00
Luke Granger-Brown
91fb672b21
Merge pull request #125573 from Flakebi/prometheus-script-exporter
prometheus-script-exporter: init at 1.2.0
2021-06-07 01:59:41 +01:00
Flakebi
d83bd16a2e
prometheus-script-exporter: init at 1.2.0 2021-06-06 22:42:45 +02:00
Flakebi
5e5a3c39ed nixos/prometheus: add process exporter 2021-06-06 08:17:25 +09:00
0x4A6F
5cd69bbe7c
promscale: 0.3.0 -> 0.4.1 2021-05-28 17:21:10 +02:00
Sandro Jäckel
131700c100
prometheus-pihole-exporter: init at 0.0.11 2021-05-24 04:04:06 +02:00
Jonathan Ringer
14f3686af1
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
  pkgs/applications/terminal-emulators/alacritty/default.nix
  pkgs/servers/clickhouse/default.nix
2021-05-20 09:12:42 -07:00
Martin Weinelt
de89bddf7e
prometheus: 2.26.0 -> 2.27.1
Fixes an open redirect vulnerability on the /new endpoint.
https://github.com/prometheus/prometheus/security/advisories/GHSA-vx57-7f4q-fpc7

https://github.com/prometheus/prometheus/releases/tag/v2.27.1
https://github.com/prometheus/prometheus/releases/tag/v2.27.0

Fixes: CVE-2021-29622
2021-05-19 13:10:47 +02:00
github-actions[bot]
7000ae2b9a
Merge master into staging-next 2021-05-19 00:55:36 +00:00
Martin Weinelt
4c798857e2
Merge pull request #100274 from hax404/prometheus-xmpp-alerts 2021-05-19 01:36:28 +02:00
Jonathan Ringer
ca46ad3762
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
  pkgs/tools/package-management/cargo-release/default.nix
2021-05-18 11:03:38 -07:00
Pavol Rusnak
f877d11022
Merge pull request #123495 from stephank/fix-prometheus-unbound-exporter-darwin
prometheus-unbound-exporter: fix darwin build
2021-05-18 18:46:54 +02:00
Jonathan Ringer
f7a112f6c4
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
  pkgs/applications/graphics/emulsion/default.nix
  pkgs/development/tools/misc/texlab/default.nix
  pkgs/development/tools/rust/bindgen/default.nix
  pkgs/development/tools/rust/cargo-udeps/default.nix
  pkgs/misc/emulators/ruffle/default.nix
  pkgs/tools/misc/code-minimap/default.nix
2021-05-18 08:57:16 -07:00
Stéphan Kochen
9284a2b99f prometheus-wireguard-exporter: fix darwin build 2021-05-18 13:11:45 +02:00
Stéphan Kochen
5b9bef75e1 prometheus-unbound-exporter: fix darwin build 2021-05-18 13:08:23 +02:00
github-actions[bot]
78ae7ac75e
Merge staging-next into staging 2021-05-15 06:22:25 +00:00
WilliButz
94b2848559
Merge pull request #91663 from mweinelt/kea-exporter
prometheus-kea-exporter: init at 0.4.1
2021-05-14 14:38:08 +02:00
Martin Weinelt
dd7e1834ca
nixos/tests/prometheus-exporters.kea: init 2021-05-14 14:09:19 +02:00
zowoq
004f8cd986 Merge staging-next into staging 2021-05-14 16:32:43 +10:00
Georg Haas
41f448f2fc
prometheus-xmpp-alerts: 0.4.2 -> 0.5.1 2021-05-13 23:30:06 +02:00
Martin Weinelt
7944ea7b66
prometheus-kea-exporter: init at 0.4.2 2021-05-12 21:51:44 +02:00
Robin Gloster
64d226fc60
prometheus-varnish-exporter: unstable-2020-03-26 -> 1.6 2021-05-11 17:57:46 -05:00
Robin Gloster
0a75e25dac
prometheus-statsd-exporter: 0.9.0 -> 0.20.2 2021-05-11 17:57:46 -05:00
Robin Gloster
a9ffa5dc2a
prometheus-snmp-exporter: 0.19.0 -> 0.20.0 2021-05-11 17:57:46 -05:00
Robin Gloster
1ea614c3de
prometheus-smokeping-prober: 0.3.1 -> 0.4.2 2021-05-11 17:57:45 -05:00
Robin Gloster
ee87b5df96
prometheus-redis-exporter: 1.7.0 -> 1.23.1 2021-05-11 17:57:45 -05:00
Robin Gloster
a9683cd227
prometheus-rabbitmq-exporter: 1.0.0-RC7.1 -> 1.0.0-RC8 2021-05-11 17:57:36 -05:00
Robin Gloster
9b37635200
prom2json: 0.1.0 -> 1.3.0 2021-05-11 00:28:27 -05:00
Robin Gloster
50ab1fff13
prometheus-process-exporter: 0.7.1 -> 0.7.5 2021-05-11 00:23:06 -05:00
Robin Gloster
060286ebda
prometheus-openvpn-exporter: 2017-05-15 -> 0.3.0 2021-05-11 00:10:09 -05:00
Robin Gloster
117e2d44fc
prometheus-node-exporter: 1.0.1 -> 1.1.2 2021-05-11 00:02:02 -05:00
Robin Gloster
7b9e1e61c0
prometheus-nginxlog-exporter: 1.8.0 -> 1.9.0 2021-05-11 00:01:36 -05:00
Robin Gloster
c2c6f3f626
prometheus-nginx-exporter: 0.8.0 -> 0.9.0 2021-05-10 23:50:59 -05:00
Robin Gloster
ea3a0bfb2e
prometheus-mesos-exporter: 0.1.0 -> 1.1.2 2021-05-10 23:43:29 -05:00
Robin Gloster
b3c592bf08
prometheus-json-exporter: 0.2.0 -> 0.3.0 2021-05-10 23:36:39 -05:00
Robin Gloster
21bf56687d
prometheus-jmx-httpserver: 0.10 -> 0.15.0 2021-05-10 23:26:36 -05:00
Robin Gloster
3c6f3ff2ff
prometheus-haproxy-exporter: 0.8.0 -> 0.12.0 2021-05-10 23:26:04 -05:00
Robin Gloster
aca47a34b1
prometheus-gitlab-ci-pipelines-exporter: 0.2.5 -> 0.4.9 2021-05-10 23:13:12 -05:00
Robin Gloster
0a71442949
prometheus-domain-exporter: 1.10.0 -> 1.11.0 2021-05-10 23:08:38 -05:00
Robin Gloster
91ea6382fa
prometheus-collectd-exporter: 0.3.1 -> 0.5.0 2021-05-10 22:55:43 -05:00
Robin Gloster
7ea82280af
prometheus-blackbox-exporter: 0.18.0 -> 0.19.0 2021-05-10 22:55:19 -05:00
Robin Gloster
8a697bdc73
prometheus-bird-exporter: 1.2.5-git -> 1.2.5
The previous version of 1.3.5-git was a typo and supposed to be
1.2.5-git, this updates to the subsequent stable release.
2021-05-10 22:39:13 -05:00
Robin Gloster
ef7d945193
prometheus-bind-exporter: unstable -> 0.4.0 2021-05-10 22:35:22 -05:00
Robin Gloster
6a66ae84d4
prometheus-aws-s3-exporter: 0.3.0 -> 0.4.1 2021-05-10 22:34:52 -05:00
Robin Gloster
e7a09b6cb2
prometheus-artifactory-exporter: 1.9.0 -> 1.9.1 2021-05-10 22:28:40 -05:00
Robin Gloster
5b3634881b
prometheus: 2.23.0 -> 2.26.0 2021-05-10 22:23:29 -05:00
Daniël de Kok
85f96822a0 treewide: fix cargoSha256/cargoHash
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in
which cargo vendor erroneously changed permissions of vendored
crates. This was fixed in Rust
1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all
cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are
potentially broken.

This change updates cargoSha256/cargoHash tree-wide.

Fixes #121994.
2021-05-08 00:36:37 -07:00
Maximilian Bosch
82f4538ebd
prometheus-wireguard-exporter: 3.4.2 -> 3.5.0
ChangeLog: https://github.com/MindFlavor/prometheus_wireguard_exporter/releases/tag/3.5.0
2021-05-05 23:00:02 +02:00
Maximilian Bosch
75c5a703ab
prometheus-knot-exporter: add patch to fix stats
This is a patch I filed against upstream[1] a while ago. As it isn't
merged yet and fixes configurations with all stats enabled in knot
(otherwise it'd crash when sending a request to `localhost:9433`), I
decided that it makes sense to add it to the package directly.

I extended the test to make sure that it only passes with this patch.

[1] https://github.com/ghedo/knot_exporter/pull/6
2021-05-03 17:27:36 +02:00
Sandro Jäckel
da858b16b8
nixos/tests/prometheus-exporters: add unbound test
Author: WilliButz <willibutz@posteo.de>
2021-04-29 06:19:30 +02:00
Sandro Jäckel
e7947f3efb
prometheus-unbound-exporter: init at unstable-2021-03-17 2021-04-24 08:59:15 +02:00
R. RyanTM
12b2b8ba2b promscale: 0.2.1 -> 0.3.0 2021-04-11 14:06:09 +00:00
Pavol Rusnak
073fbba9bf
Merge pull request #89267 from mmilata/bitcoin-exporter
nixos/prometheus-bitcoin-exporter: init
2021-04-06 00:08:33 +02:00
Martin Milata
dbb07aba88 prometheus-bitcoin-exporter: init at 0.5.0 2021-04-05 23:50:42 +02:00
Martin Milata
6840746f2d nixos/prometheus-domain-exporter: init 2021-04-04 22:25:12 +02:00
Martin Milata
2c76567af3 prometheus-domain-exporter: init at 1.10.0 2021-04-04 22:21:44 +02:00
Maximilian Bosch
4794829734
prometheus-openldap-exporter: init at 2.1 2021-04-02 19:16:50 +02:00
Maximilian Bosch
76fc1ae238
prometheus-postgres-exporter: 0.8.0 -> 0.9.0
ChangeLog: https://github.com/prometheus-community/postgres_exporter/blob/v0.9.0/CHANGELOG.md
2021-03-31 20:31:07 +02:00
Thore
0e17c5767e prometheus-cups-exporter: remove
This exporter is outdated, broken by design and simply shouldn't be packaged.
2021-03-16 16:10:40 +01:00
WilliButz
3971cda05f
Merge pull request #116037 from petabyteboy/feature/jitsi-exporter
prometheus-jitsi-exporter: init at 0.2.18
2021-03-13 13:37:10 +01:00
WilliButz
52fa5e9612
prometheus-jitsi-exporter: reference vm test 2021-03-13 13:02:37 +01:00
Milan
d939a8f20d
prometheus-jitsi-exporter: remove redundant platform attribute
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-13 08:37:33 +01:00
Milan Pässler
942bd5cc2f
prometheus-jitsi-exporter: init at 0.2.18 2021-03-12 11:10:43 +01:00
0x4A6F
db9e9af3ae
promscale: 0.2.0 -> 0.2.1 2021-03-11 21:33:57 +01:00
WilliButz
f5c01cf9d4
Merge pull request #113370 from chkno/prometheus-systemd-exporter-no-flags
prometheus-systemd-exporter: Init at 0.4.0
2021-03-11 19:18:29 +01:00
WilliButz
3ceef8186c
Merge pull request #115185 from Ma27/knot-exporter
prometheus-knot-exporter: init at 2021-01-30; minor module improvements
2021-03-11 18:58:59 +01:00
WilliButz
344b02919e
prometheus-systemd-exporter: fix typo, reference vm test 2021-03-11 18:50:29 +01:00
WilliButz
902a479225
Merge pull request #111364 from lbpdt/feature/prometheus-artifactory-exporter
nixos/prometheus-exporters/artifactory: init at 1.9.0
2021-03-11 18:44:03 +01:00
WilliButz
c62eef5675
prometheus-knot-exporter: reference vm test 2021-03-11 18:39:17 +01:00
Maximilian Bosch
43c560fc4b
prometheus-knot-exporter: fix -unstable- infix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-07 22:12:09 +01:00
Maximilian Bosch
bae2759a37
prometheus-knot-exporter: init at 2020-01-30 2021-03-05 13:06:20 +01:00
Ben Siraphob
98f26993f2 treewide: remove stdenv where not needed 2021-03-04 19:54:50 +07:00
Ben Siraphob
e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
Chuck
83de9e2d12 prometheus-systemd-exporter: Init at 0.4.0 2021-02-18 09:56:45 -08:00
Louis Blin
458fafa8fc nixos/prometheus-exporters/artifactory: init at 1.9.0
Adds a Prometheus exporter to scrape metrics from the API of JFrog
Artifactory instances.
2021-02-11 15:56:58 +00:00
Finn Behrens
54da964882 prometheus-flow-exporter: init at 1.1.1 2021-02-10 14:29:05 +01:00
Mario Rodas
817961941c
Merge pull request #112040 from r-ryantm/auto-update/pushgateway
prometheus-pushgateway: 1.3.1 -> 1.4.0
2021-02-08 20:34:05 -05:00
Sandro
35c35e485e
Merge pull request #112436 from 0x4A6F/master-promscale
promscale: 0.1.4 -> 0.2.0
2021-02-09 00:25:24 +01:00
0x4A6F
f5f512512e
promscale: 0.1.4 -> 0.2.0
This release adds support for TimescaleDB 2.0 multinode. This means all of TimescaleDB 2.0 features are now fully supported. This also means that Promscale now supports horizontal scalability across the entire stack!

This release also includes performance improvements and bug fixes.

At a high-level, this release:
- Adds support for Multinode TimescaleDB.
- Improved promQL query latency by 4x in some cases.
- Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings.
- Fixed metrics produced by Promscale itself
- PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags)
- Added configuration for query timeout and default step interval
- Improved UX

Notes for people upgrading from 0.1.4 and before
- The CLI and ENV option install-timescaledb was renamed to install-extension
- Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available.
- We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds.

Prom-Migrator
- Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seen some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-08 21:54:32 +00:00
R. RyanTM
96270247ae prometheus-pushgateway: 1.3.1 -> 1.4.0 2021-02-05 15:05:35 +00:00
github-actions[bot]
2137c13b40
Merge master into staging-next 2021-01-27 12:24:05 +00:00
Sandro
ad97ca4e51
Merge pull request #110912 from siraben/stdenv-lib-inherit
treewide: remove inherited stdenv.lib
2021-01-27 10:28:55 +01:00
Ben Siraphob
3bbad8b041 treewide: remove inherited stdenv.lib 2021-01-27 12:44:43 +07:00
github-actions[bot]
c994c9d31e
Merge master into staging-next 2021-01-26 18:27:09 +00:00
Maximilian Bosch
44b2058671
Merge pull request #110778 from WilliButz/update/prometheus-nextcloud-exporter/0.4.0
prometheus-nextcloud-exporter: 0.3.0 -> 0.4.0
2021-01-26 18:51:27 +01:00
github-actions[bot]
a127deeb88
Merge master into staging-next 2021-01-25 18:52:08 +00:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
WilliButz
80e077f5f2
prometheus-nextcloud-exporter: 0.3.0 -> 0.4.0 2021-01-25 15:12:26 +01:00
Maximilian Bosch
e0cb821651
Merge pull request #110247 from r-ryantm/auto-update/pushgateway
prometheus-pushgateway: 1.3.0 -> 1.3.1
2021-01-22 22:33:58 +01:00
R. RyanTM
799804ca62 prometheus-pushgateway: 1.3.0 -> 1.3.1 2021-01-21 00:27:47 +00:00
Bruno Bigras
0125a4c171 sql_exporter: 0.3.0 -> 0.4.0 2021-01-20 14:45:54 -05:00
WilliButz
1c224b957f
prometheus-nextcloud-exporter: 0.1.0 -> 0.3.0
https://github.com/xperimental/nextcloud-exporter/releases/tag/v0.3.0

Co-authored-by: ajs124 <git@ajs124.de>
2021-01-17 15:25:18 +01:00
Sandro
19e8aa6f13
Merge pull request #109495 from cole-h/rabbitmq-exporter
prometheus-rabbitmq-exporter: 0.25.2 -> 1.0.0-RC7.1
2021-01-17 11:07:59 +01:00
Cole Helbling
8216d34b02
prometheus-rabbitmq-exporter: 0.25.2 -> 1.0.0-RC7.1
Otherwise, the root certificate from cloudAMQP is unsupported.
2021-01-16 14:29:51 -08:00
Ben Siraphob
872973d7d1 pkgs/servers: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Maximilian Bosch
f67a67a83d
prometheus-wireguard-exporter: 3.3.0 -> 3.4.2 2021-01-10 14:16:09 +01:00
WilliButz
d539517f2b
prometheus-json-exporter: unstable-2017-10-06 -> 0.2.0 2021-01-02 13:10:27 +01:00
WilliButz
0587d518db
Merge pull request #107891 from lukegb/smokeping-prober
prometheus-smokeping-prober: init at 0.3.1 from git
2021-01-01 16:08:20 +01:00
Luke Granger-Brown
699e402705 prometheus-bird-exporter: init at 1.3.5-git 2021-01-01 04:43:59 +00:00
0x4A6F
f41125d2cf
promscale: 0.1.3 -> 0.1.4
This release contains official support for TimescaleDB 2.0 (single-node) as well as various bug fixes and code cleanup.

Please note that multinode support is still in alpha and automatic upgrades of multinode deployments to future versions is not yet guaranteed (we hope to support this starting with the next release). Please only use multimode deployments for testing only.

Notes for people upgrading from 0.1.3:
- The dropChunk property in the Promscale Helm chart is renamed to maintenance. The drop-chunks CRON job is now renamed to maintenance, you will need to replace the dropChunk.schedule value with maintenance.schedule.

Notes for multinode deployments
- This should only be used for testing, not production deployments
  - In particular, we are not guaranteeing upgrades from 0.1.4 to future versions in multinode deployments.
- All nodes have to be added to the cluster before starting Promscale; adding nodes afterwards is not yet supported.
2020-12-29 20:23:47 +00:00
Luke Granger-Brown
2c329d7954 prometheus-smokeping-prober: init at 0.3.1 from git 2020-12-29 18:59:51 +00:00
Maximilian Bosch
b33b086506
prometheus: gross hack to fix linker flags for versioning info
Apparently the handling of `buildFlagsArray` in `buildGo*` is blatantly
broken since it doesn't quote flags specified as list elements properly.

Because of that, the `-ldflags` are not interpreted properly and
`prometheus --version` doesn't output anything useful. By specifying
flags in both `buildFlags` and `buildFlagsArray` the issue gets fixed
since both variables are passed to `go install`.
2020-12-23 16:38:29 +01:00
Maximilian Bosch
5a26fb3c98
prometheus: 2.22.2 -> 2.23.0
ChangeLog: https://github.com/prometheus/prometheus/releases/tag/v2.23.0

* Applied a patch to fix a regression in release 2.23[1].

[1] https://github.com/prometheus/prometheus/issues/8144
2020-12-23 14:40:05 +01:00
Pavol Rusnak
c03280f9ca
Merge pull request #107343 from mmilata/lndmon-201202
prometheus-lnd-exporter: unstable-2020-01-09 -> unstable-2020-12-04
2020-12-22 21:07:00 +01:00
Maximilian Güntner
65fd031277
nixos: add prometheus_nginxlog_exporter module + test 2020-12-21 21:23:39 +01:00
Martin Milata
31e7bbc902 prometheus-lnd-exporter: unstable-2020-01-09 -> unstable-2020-12-04 2020-12-21 20:59:52 +01:00
Maximilian Güntner
ce7608d6e7
nginxlog-exporter: 1.3.0 -> 1.8.0 2020-12-20 23:33:30 +01:00
0x4A6F
e8237c8f94
promscale: 0.1.2 -> 0.1.3 2020-12-11 00:24:07 +00:00
Ollie Charles
1675b11cd4 Remove myself from maintainers sets
Unfortunately I can't reliably commit time to nixpkgs, so I would like to remove myself from being a formal maintainer for these packages.
2020-12-07 14:30:37 +00:00
Philipp Riegger
77f87c1ca2 prometheus-nginx-exporter: 0.6.0 -> 0.8.0 2020-11-30 23:12:47 +01:00
zowoq
20f3e3a02b prometheus: 2.22.1 -> 2.22.2
https://github.com/prometheus/prometheus/releases/tag/v2.22.2
2020-11-19 08:10:42 +10:00
Marek Mahut
b724532d59
Merge pull request #102746 from r-ryantm/auto-update/process-exporter
prometheus-process-exporter: 0.5.0 -> 0.7.1
2020-11-10 12:31:27 +01:00
0x4A6F
42a115422d
promscale: 0.1.1 -> 0.1.2 2020-11-09 20:53:04 +00:00
Maximilian Bosch
68726901e1
Merge pull request #94673 from justinas/prom-sql-exporter
prometheus-sql-exporter: init at 0.3.0
2020-11-06 17:00:47 +01:00
Sergey Lukjanov
7a8b30fb60 prometheus: 2.20.1 -> 2.22.1 2020-11-05 10:09:44 -08:00
R. RyanTM
c21a04cab9 prometheus-process-exporter: 0.5.0 -> 0.7.1 2020-11-04 10:30:18 +00:00
Pavol Rusnak
2c931312ce treewide: simplify rev/repo arguments in src
+ use fetchFromGithub where possible
2020-11-01 23:02:24 -08:00
WilliButz
a3c16e973a
Merge pull request #102094 from Frostman/blackbox-exporter-0.18.0
blackbox-exporter: 0.17.0 -> 0.18.0
2020-10-30 15:11:58 +01:00
Martin Weinelt
fd7beaceae
Merge pull request #102101 from Frostman/prometheus-pushgateway-1.3.0
prometheus-pushgateway: 1.2.0 -> 1.3.0
2020-10-30 00:17:05 +01:00
Sergey Lukjanov
4e3da4adc8 blackbox-exporter: 0.17.0 -> 0.18.0 2020-10-29 13:48:17 -07:00
Sergey Lukjanov
bd31e0dd0b prometheus-pushgateway: 1.2.0 -> 1.3.0 2020-10-29 13:38:50 -07:00
Andreas Rammhold
b64d91e92e
promscale: 0.1.0 -> 0.1.1
Changelog:
 - Add QueryRow to our connection interface
 - Add SQL API for managing metric compression setting
 - Add code documentation for query/read path of the connector
 - Adds support for checking pg version on startup
 - BUGFIX reset pendingBuffer epoch when we're done
 - Epoch-Based cache validation
 - First pass documenting the write path
 - Fix bug with deletion of metric name labels.
 - Fix erroneous PromQL query in end-to-end tests
 - Fix error reporting to prevent panic
 - Fix golden file tests
 - Fix logging output to match rest of the project
 - Fix views on Vanilla PG and add tests
 - Make example docker-compose clearer (#305)
 - Mask password while printing config
 - Prepare for the 0.1.1 release
 - Prepare for the next development cycle
 - REFACTOR rearrange mocks
 - REFACTOR switch TestPGXInserterInsertData to the new mock
 - REFACTOR switch TestPGXInserterInsertSeries to the new mock
 - Start a pgmodel Readme

Source: https://github.com/timescale/promscale/releases/tag/0.1.1
2020-10-29 10:02:35 +01:00
Linus Heckemann
da5209c89f
Merge pull request #101343 from WilliButz/update/prometheus-snmp-exporter/0.19.0
prometheus-snmp-exporter: 0.18.0 -> 0.19.0
2020-10-28 16:13:56 +01:00
lewo
7c84c74897
Merge pull request #101328 from r-ryantm/auto-update/consul_exporter
prometheus-consul-exporter: 0.6.0 -> 0.7.1
2020-10-25 08:09:44 +01:00
WilliButz
993437d0d6
Merge pull request #96511 from Zopieux/rtl_433_prom
Add rtl_433 Prometheus exporter
2020-10-23 23:24:38 +02:00
Alexandre Macabies
af28dac3ac prometheus-rtl_433-exporter: init at 641a1f5 2020-10-23 20:33:35 +02:00
WilliButz
1c90c5bcc4
prometheus-snmp-exporter: 0.18.0 -> 0.19.0
https://github.com/prometheus/snmp_exporter/releases/tag/v0.19.0
2020-10-22 11:31:33 +02:00
R. RyanTM
c9b63049fd prometheus-consul-exporter: 0.6.0 -> 0.7.1 2020-10-22 07:01:49 +00:00
Ben Siraphob
683a87dbeb treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
Justinas Stankevicius
01762fec0a prometheus-sql-exporter: init at 0.3.0 2020-10-11 23:36:10 +03:00
Martin Weinelt
9c56eb009a
Merge pull request #99875 from 0x4A6F/master-promscale
promscale: 0.1.0-beta.5 -> 0.1.0
2020-10-08 20:10:31 +02:00
0x4A6F
1b131e903a
promscale: 0.1.0-beta.5 -> 0.1.0
Upgrade to [0.1.0](https://github.com/timescale/promscale/releases/tag/0.1.0).
2020-10-06 16:04:00 +00:00
0x4A6F
04a8c8aa24
timescale-prometheus -> promscale: 0.1.0-beta.4 -> 0.1.0-beta.5
Rename to upgraded [promscale 0.1.0-beta.5](https://github.com/timescale/promscale/releases/tag/0.1.0-beta.5).
2020-09-30 14:35:29 +00:00
zowoq
d81c805b6f prometheus-process-exporter: use upstream vendor 2020-09-08 16:32:39 +10:00
zowoq
7670725ac5 prometheus-aws-s3-exporter: use upstream vendor 2020-09-08 16:32:39 +10:00
Florian Klink
40d2968ebf
Merge pull request #94354 from flokli/systemd-246
systemd: 245.6 -> 246
2020-08-24 12:42:24 +02:00
WilliButz
876396cac0
prometheus: 2.19.3 -> 2.20.1, fix thanos test 2020-08-20 11:14:43 +02:00
zowoq
0052523a18 maintainers: 1000101 -> _1000101 2020-08-18 07:59:48 +10:00
zowoq
a83a88db05 buildGoPackage: remove platform.all from packages 2020-08-15 19:34:47 -07:00
zowoq
42313b92bc buildGoModule: remove platform.all from packages 2020-08-15 19:34:47 -07:00
Florian Klink
e5a0c1cec1 postfix-exporter: use lib.getLib systemd instead of systemd.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:41 +02:00
zowoq
264475ce5b buildGoModule packages: remove doCheck = true 2020-08-10 16:02:36 +10:00
zowoq
cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
Mario Rodas
79246a95c4
prometheus: 2.19.2 -> 2.19.3 2020-07-30 04:20:00 -05:00
Matt Layher
703c75f4a9
prometheus-modemmanager-exporter: init at 0.1.0
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2020-07-16 14:36:52 -04:00
Sergey Lukjanov
9967b8036a prometheus: 2.19.1 -> 2.19.2 2020-06-26 15:06:05 -07:00
Maximilian Bosch
a111712fe5
Merge pull request #91115 from Frostman/blackbox-exporter-0.17.0
blackbox-exporter: 0.16.0 -> 0.17.0
2020-06-19 22:47:58 +02:00
Maximilian Bosch
649b039a4e
Merge pull request #90729 from WilliButz/exporter-passthru-tests
prometheus-exporters: expose tests in exporter definitions
2020-06-19 22:10:26 +02:00
Sergey Lukjanov
6570e4a03f blackbox-exporters: add Frostman to maintainers 2020-06-19 11:26:13 -07:00
Sergey Lukjanov
75d7d42b5c blackbox-exporter: 0.16.0 -> 0.17.0 2020-06-19 11:25:36 -07:00
Philipp Riegger
674b914181 prometheus: 2.18.1 -> 2.19.1 2020-06-19 15:22:02 +00:00
Ryan Mulligan
c87f619edd
Merge pull request #90483 from r-ryantm/auto-update/consul_exporter
prometheus-consul-exporter: 0.3.0 -> 0.6.0
2020-06-19 06:01:08 -07:00
WilliButz
7449a3274e
prometheus-exporters: expose tests in exporter definitions 2020-06-18 12:48:55 +02:00
WilliButz
57a3249994
Merge pull request #90662 from srhb/redis-exporter
prometheus-redis-exporter: init at 1.7.0
2020-06-18 11:25:23 +02:00
Sarah Brofeldt
ac3a50122b prometheus-redis-exporter: add eskytthe to maintainers 2020-06-18 11:13:25 +02:00
Sarah Brofeldt
544ba1db6f prometheus-redis-exporter: init at 1.7.0 2020-06-18 11:13:25 +02:00
Sergey Lukjanov
30efcbccff alertmanager: add Frostman to maintainers 2020-06-17 11:38:00 -07:00
Sergey Lukjanov
7449170e6b alertmanager: 0.20.0 -> 0.21.0 2020-06-17 11:37:38 -07:00
Jörg Thalheim
f1051678e6
prometheus-mail-exporter: 2019-07-14 -> 2020-07-16 2020-10-02 10:08:54 +02:00
Maximilian Bosch
06e6300fe1
Merge pull request #90634 from r-ryantm/auto-update/mysqld_exporter
prometheus-mysqld-exporter: 0.11.0 -> 0.12.1
2020-06-17 01:24:27 +02:00
R. RyanTM
147dff2b5d prometheus-mysqld-exporter: 0.11.0 -> 0.12.1 2020-06-16 19:38:27 +00:00
Sergey Lukjanov
b3fa11fa3e node-exporter: 1.0.0 -> 1.0.1 2020-06-16 08:10:24 -07:00
R. RyanTM
2791806a33 prometheus-consul-exporter: 0.3.0 -> 0.6.0 2020-06-15 13:31:31 +00:00
volth
54c4223e55 treewide: central.maven.org -> repo1.maven.org 2020-06-12 14:26:08 +00:00
Martin Milata
0a5eab2692 prometheus-lnd-exporter: init at unstable-2020-01-09 2020-06-11 18:22:53 +02:00
WilliButz
016a538f71
Merge pull request #89810 from mdlayher/mdl-keylight-exporter
prometheus-keylight-exporter: init at 0.1.1
2020-06-11 15:14:17 +02:00
Matt Layher
51da4293f5 prometheus-keylight-exporter: remove unnecessary goPackagePath
Co-authored-by: zowoq <59103226+zowoq@users.noreply.github.com>
2020-06-10 12:17:21 -04:00
Matt Layher
77ca582d91 prometheus-keylight-exporter: init at 0.1.1 2020-06-08 10:23:44 -04:00
Matt Layher
9748384ba9
prometheus-apcupsd-exporter: fix maintainers list
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2020-06-08 10:16:54 -04:00
Matt Layher
0342bd2218
prometheus-apcupsd-exporter: unstable-2019-03-14 -> 0.2.0
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2020-06-08 10:06:07 -04:00
Mario Rodas
de87548705
Merge pull request #88965 from Frostman/snmp_exporter-0.18.0
snmp_exporter: 0.17.0 -> 0.18.0
2020-05-28 21:13:18 -05:00
Sergey Lukjanov
43d46b15b7 snmp_exporter: add Frostman to maintainers 2020-05-26 12:11:40 -07:00