Lawrence Chung
Lawrence Chung
Just for info, answered in another channel.
@odeke-em The details are rather draft than private, but the basic idea is following. We can user opencensus (and already implemented exporter) to export metric to stackdriver, but stackdriver defines...
Hi @songy23 , to me, restricting aggregation type for certain metric seems ok, but as long as there's a programmatic way of collecting/exporting gauge string via opencensus, I'm totally ok.
Hi @adriancole , currently we're trying to collect and report metrics on cloudsql-proxy ( https://github.com/GoogleCloudPlatform/cloudsql-proxy ), a program helps you to connect to google cloud sql databases. (WARNING: everything I'm...
@adriancole I updated, but simply links to comments (let's reduce duplicates )
To me, Flush() (not stopping the worker) seems enough. My use cases are: 1. used at the end of the program to report any remaining data points in the worker....