Merge pull request #2228 from alphagov/zipkin-headers

Use the zipkin headers from utils version 30.0.0
This commit is contained in:
Sakis
2018-08-14 14:15:09 +01:00
committed by GitHub
4 changed files with 5 additions and 5 deletions

View File

@@ -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):