- Jul 02, 2018
-
-
Frederic Branczyk authored
-
Frederic Branczyk authored
-
Frederic Branczyk authored
-
- Jul 01, 2018
-
-
Tamal Saha authored
-
Frederic Branczyk authored
-
- Jun 30, 2018
-
-
Tamal Saha authored
-
- Jun 28, 2018
-
-
Frederic Branczyk authored
-
Or Sela authored
-
Frederic Branczyk authored
-
Frederic Branczyk authored
-
- Jun 27, 2018
-
-
Frederic Branczyk authored
kube-prometheus/Makefile: Change target output from files to folder
-
Frederic Branczyk authored
-
Frederic Branczyk authored
-
- Jun 26, 2018
-
-
Frederic Branczyk authored
RemoteWriteSpec Expose QueueConfig Parameters (#1488)
-
- Jun 25, 2018
-
-
Max Leonard Inden authored
Previously the `manifests` and `vendor` folder content has been build via `manifests/**` and `vendor/**` target definitions. This results in two issues: 1. The GNU Make recipe is executed for every single file in the folders. 2. Not all timestamps inside the `manifests` folder would be updated on every run, thereby needing to be rerun on all following target executions. Solution: 1. Define the target based on the folder, not individual files 2. Remove target folder before execution recipe to ensure all timestamps are updated.
-
Frederic Branczyk authored
-
- Jun 22, 2018
-
-
Frederic Branczyk authored
-
- Jun 18, 2018
-
-
Frederic Branczyk authored
-
- Jun 15, 2018
-
-
Max Inden authored
kube-prometheus: Run node-exporter in host network
-
Max Leonard Inden authored
Node exporter needs to run in the host network, not in the pod network in order to pick up network metrics of the node.
-
- Jun 14, 2018
-
-
Frederic Branczyk authored
-
- Jun 12, 2018
-
-
Frederic Branczyk authored
*: Refactor build system
-
Max Leonard Inden authored
- Move prometheus-config-reloader to cmd/ - Refactor Makefile & contrib/kube-prometheus/Makefile - Only execute a target if its dependencies changed - Create empty target file for docker builds - Replace promu with plain static `go build`
-
Frederic Branczyk authored
kube-prometheus: Use 1 ConfigMap per Grafana dashboard
-
Frederic Branczyk authored
-
- Jun 11, 2018
-
-
Frederic Branczyk authored
NodeDiskRunningFull ignore etc files mountpoints
-
- Jun 07, 2018
-
-
Frederic Branczyk authored
-
Frederic Branczyk authored
-
Frederic Branczyk authored
*: Use all jsonnet from master branch
-
Frederic Branczyk authored
Added section about grafana config
-
Frederic Branczyk authored
-
- Jun 06, 2018
-
-
Dmitry Mishin authored
-
Frederic Branczyk authored
-
- Jun 05, 2018
-
-
Aleksandar Topuzovic authored
-
Aleksandar Topuzovic authored
* Ignores '/etc/resolv.conf', '/etc/hosts' and '/etc/hostname' mountpoints * Otherwise 3 additional alerts are generated
-
Max Leonard Inden authored
-
Frederic Branczyk authored
-
Frederic Branczyk authored
-
- Jun 04, 2018
-
-
Max Leonard Inden authored
89fc4e306972604eba2dcb961a6d29cc27a668ad introduced the new Prometheus rule file custom resource definition. This patch adjusts the kube-prometheus project to use the new custom resource definition.
-
Max Inden authored
kube-prometheus: Remove duplicate unused files
-