go run cmd/swarm-autoconfigure/main.go <NAME> CPUUsageIncrease -property CPUUsage90Percentile -threshold 90
It is required to have the R-server running on localhost on port 6311
install these 2 packages:
install.packages("tolerance")
install.packages("Rserve",,"http://rforge.net")
load and start R-serve
library(Rserve)
Rserve(args="--no-save")
for more info refer to R Serve docs.
- Add the corresponding command line handler to
cmd/autoconfigstrategies
- Add the command line handler object to
cmd/autoconfig.go
- Update these values in config.yml
- jaeger-host
- host
- available-cpu-count
- Update these values in config.yml
- system-name
- docker-compose-file
- service-count
- stack-name
- jaeger-root-service
- jaeger-details-file-path
- k6-script
- services-to-monitor
- Add
jaeger-details-file
informulas/
directory. Follow the rules in the README.md file in theformulas/
directory.