Skip to content

Commit

Permalink
updated api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KalmanMeth committed May 11, 2023
1 parent 445f6f4 commit 6fb67f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,13 +195,13 @@ Following is the supported API format for specifying metrics aggregations:

<pre>
aggregates:
defaultExpiryTime: default time duration of data aggregation to perform rules
defaultExpiryTime: default time duration of data aggregation to perform rules (default: 2 minutes)
rules: list of aggregation rules, each includes:
name: description of aggregation result
groupByKeys: list of fields on which to aggregate
operationType: sum, min, max, count, avg or raw_values
operationKey: internal field on which to perform the operation
expiryTime: time interval over which to perform the operation (default: 2 minutes
expiryTime: time interval over which to perform the operation
</pre>
## Connection tracking API
Following is the supported API format for specifying connection tracking:
Expand Down

0 comments on commit 6fb67f9

Please sign in to comment.