mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 00:20:43 -04:00
Use the zipkin headers from utils version 30.0.0
This commit is contained in:
@@ -37,7 +37,7 @@ class NotifyAdminAPIClient(BaseAPIClient):
|
||||
def _add_request_id_header(headers):
|
||||
if not has_request_context():
|
||||
return headers
|
||||
headers['NotifyRequestID'] = request.request_id
|
||||
headers['X-B3-TraceId'] = request.request_id
|
||||
return headers
|
||||
|
||||
def check_inactive_service(self):
|
||||
|
||||
Reference in New Issue
Block a user