@@ -51,35 +51,61 @@ logging = [
51
51
fastapi = [
52
52
" fastapi" ,
53
53
]
54
+ fastapi-sentry = [
55
+ " lite-bootstrap[fastapi,sentry]" ,
56
+ ]
54
57
fastapi-otl = [
58
+ " lite-bootstrap[fastapi,otl]" ,
55
59
" opentelemetry-instrumentation-fastapi" ,
56
60
]
61
+ fastapi-logging = [
62
+ " lite-bootstrap[fastapi,logging]" ,
63
+ ]
57
64
fastapi-metrics = [
65
+ " lite-bootstrap[fastapi]" ,
58
66
" prometheus-fastapi-instrumentator>=6.1" ,
59
67
]
60
68
fastapi-all = [
61
- " lite-bootstrap[sentry,otl,logging, fastapi,fastapi-otl ,fastapi-metrics]"
69
+ " lite-bootstrap[fastapi- sentry,fastapi- otl,fastapi-logging ,fastapi-metrics]" ,
62
70
]
63
71
litestar = [
64
72
" litestar>=2.9" ,
65
- " prometheus-client>=0.20" ,
73
+ ]
74
+ litestar-sentry = [
75
+ " lite-bootstrap[litestar,sentry]" ,
66
76
]
67
77
litestar-otl = [
78
+ " lite-bootstrap[litestar,otl]" ,
68
79
" opentelemetry-instrumentation-asgi>=0.46b0" ,
69
80
]
81
+ litestar-logging = [
82
+ " lite-bootstrap[litestar,logging]" ,
83
+ ]
70
84
litestar-metrics = [
85
+ " lite-bootstrap[litestar]" ,
71
86
" prometheus-client>=0.20" ,
72
87
]
73
88
litestar-all = [
74
- " lite-bootstrap[sentry,otl,logging, litestar,litestar-otl ,litestar-metrics]"
89
+ " lite-bootstrap[litestar- sentry,litestar- otl,litestar-logging ,litestar-metrics]" ,
75
90
]
76
91
faststream = [
77
92
" faststream" ,
78
93
]
94
+ faststream-sentry = [
95
+ " lite-bootstrap[faststream,sentry]" ,
96
+ ]
97
+ faststream-otl = [
98
+ " lite-bootstrap[faststream,otl]" ,
99
+ ]
100
+ faststream-logging = [
101
+ " lite-bootstrap[faststream,logging]" ,
102
+ ]
79
103
faststream-metrics = [
104
+ " lite-bootstrap[faststream]" ,
80
105
" prometheus-client>=0.20" ,
81
106
]
82
107
faststream-all = [
108
+ " lite-bootstrap[faststream-sentry,faststream-otl,faststream-logging,faststream-metrics]" ,
83
109
" lite-bootstrap[sentry,otl,logging,faststream,faststream-metrics]"
84
110
]
85
111
0 commit comments