chore: refactor (#3295)

This commit is contained in:
Kevin Wan
2023-05-28 21:31:36 +08:00
committed by GitHub
parent 1b5946346e
commit b92e706ce1
3 changed files with 3 additions and 4 deletions

View File

@@ -17,7 +17,6 @@ type Config struct {
// For example
// /v1/traces
OtlpHttpPath string `json:",optional"`
// Disabled indicates whether StartAgent should be called when starting the server.
Disabled bool
// Disabled indicates whether StartAgent starts the agent.
Disabled bool `json:",optional"`
}