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" ``` <img width="1678" alt="Screen Shot 2019-08-21 at 11 37 21 AM" src="https://user-images.githubusercontent.com/26313468/63391850-405b0480-c408-11e9-9dfe-60ae29d39112.png">
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 tozipkinWhat 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