Class: Datadog::Statsd::Schema::Analyzer::TextFormatter
- Inherits:
-
BaseFormatter
- Object
- BaseFormatter
- Datadog::Statsd::Schema::Analyzer::TextFormatter
- Defined in:
- lib/datadog/statsd/schema/analyzer.rb
Overview
Instance Attribute Summary collapse
- #output ⇒ Object readonly
Attributes inherited from BaseFormatter
#analysis_result, #color, #metrics_analysis, #stderr, #stdout, #total_possible_custom_metrics, #total_unique_metrics
Instance Method Summary collapse
Methods inherited from BaseFormatter
Constructor Details
This class inherits a constructor from Datadog::Statsd::Schema::Analyzer::BaseFormatter
Instance Attribute Details
#output ⇒ Object (readonly)
385 386 387 |
# File 'lib/datadog/statsd/schema/analyzer.rb', line 385 def output @output end |
Instance Method Details
#render ⇒ Object
387 388 389 390 391 |
# File 'lib/datadog/statsd/schema/analyzer.rb', line 387 def render @output = StringIO.new format_analysis_output @output.string end |