Skip to content

Commit

Permalink
q fix
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Aug 17, 2022
1 parent 9ce4cca commit 7397fba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions factory/glideFactoryLib.py
Original file line number Diff line number Diff line change
Expand Up @@ -1696,9 +1696,8 @@ def submitGlideins(
try:
t_parent = glideinTracer.Tracer(jaeger_collector_endpoint)
t_parent.initial_trace({"entry":entry_name, "client":client_name})
for i in range(1):
trace_id = t_parent.GLIDEIN_TRACE_ID
time.sleep(2)
trace_id = t_parent.GLIDEIN_TRACE_ID
time.sleep(2)
log.info(f"Generated parent traceID {trace_id} at collector_endpoint {jaeger_collector_endpoint}")
except:
log.info(f"FAILED TO GENERATE TRACEID AND SEND TO COLLECTOR ENDPOINT AND SERVICE")
Expand Down

0 comments on commit 7397fba

Please sign in to comment.