4d18bda2e1
* First pass solution * Refactor solution * Add test coverage, update tests * Fix behaviour for multiple labels, add test for this * Add recordin rules to devenv prometheus * Update devenv/prometheus2 instead of devenv/prometheus * Add newlines * Fix label matching if labels include comma, add test coverage * Refactor * Refactor, simplify
5 lines
130 B
Docker
5 lines
130 B
Docker
FROM prom/prometheus:v2.7.2
|
|
ADD prometheus.yml /etc/prometheus/
|
|
ADD recording.yml /etc/prometheus/
|
|
ADD alert.yml /etc/prometheus/
|