Commit Graph

11 Commits

Author SHA1 Message Date
85ed597711 fixes for prod 2023-10-12 16:14:05 -07:00
40b5a3d26f small reorg, some improvements, readme updates
- fix hemtt config to copy example
- add measurements table in Readme
- ENTITY COUNTS
  - re add side tags
  - use `side group _x` for units and players
  - fix players_connected and add headless_clients
- get `_allUserInfos = allUsers apply {getUserInfo _x} select {count _x > 0};` from main loop and use in entity counts and player performance
2023-10-10 18:17:18 -07:00
4ec9e007df minor readme update 2023-10-10 14:05:49 -07:00
9f94e43ebc github workflow 2023-10-10 01:37:59 -07:00
176320fd88 add build dockerfile for linux, adjust for influx reconnect, readme 2023-10-10 01:05:25 -07:00
dc822c4c93 MAJOR rework
- 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
2023-10-10 00:44:50 -07:00
ce0e63bb51 meta info updates 2023-07-10 08:52:49 -07:00
b7b9c89dc2 fix RPT spam, allow re-init of capture, change to spawn loop, fix setvar
- add readme too
2023-04-18 17:14:04 -07:00
258774f763 Updated ReadMe Quick Note 2023-04-02 12:31:55 -05:00
e72e58f2a4 Submit initial Working Version of RangerMetrics 2023-04-02 12:29:41 -05:00
670355169d first commit 2023-04-02 12:24:52 -05:00