Damien Mathieu

Results 562 comments of Damien Mathieu

I'm not seeing apmotel being required in `apm-data` (nor the service using it). In order to be able to properly link spans together, apmotel need to be imported into the...

My first feeling here is that this is not what the OTLP exporter was built for, and extending it to support this use case isn't a good idea. Have you...

If we do this, the interface between each signal should be similar. So we should start by cleaning up those differences.

Could you describe your use case a bit more here? You want to enable/disable the bridge at runtime?

The OpenCensus bridge does two-ways bridging. Wouldn't it be easier (and make the migration off of OC easier) to configure the exporter on the OpenTelemetry side?

> I'd like to be able to get rid of this opentelemetry exporter in the future but still keep those same OC metrics being sent to Datadog in the same...

You mention these metrics are generated by the collector out of traces. Do the traces have the same values as before? Is it possible the collector was upgraded around the...

But you're not using prometheus, since you're only emitting traces?

Right, but you're not using the prometheus exporter from this SDK. So you're not using prometheus. Traces are basically raw data which is then transformed by your collector. Unless you...