- improves a lot on the Go side including better config and logging libraries (including log rotation), better internal package distribution, and new a3go functionality to make data transfer more performant - SQF side preprocessing of capture data is now minimal - arrays in hashmap format are sent directly to the extension and parsed there to minimize game impact - CBA custom events are implemented in a better fashion - README update - license change - with performance improvements, the deep customization of integrated metric gathering is removed in return to a single refreshRateMs, defining the interval at which core metrics are captured - peeled back the list of core metrics to the core information used in troubleshooting and benchmarking
22 lines
577 B
JSON
22 lines
577 B
JSON
{
|
|
"influxdb": {
|
|
"enabled": true,
|
|
"host": "http://INFLUX_URL:8086",
|
|
"token": "XXXXXXXXXXXXXXXXXXXXXXXXXXXX_AUTH_TOKEN_XXXXXXXXXXXXXXXXXXXXXXXXXXX",
|
|
"org": "ORG_NAME"
|
|
},
|
|
"arma3": {
|
|
"refreshRateMs": 2000,
|
|
"debug": false,
|
|
"traceLogToFile": false
|
|
},
|
|
"cbaEventHandlers": {
|
|
"milsimServerEfficiency": {
|
|
"eventName": "milsimServerEfficiency",
|
|
"description": "EVENTHANDLER. Tracks the efficiency of the server.",
|
|
"enabled": true,
|
|
"bucket": "server_performance",
|
|
"measurement": "milsim_server_efficiency"
|
|
}
|
|
}
|
|
} |