Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

StartTime is 7 days in the past #165

Open
MooreDerek opened this issue Aug 20, 2019 · 2 comments
Open

StartTime is 7 days in the past #165

MooreDerek opened this issue Aug 20, 2019 · 2 comments
Labels

Comments

@MooreDerek
Copy link

MooreDerek commented Aug 20, 2019

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

@MooreDerek MooreDerek added the bug label Aug 20, 2019
@draffensperger
Copy link
Contributor

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

@draffensperger
Copy link
Contributor

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants