Skip to content

Commit

Permalink
Format the code
Browse files Browse the repository at this point in the history
Signed-off-by: gaobinlong <[email protected]>
  • Loading branch information
gaobinlong committed Sep 29, 2024
1 parent 1dd6759 commit 477ec5a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,8 @@ private String registerAgent() {
+ "[{\\\"feature_name\\\":\\\"test\\\",\\\"feature_enabled\\\":true,"
+ "\\\"aggregation_query\\\":{\\\"test\\\":{\\\"sum\\\":{\\\"field\\\":\\\"value\\\"}}}}],\\\"category_field\\\":[\\\"ip\\\"]},"
+ " and here are the mapping info containing all the fields in the index ${indexInfo.indexName}: ${indexInfo.indexMapping}, "
+ "and the optional aggregation methods are count, avg, min, max and sum. Please give me some suggestion about creating an anomaly detector "
+ "for the index ${indexInfo.indexName}, "
+ "and the optional aggregation methods are count, avg, min, max and sum. Please give me some suggestion about "
+ "creating an anomaly detector for the index ${indexInfo.indexName}, "
+ "you need to give the key information: the top 3 suitable aggregation fields which are numeric types and "
+ "the suitable aggregation method for each field, "
+ "if there are no numeric type fields, both the aggregation field and method are empty string, "
Expand Down

0 comments on commit 477ec5a

Please sign in to comment.