Marc Pichler

Results 156 comments of Marc Pichler

@10xLaCroixDrinker would it help to have colorized output be the default behavior (also for metric and trace console exporters)? :thinking: I'm thinking something like: if `process` is defined (may not...

Sorry for leaving you waiting for so long. > @pichlermarc that is already the default behavior when process.stdout is a TTY. I'm running into this because the exporter is in...

I've been fighting webpack for a while now on this problem. I'm pretty sure we're doing something wrong with our entrypoint exports, but I just cannot figure out what it...

I happen to have a lot of opinions about the `@opentelemetry/sdk-node` package. They mostly align with @Flarna's, especially concerning: > As a result I think the NodeSDK should be improved...

I usually write dash `-`, and since most parts of the repo & contrib seem to be using that. So I'm in favor of aligning it to dash. :slightly_smiling_face:

@open-telemetry/javascript-approvers this release PR is now unblocked: - dd-trace is updated - #4602 has been rolled back (see #4727)

> A workaround for this is to not consume the /experimental namespace in our SDK packages. We would simply redeclare any types. Given the above example, we would have to...

> **Overriding Methods** > > This requires the addition of a new experimental version of any API that needs experimental functionality. As an example, if we were going to experimentally...

> Here is my opinion. If we already have a public API to access the field I think we should leverage that for accessing even in subclasses. Also I'm not...

> @lacolaco > > We did discuss adding this feature and definitely is a feature we want in OTEL. PR #3542 it's quite complex but it will get simpler once...