feat: Presigned URL API 및 OpenTelemetry trace 추가
Some checks failed
Build And Test / build-and-push (push) Has been cancelled
Some checks failed
Build And Test / build-and-push (push) Has been cancelled
- Presigned URL API 추가 (MinIO/S3 private 버킷 지원) - OpenTelemetry trace 설정 추가 (DEBUG=False 시 활성화) - requirements.txt에 opentelemetry 패키지 추가 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@ -35,3 +35,23 @@ sqlparse==0.5.3
|
||||
typing_extensions==4.13.2
|
||||
uritemplate==4.1.1
|
||||
urllib3==2.4.0
|
||||
# OpenTelemetry Trace
|
||||
googleapis-common-protos==1.70.0
|
||||
grpcio==1.72.1
|
||||
opentelemetry-api==1.34.0
|
||||
opentelemetry-exporter-otlp==1.34.0
|
||||
opentelemetry-exporter-otlp-proto-common==1.34.0
|
||||
opentelemetry-exporter-otlp-proto-grpc==1.34.0
|
||||
opentelemetry-exporter-otlp-proto-http==1.34.0
|
||||
opentelemetry-instrumentation==0.55b0
|
||||
opentelemetry-instrumentation-dbapi==0.55b0
|
||||
opentelemetry-instrumentation-django==0.55b0
|
||||
opentelemetry-instrumentation-logging==0.55b0
|
||||
opentelemetry-instrumentation-requests==0.55b0
|
||||
opentelemetry-instrumentation-wsgi==0.55b0
|
||||
opentelemetry-proto==1.34.0
|
||||
opentelemetry-sdk==1.34.0
|
||||
opentelemetry-semantic-conventions==0.55b0
|
||||
opentelemetry-util-http==0.55b0
|
||||
protobuf==5.29.5
|
||||
wrapt==1.17.2
|
||||
|
||||
Reference in New Issue
Block a user