Merge branch 'develop' into rename_cpu_type

This commit is contained in:
Thomas Gruber
2022-05-13 13:25:45 +02:00
committed by GitHub
24 changed files with 1139 additions and 412 deletions

View File

@@ -15,3 +15,9 @@ CONF_DIR=/etc/cc-metric-collector
CONF_FILE=/etc/cc-metric-collector/cc-metric-collector.json
RESTART_ON_UPGRADE=true
# Golang runtime debugging. (see: https://pkg.go.dev/runtime)
# GODEBUG=gctrace=1
# Golang garbage collection target percentage
# GOGC=100