Jaana Dogan
Jaana Dogan
We're interested in being able to collect CPU, memory, contention and other profiles with OpenTelemetry and have representations of profiles in OTLP and support in the collector. We are currently...
/cc @campoy
Agreed. The API is not documented yet because this is a prototype and not mature enough to be presented as an artifact. The characteristics of the current API has limitations...
We are documenting how to construct clients with custom token sources (see https://github.com/googlecloudplatform/google-cloud-go#authorization), but we can improve the text around it and give a more comprehensive example rather than having...
/cc @ramonza
Related to https://github.com/census-instrumentation/opencensus-go/issues/862 as you mention. We should provide a way to flush the in-memory buffer. /cc @ramonza @songy23
/cc @bogdandrutu
gRPC uses the propagation format we implement in OpenCensus and even though tracing is configurable in some language implementations of gRPC, it is not in some languages like Java. If...
I see. Let's wait for @bogdandrutu's opinions on this.
Talked to @bogdandrutu offline and we think providing an option for B3 propagation is fair and required to support legacy systems. We will keep using the binary format and add...