Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

93
Views
Zipkin Span/Page Load

I am trying to understand how to send spans with zipkin in javascript to do some tracing. Below is what i am trying to achieve, its just a pseudocode but i can't really find documentation on how to do it and i am not very good with javascript(UI)

What i am trying to achieve are:

  • Measure page load time (domContentLoaded - pageLoadStart)
  • generate span and send event ot zipkin server on domContentLoaded event

//Pseudocode
let tracer = new Tracer(...params)
let span = new Span(...)
span.start('page load start')


document.addEventListener('DOMContentLoaded', (event) => {
    span.end('page load end')
span.send()
  });

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!