Use the zipkin headers from utils version 30.0.0

This commit is contained in:
Athanasios Voutsadakis
2018-08-14 12:00:23 +01:00
parent 3fd81491d1
commit 6786ff8fde
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):