David Ashpole

Results 308 comments of David Ashpole

I'm working on spec PR to specify how the OpenCensus bridge will be implemented: https://github.com/open-telemetry/opentelemetry-specification/pull/2722

Agreed. Once the SDK is rewritten to be spec-compliant, I'll make sure the prometheus exporter works well with the otel SDK. I'll also want to make sure the prometheus exporter...

Small suggestion: use "canary" instead of "nightly" to give us more flexibility on when we want to run the all-the-time build. I'm not a maintainer, but when i've maintained projects...

Sorry for the wait @bogdandrutu. This should be ready for review now

Can you rebase? It looks like some tests are failing, and those may have been fixed.

For now, we've [implemented batching](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/pull/286) within the gcp exporter. There is only one "correct" way to batch for GCM, so it seemed sensible to make it work correctly without requiring...

Small note: The PR above didn't make any breaking changes. It just added warning messages when using the "old" fields. If we want to impose additional requirements for removal, we...

How are you producing those metrics? It looks like you are trying to have a single metric which is both a histogram and a summary, which isn't possible in prometheus....

OpenTelemetry doesn't currently have a data format which is both a histogram and a summary, so i'm not sure we can correctly represent the histogram + summary "combo" metric you...