Module: Prometheus::AlertBufferClient

Defined in:
lib/prometheus/alert_buffer_client.rb,
lib/prometheus/alert_buffer_client/client.rb,
lib/prometheus/alert_buffer_client/version.rb

Overview

Alert Client is a ruby implementation for a Prometheus-alert-buffer client.

Defined Under Namespace

Classes: Client

Constant Summary collapse

VERSION =
'0.3.0'

Class Method Summary collapse

Class Method Details

.client(options = {}) ⇒ Object



10
11
12
# File 'lib/prometheus/alert_buffer_client.rb', line 10

def self.client(options = {})
  Client.new(options)
end