README ¶ Prometheus Pusher This Sink will send the prometheus metrics push gateway Environment Variables PROMETHEUS_SERVER : Prometheus or Push Gateway URL SKIP_VALIDATION_FAILED : Skip the marshal error for prometheus metric METRICS_LABELS : Configure additional Labels for metrics Example Configuration - name: prometheus-pusher sink: udsink: container: env: - name: SKIP_VALIDATION_FAILED value: "true" - name: "PROMETHEUS_SERVER" value: "pushgateway.monitoring.svc.cluster.local:9091" - name: "METRICS_LABELS" value: "label1=value1,label2=value2" image: quay.io/numaio/numaflow-sink/prometheus-pusher:latest Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go metrics.go payload.go Directories ¶ Show internal Expand all Path Synopsis shared expr Click to show internal directories. Click to hide internal directories.