File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 55from microbootstrap .instruments .prometheus_instrument import FastApiPrometheusConfig , LitestarPrometheusConfig
66from microbootstrap .instruments .sentry_instrument import SentryConfig
77from microbootstrap .instruments .swagger_instrument import SwaggerConfig
8- from microbootstrap .settings import FastApiSettings , LitestarSettings
8+ from microbootstrap .settings import FastApiSettings , InstrumentsSetupperSettings , LitestarSettings
99
1010
1111__all__ = (
12- "SentryConfig" ,
13- "OpentelemetryConfig" ,
12+ "CorsConfig" ,
1413 "FastApiPrometheusConfig" ,
14+ "FastApiSettings" ,
15+ "HealthChecksConfig" ,
16+ "InstrumentsSetupperSettings" ,
1517 "LitestarPrometheusConfig" ,
16- "LoggingConfig" ,
1718 "LitestarSettings" ,
18- "FastApiSettings" ,
19- "CorsConfig" ,
19+ "LoggingConfig" ,
20+ "OpentelemetryConfig" ,
21+ "SentryConfig" ,
2022 "SwaggerConfig" ,
21- "HealthChecksConfig" ,
2223)
You can’t perform that action at this time.
0 commit comments