David Ashpole

Results 565 comments of David Ashpole
trafficstars

I have three changes that should complete the spec-portion of OpenCensus compatibility: * https://github.com/open-telemetry/opentelemetry-specification/pull/2730: OpenCensus migration plan. This describes how metric and trace bridges should be used to migrate from...

I'm working on a golang implementation which follows the proposed spec: https://github.com/open-telemetry/opentelemetry-go/pull/3093

+1 OpenMetrics MetricFamily names (i.e. what type, description, unit, are associated with) [MUST be unique](https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#metricset) within the metrics served on an endpoint: > Each MetricFamily name MUST be unique.

/assign @logicalhan

I'll be there for SIG instrumentation