You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/datadog_api_client/v2/models/observability_pipeline_sample_processor.rb
+24-1Lines changed: 24 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,9 @@ module DatadogAPIClient::V2
21
21
classObservabilityPipelineSampleProcessor
22
22
includeBaseGenericModel
23
23
24
+
# Optional list of fields to group events by. Each group will be sampled independently
25
+
attr_reader:group_by
26
+
24
27
# The unique identifier for this component. Used to reference this component in other parts of the pipeline (for example, as the `input` to downstream components).
25
28
attr_reader:id
26
29
@@ -45,6 +48,7 @@ class ObservabilityPipelineSampleProcessor
0 commit comments