Packages

Prometheus Pushgateway client

Current section

Files

Jump to
prometheus_push lib prometheus push.ex
Raw

lib/prometheus/push.ex

defmodule Prometheus.Push do
def push(options) do
:prometheus_push.push(options)
end
def add(options) do
:prometheus_push.add(options)
end
def delete(options) do
:prometheus_push.delete(options)
end
end