## Description Adds some go runtime diagnostics tracking to load testing, including some trace regioning. Unfortunately, I couldn't find any third party trace library that didn't depend on a sidecar server to sample against the application on. Therefore, just starting with something basic. ## Type of change - [x] 🤖 Test ## Issue(s) * #902 ## Test Plan - [x] 💪 Manual - [x] 💚 E2E
27 lines
349 B
Plaintext
27 lines
349 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# IDE
|
|
.vscode
|
|
*.swp
|
|
|
|
# Standard configuration file names
|
|
.corso_test.toml
|
|
.corso.toml
|
|
|
|
# Build directories
|
|
/bin
|
|
/docker/bin
|
|
/website/dist
|
|
|
|
*/test_results/** |