Sending telemetry config to server (#808)

This commit is contained in:
Igor Gov
2022-02-15 11:08:16 +02:00
committed by GitHub
parent 4197ec198c
commit f7221a7355
3 changed files with 3 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ type MizuAgentConfig struct {
StandaloneMode bool `json:"standaloneMode"`
ServiceMap bool `json:"serviceMap"`
OAS bool `json:"oas"`
Telemetry bool `json:"telemetry"`
Elastic ElasticConfig `json:"elastic"`
}