class Monitoring::BaseMonitoringRegistry
Base class for the monitoring registry.
Public Class Methods
new(_project_id, _monitored_resource, _gcm_service_address)
click to toggle source
# File lib/fluent/plugin/monitoring.rb, line 57 def initialize(_project_id, _monitored_resource, _gcm_service_address) # no default behavior end
Public Instance Methods
counter(_name, _labels, _docstring, _prefix, _aggregation)
click to toggle source
# File lib/fluent/plugin/monitoring.rb, line 61 def counter(_name, _labels, _docstring, _prefix, _aggregation) BaseCounter.new end
export()
click to toggle source
# File lib/fluent/plugin/monitoring.rb, line 65 def export nil end