Removed telemetry (#1208)

This commit is contained in:
RoyIsland
2022-07-19 12:29:48 +03:00
committed by GitHub
parent b3e79ff244
commit efd414a2ed
21 changed files with 1 additions and 182 deletions

View File

@@ -43,7 +43,6 @@ type MizuAgentConfig struct {
AgentDatabasePath string `json:"agentDatabasePath"`
ServiceMap bool `json:"serviceMap"`
OAS OASConfig `json:"oas"`
Telemetry bool `json:"telemetry"`
}
type WebSocketMessageMetadata struct {