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

Golang Metrics End-to-End coupla bugs #99

Closed
DazWilkin opened this issue Mar 12, 2019 · 2 comments
Closed

Golang Metrics End-to-End coupla bugs #99

DazWilkin opened this issue Mar 12, 2019 · 2 comments

Comments

@DazWilkin
Copy link

https://opencensus.io/quickstart/go/metrics/#end-to-end-code

  1. Views are registered twice: LL62-66 and LL94-97
  2. startTime referenced but not defined, perhaps before L118:
startTime:=time.Now()
@mattwelke
Copy link

Looks like these issues are still present in the end to end docs example.

@dashpole dashpole assigned dashpole and unassigned dashpole Sep 7, 2021
@dashpole
Copy link
Contributor

dashpole commented Sep 7, 2021

For issues with the opencensus website, it is probably best to open an issue there. This repository tracks issues related to the stackdriver exporters.

The code that is used in the website appears to be an older version of https://github.com/census-instrumentation/opencensus-go/blob/master/examples/quickstart/stats.go, so that would probably be a good place to start.

@dashpole dashpole closed this as completed Sep 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants