Skip to content

Commit c5b4c6c

Browse files
committed
Document the analytics config params
1 parent a0f1e4b commit c5b4c6c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/deployments/configuration.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1223,6 +1223,26 @@ Using the API:
12231223
}
12241224
```
12251225

1226+
### analytics
1227+
1228+
`analytics_aggregatePeriod` - _Type_: number; _Default_: 60 (seconds)
1229+
1230+
This defines how often recorded metrics in the `system.hdb_raw_analytics` table are aggregated into the `system.hdb_analytics` table. The analytics operations in the operations API exclusively use the aggregated analytics.
1231+
1232+
```yaml
1233+
analytics:
1234+
aggregatePeriod: 60
1235+
```
1236+
1237+
`analytics_replicate` - _Type_: boolean; _Default_: false
1238+
1239+
This defines whether or not the aggregated analytics data in `system.hdb_analytics` should be replicated to the rest of the cluster.
1240+
1241+
```yaml
1242+
analytics:
1243+
replicate: true
1244+
```
1245+
12261246
---
12271247

12281248
### Components

0 commit comments

Comments
 (0)