Class: Aws::PrometheusService::Types::LoggingFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::LoggingFilter
- Defined in:
- gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb
Overview
Filtering criteria that determine which queries are logged.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#qsp_threshold ⇒ Integer
The Query Samples Processed (QSP) threshold above which queries will be logged.
Instance Attribute Details
#qsp_threshold ⇒ Integer
The Query Samples Processed (QSP) threshold above which queries will be logged. Queries processing more samples than this threshold will be captured in logs.
1490 1491 1492 1493 1494 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1490 class LoggingFilter < Struct.new( :qsp_threshold) SENSITIVE = [] include Aws::Structure end |