Class: Contrast::Agent::Telemetry::InputAnalysisEncodingEvent

Inherits:
InputAnalysisEvent show all
Defined in:
lib/contrast/agent/telemetry/input_analysis_encoding_event.rb

Overview

Event to report all gather information from the Input Analysis Cache statistics, hits and misses.

Constant Summary collapse

NAME =
'InputAnalysis encoding event'
PATH =
'/protect_input_analysis_encoding'

Constants inherited from InputAnalysisEvent

Contrast::Agent::Telemetry::InputAnalysisEvent::NOT_APPLICABLE

Instance Attribute Summary

Attributes inherited from InputAnalysisEvent

#fields

Attributes inherited from MetricEvent

#fields

Attributes inherited from Event

#tags

Method Summary

Methods inherited from InputAnalysisEvent

#empty?, #initialize, #name, #path

Methods included from Components::Logger::InstanceMethods

#cef_logger, #logger

Methods inherited from MetricEvent

#empty?, #initialize, #sys_info, #to_controlled_hash

Methods included from Utils::OS

get_system_information, mac?, windows?

Methods included from Components::Scope::InstanceMethods

#contrast_enter_method_scopes!, #contrast_exit_method_scopes!, #with_app_scope, #with_contrast_scope, #with_deserialization_scope, #with_split_scope

Methods inherited from Event

#initialize, #path, #to_controlled_hash

Constructor Details

This class inherits a constructor from Contrast::Agent::Telemetry::InputAnalysisEvent