Bogdan Drutu

Results 550 comments of Bogdan Drutu

Can we install the metrics exporter instead of the viewdata for the users, so we keep the public API? At least I would like to avoid duplicate code to translate...

The mapping is already implemented in the opencensus we can re-use that.

> Yeah, I don't think this would be backwards-compatible How come is not? Type alias does NOT create a new type, so the 2 "types" are equal, hence the generated...

@Aneurysm9 short answer is yes, the hypothesis on which the decision was made, is invalid, see https://github.com/open-telemetry/opentelemetry-go/pull/2977#discussion_r907491454 which I am trying to prove that is not true, so the decision...

> That said, we have a goal of ensuring that dependency hell will never prevent a user from updating their instrumentation or SDK, I'd prefer to take the safer route...

@yurishkuro completely agree, we are waiting for 2 things: 1. The ability to use labels from the `correlation-context`. 1. The ability to configure `Views` - allow us to configure which...

I think I also tried to explain myself that we have the solution to use helper functions, but let me describe the design a bit: * In the pipeline we...

@pavolloffay to answer your question, we do want to use opentelemetry metrics. probably tracing as well :)