Commit Graph
1347 Commits
Author SHA1 Message Date
Robert Hensing 89aa0173ca Merge pull request #115075 from siraben/stdenv-cleanup
treewide: remove stdenv where not needed
2021-03-04 15:51:04 +01:00
Ben Siraphob 98f26993f2 treewide: remove stdenv where not needed 2021-03-04 19:54:50 +07:00
Sandro f1c25b73f3 Merge pull request #114911 from Ma27/loki-buildinfo
grafana-loki: add buildinfo
2021-03-03 15:37:10 +01:00
Maximilian Bosch 89aba1d889 grafana-loki: add buildinfo
Otherwise, no version output is shown with `--version` or during log
messages.
2021-03-03 14:36:38 +01:00
Domen Kožar 52041b5d02 remove myself from a bunch of software I no longer use/maintain 2021-03-03 10:50:26 +00:00
Jan Tojnar 913394a1d9 Merge branch 'staging-next' into staging 2021-03-01 19:30:56 +01:00
R. RyanTM 14fa4648be grafana-agent: 0.12.0 -> 0.13.0 2021-02-28 13:33:34 +00:00
Robert Schütz 336c114214 alerta: move to all-packages.nix and use buildPythonApplication 2021-02-28 12:25:52 +01:00
Robert Schütz 3fcd9361b5 alerta-server: move to all-packages.nix and use buildPythonApplication 2021-02-28 12:25:47 +01:00
github-actions[bot] 2fd0f841be Merge staging-next into staging 2021-02-22 00:37:55 +00:00
github-actions[bot] d8f2a7bf5c Merge master into staging-next 2021-02-22 00:37:52 +00:00
R. RyanTM 41c93481cc telegraf: 1.17.2 -> 1.17.3 2021-02-21 22:38:28 +01:00
Ben Siraphob 127733211e treewide: unzip buildInputs to nativeBuildInputs (#112302) 2021-02-20 16:01:53 -05: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
WilliButz a768b12c0c grafana: 7.4.0 -> 7.4.1
https://github.com/grafana/grafana/releases/tag/v7.4.1
2021-02-11 14:50:38 +01:00
Finn Behrens 54da964882 prometheus-flow-exporter: init at 1.1.1 2021-02-10 14:29:05 +01:00
Mario Rodas 90752dfc5a Merge pull request #111838 from r-ryantm/auto-update/sensu-go-agent
sensu-go-agent: 6.1.2 -> 6.2.3
2021-02-08 21:05:25 -05: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
Mario Rodas 9e4f85ae49 Merge pull request #112138 from r-ryantm/auto-update/grafana-agent
grafana-agent: 0.11.0 -> 0.12.0
2021-02-08 20:25:49 -05:00
Mario Rodas e45c657469 Merge pull request #112221 from r-ryantm/auto-update/thanos
thanos: 0.17.2 -> 0.18.0
2021-02-08 20:13:35 -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 0a01ca956b thanos: 0.17.2 -> 0.18.0 2021-02-06 21:51:03 +00:00
R. RyanTM 7cb90ef9bb grafana-agent: 0.11.0 -> 0.12.0 2021-02-06 12:44:24 +00:00
R. RyanTM 96270247ae prometheus-pushgateway: 1.3.1 -> 1.4.0 2021-02-05 15:05:35 +00:00
WilliButz c22ad9c2b6 grafana: 7.3.7 -> 7.4.0
https://github.com/grafana/grafana/releases/tag/v7.4.0
https://github.com/grafana/grafana/releases/tag/v7.4.0-beta1
2021-02-04 15:41:37 +01:00
R. RyanTM 2ba43fb191 sensu-go-agent: 6.1.2 -> 6.2.3 2021-02-03 23:41:28 +00:00
Jörg Thalheim f5e948449d telegraf: 1.17.0 -> 1.17.2 2021-01-31 00:36:29 +01:00
Daniël de Kok 99726bde86 Merge pull request #110867 from LeSuisse/net-snmp-5.9
net-snmp: 5.8 -> 5.9
2021-01-30 11:31:06 +01: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
Thomas Gerbet e95b84e6a1 net-snmp: 5.8 -> 5.9
Fixes CVE-2019-20892.
2021-01-26 18:24:29 +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
Jan Tojnar cc8fd11ffb Merge branch 'master' into staging-next 2021-01-24 20:41:42 +01:00
Ryan Mulligan 96aacddcc5 Merge pull request #110496 from r-ryantm/auto-update/mackerel-agent
mackerel-agent: 0.71.0 -> 0.71.1
2021-01-24 09:42:41 -08:00
Mario Rodas eb41444880 Merge pull request #110463 from r-ryantm/auto-update/do-agent
do-agent: 3.8.0 -> 3.9.0
2021-01-24 11:43:51 -05:00
Jan Tojnar 01ee4ea574 Merge branch 'master' into staging-next 2021-01-24 00:09:45 +01:00
Milan Pässler 7ccc4fd222 alertmanager-bot: 0.4.0 -> 0.4.3 2021-01-23 07:55:46 +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
Sandro 364bfa1e35 Merge pull request #110466 from flokli/grafana-agent-0.11.0
grafana-agent: 0.10.0 -> 0.11.0
2021-01-22 16:07:15 +01:00
R. RyanTM f7e83c30c0 mackerel-agent: 0.71.0 -> 0.71.1 2021-01-22 15:03:29 +00:00
Florian Klink 28f04afdcc grafana-agent: fix rpath
The library is in the `lib` output, not `dev` output.
2021-01-22 13:20:50 +01:00
Florian Klink f227aab6f3 grafana-agent: 0.10.0 -> 0.11.0 2021-01-22 12:31:24 +01:00