Jaana Dogan

Results 98 issues of Jaana Dogan

OpenCensus tag and stats names are not as restrict as some of the backends we are uploading the data to. In order to comply with the restriction the backends enforce,...

stats
documentation

Currently, we don't recommend any policy about the scope of data collection. For example, the Go stats package only provides data collection via the global mechanism. Once turned on, it...

``` $ curl rakyll.pizza/cheese Nothing to see here; see the package on godoc. % ``` Note the URLs are rakyllpizza.appspot.com/cheese not rakyll.pizza/cheese.

Not every platform supports /dev/gpio or allows /dev/mem. Support the GPIO sysfs interface if it is available on the machine. See https://www.kernel.org/doc/Documentation/gpio/sysfs.txt for details.

These two functions exist because it exists as a terminology in the spec but the Go implementation may not need to enforce any types to represent these concepts. The Tracer...

discussion

``` ipp.appDone = make(chan struct{}) go func() { defer close(ipp.appDone) appErr := ipp.svc.Run() if appErr != nil { err = appErr } }() ``` The err assignment here can happen...

I forked the tool over the weekend to modify the behavior to embed tagged sections from files. ``` // START tag ... code snippet here // END tag ``` can...

In order to use a custom service key, users can set the GOOGLE_APPLICATION_CREDENTIALS env variable. The exporter should document this capability in the godoc.

Moved the issue from https://github.com/census-instrumentation/opencensus-go/issues/766#event-1652116990. Original issue said: I am instrumenting an API client for some latency sensitive applications and on turning the sampling rate to always on, which would...

The project might be a better fit for https://github.com/cloudspannerecosystem. Sync with the Ecosystem owners once they are ready for more repos.