remove default tracing config from indiviual packages

This commit is contained in:
Willy Kloucek
2022-01-12 10:56:02 +01:00
parent c915fa7571
commit a3df3f9119
11 changed files with 1 additions and 66 deletions

View File

@@ -21,12 +21,6 @@ func DefaultConfig() *Config {
Service: Service{
Name: "thumbnails",
},
Tracing: Tracing{
Enabled: false,
Type: "jaeger",
Endpoint: "",
Collector: "",
},
Thumbnail: Thumbnail{
Resolutions: []string{"16x16", "32x32", "64x64", "128x128", "1920x1080", "3840x2160", "7680x4320"},
FileSystemStorage: FileSystemStorage{