module Prometheus::AlertBufferClient
Alert Client
is a ruby implementation for a Prometheus-alert-buffer client.
Alert Client
is a ruby implementation for a Prometheus-alert-buffer client.
Constants
- VERSION
Public Class Methods
client(options = {})
click to toggle source
# File lib/prometheus/alert_buffer_client.rb, line 10 def self.client(options = {}) Client.new(options) end