[update] header test
All checks were successful
Build And Test / build-and-push (push) Successful in 2m29s
All checks were successful
Build And Test / build-and-push (push) Successful in 2m29s
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@ -165,4 +165,6 @@ _media/cluster/
|
||||
wheelhouse
|
||||
|
||||
# RS256 을 위한 적용 keys 폴더
|
||||
keys
|
||||
keys
|
||||
|
||||
msa-django-auth.code-workspace
|
||||
@ -39,6 +39,10 @@ if not settings.DEBUG:
|
||||
# endpoint="jaeger-collector.observability.svc.cluster.local:4317",
|
||||
endpoint=settings.TRACE_ENDPOINT,
|
||||
insecure=True,
|
||||
headers={
|
||||
"X-Scope-OrgID": settings.SERVICE_PLATFORM,
|
||||
"X-Service": settings.TRACE_SERVICE_NAME
|
||||
}
|
||||
)
|
||||
|
||||
trace.get_tracer_provider().add_span_processor(
|
||||
|
||||
Reference in New Issue
Block a user