Kind | Description | Pricing |
---|---|---|
Reactor | Push metrics to Prometheus PushGateway | FREE |
Export metrics to Prometheus via PushGateway.
It assumes that the format of the Unit’s output respects the Prometheus Exporter format.
---
apiVersion: kubirds.com/v1
kind: Reactor
metadata:
name: prometheus-pusher
namespace: default
spec:
unitSelector:
unit-output-format: prometheus
image:
name: linksociety/kubirds-reactor-prometheus-pusher:latest
pullPolicy: Always
command: prometheus-pusher
env:
- name: PROMETHEUS_PUSHGATEWAY
valueFrom:
secretKeyRef:
name: prometheus-pushgateway
key: URL