Christopher Pitstick
Christopher Pitstick
The code that processes Kubernetes events regularly runs a synchronization that causes every single event to trigger an update in a cluster periodically. However, these updates contain no new information....
This PR was closed without a review a few years ago: https://github.com/heptiolabs/eventrouter/pull/54 Event filtering is important for using this system at scale otherwise the data may overwhelm Prometheus or whatever...
Docker script: ``` FROM alpine:3.11 RUN set -x && apk -v --update add --no-cache \ jq \ python3 \ py3-pip \ curl \ ca-certificates ``` Results in ``` + apk...
The Jenkins Prometheus plugin (https://github.com/jenkinsci/prometheus-plugin) gets infrequent updates and frequently has bugs and integration issues. I just returned from KubeCon, and it's clear that Jenkins is widely used by many...