census-instrumentation / opencensus-web

A stats collection and distributed tracing framework

Home Page:https://opencensus.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StartTime is 7 days in the past

MooreDerek opened this issue · comments

Using version 0.0.5
Firefox: 68.0.1

Following the documentation to run the examples/initial_load , running locally on Mac OSx. Running the sample page, with output to zipkin

What did you expect to see?

Starttime for local time - currently 2019-08-22

What did you see instead?

startTime | 2019-08-14T07:13:34.214000000Z

Additional context

config.yaml 
receivers:
  opencensus:
    address: "127.0.0.1:55678"
    cors_allowed_origins:
      - http://localhost:*
exporters:
  zipkin:
    service_name: "opencensus"
    endpoint: "http://127.0.0.1:9411/api/v2/spans"

Screen Shot 2019-08-21 at 11 37 21 AM

Thanks for reporting this. I will take a look into it in the next couple days.

Follow up question on this - could you inspect the browser network tab to see what date is being sent on the trace spans to the OpenCensus agent? That will help identify whether it's an issue with OpenCensus Web or something downstream in the agent / Zipkin.