prometheus-pusher

command module
v0.0.0-...-ee45832 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 23, 2024 License: Apache-2.0 Imports: 18 Imported by: 0

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
shared

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL