Choreo Connect Analytics Configuration Catalog¶
This document describes all the configurations related to analytics that are used in WSO2 Choreo Connect.
Instructions for use¶
Select the configuration sections, parameters, and values that are required for your use and add them to the config.toml
file located in <CHOREO-CONNECT_HOME>/docker-compose/choreo-connect/conf/.
See the example .toml file given below.
# This is an example .toml file.
[analytics]
enabled = true
[analytics.enforcer.configProperties]
authURL = "$env{analytics_authURL}"
authToken = "$env{analytics_authToken}"
Enable Analytics¶
Adapter Configurations for Analytics¶
Enforcer configurations for Analytics¶
Enforcer Log Receiver Configurations for Analytics¶
[analytics.enforcer.LogReceiver]
port
integer Required
18090
maxMessageSize
integer
1000000000
maxHeaderLimit
integer
8192
keepAliveTime
integer
600
Enforcer Log Receiver Pool Configurations for Analytics¶
[analytics.enforcer.LogReceiver.threadPool]
coreSize
integer
10
maxSize
integer Required
100
keepAliveTime
integer
600
queueSize
integer
1000