Skip to content

Commit

Permalink
Fixed build failure
Browse files Browse the repository at this point in the history
Signed-off-by: Krishna Kondaka <[email protected]>
  • Loading branch information
Krishna Kondaka committed Aug 13, 2024
1 parent e255ca5 commit 7e4b608
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class AggregateProcessorConfig {
@JsonProperty("aggregated_events_tag")
private String aggregatedEventsTag;

@JsonPropertyDescription("A Data Prepper conditional expression (https://opensearch.org/docs/latest/data-prepper/pipelines/expression-syntax/), such as '/some-key == \"test\"', that will be evaluated to determine whether the processor will be run on the event."
@JsonPropertyDescription("A Data Prepper conditional expression (https://opensearch.org/docs/latest/data-prepper/pipelines/expression-syntax/), such as '/some-key == \"test\"', that will be evaluated to determine whether the processor will be run on the event.")
@JsonProperty("aggregate_when")
private String whenCondition;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class TailSamplerAggregateActionConfig {
@NotNull
private Duration waitPeriod;

@JsonPropertyDescription("Percent value to use for sampling non error events. 0.0 < percent < 100.0"")
@JsonPropertyDescription("Percent value to use for sampling non error events. 0.0 < percent < 100.0")
@JsonProperty("percent")
@NotNull
private Integer percent;
Expand Down

0 comments on commit 7e4b608

Please sign in to comment.