Class: DatadogAPIClient::V2::AggregatedHighScriptEval
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AggregatedHighScriptEval
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/aggregated_high_script_eval.rb
Overview
Aggregated high script evaluation detection grouped by source.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#avg_duration ⇒ Object
readonly
Average script evaluation duration in nanoseconds.
-
#avg_forced_style_layout ⇒ Object
readonly
Average forced style/layout duration in nanoseconds.
-
#fingerprint ⇒ Object
readonly
Unique fingerprint identifying this detection group.
-
#impact_score ⇒ Object
readonly
Impact score combining view frequency and duration severity.
-
#instance_count ⇒ Object
readonly
Total number of detection instances across sampled views.
-
#invoker_type ⇒ Object
readonly
Type of invoker that triggered the script evaluation.
-
#source_category ⇒ Object
Category of the script source.
-
#source_function_name ⇒ Object
readonly
Name of the function that triggered the high script evaluation.
-
#source_url ⇒ Object
URL of the script that triggered the high script evaluation.
-
#view_occurrences ⇒ Object
readonly
Number of sampled views where this detection occurred.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
54 55 56 |
# File 'lib/datadog_api_client/v2/models/aggregated_high_script_eval.rb', line 54 def additional_properties @additional_properties end |
#avg_duration ⇒ Object
Average script evaluation duration in nanoseconds.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/aggregated_high_script_eval.rb', line 25 def avg_duration @avg_duration end |
#avg_forced_style_layout ⇒ Object
Average forced style/layout duration in nanoseconds.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/aggregated_high_script_eval.rb', line 28 def avg_forced_style_layout @avg_forced_style_layout end |
#fingerprint ⇒ Object
Unique fingerprint identifying this detection group.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/aggregated_high_script_eval.rb', line 31 def fingerprint @fingerprint end |
#impact_score ⇒ Object
Impact score combining view frequency and duration severity.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/aggregated_high_script_eval.rb', line 34 def impact_score @impact_score end |
#instance_count ⇒ Object
Total number of detection instances across sampled views.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/aggregated_high_script_eval.rb', line 37 def instance_count @instance_count end |
#invoker_type ⇒ Object
Type of invoker that triggered the script evaluation.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/aggregated_high_script_eval.rb', line 40 def invoker_type @invoker_type end |
#source_category ⇒ Object
Category of the script source.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/aggregated_high_script_eval.rb', line 43 def source_category @source_category end |
#source_function_name ⇒ Object
Name of the function that triggered the high script evaluation.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/aggregated_high_script_eval.rb', line 46 def source_function_name @source_function_name end |
#source_url ⇒ Object
URL of the script that triggered the high script evaluation.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/aggregated_high_script_eval.rb', line 49 def source_url @source_url end |
#view_occurrences ⇒ Object
Number of sampled views where this detection occurred.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/aggregated_high_script_eval.rb', line 52 def view_occurrences @view_occurrences end |