Class: EventTracer::MetricLogger

Inherits:
BasicDecorator show all
Defined in:
lib/event_tracer/metric_logger.rb

Direct Known Subclasses

AppsignalLogger, DatadogLogger, PrometheusLogger

Instance Attribute Summary collapse

Method Summary

Methods inherited from BasicDecorator

#__getobj__, #__setobj__, #fail_result, #initialize, #success_result

Constructor Details

This class inherits a constructor from EventTracer::BasicDecorator

Instance Attribute Details

#allowed_tagsObject (readonly)

Returns the value of attribute allowed_tags.



6
7
8
# File 'lib/event_tracer/metric_logger.rb', line 6

def allowed_tags
  @allowed_tags
end