You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
The documentation suggests that, running these examples, will result in metrics to observe.
This isn't so.
https://opencensus.io/exporters/supported-exporters/go/stackdriver/
https://opencensus.io/exporters/supported-exporters/go/prometheus/
I cite the two services with which I'm most familiar but assume it's true of all of them.
The exporters are created correctly by the code and
view.Registered
but that's all :-(Some form of
view.Register
andstats.Record
needs to occur for these to emit anything useful.Recommend adding a little more code.
Perhaps simply reusing the existing example:
https://opencensus.io/quickstart/go/metrics/
The text was updated successfully, but these errors were encountered: