Daniel Dyla

Results 744 comments of Daniel Dyla

> A simple implementation would be to map each string value to an integer value and describe this mapping in the unit in a standard way. Example: `{ 0 =...

Strongly supportive of this, I just want to make sure we don't end up creating a large number of issues that become ignored because there are too many of them....

@arminru dd trace color scheme is either by service or host depending on settings.

We talked about this in the spec meeting last week but I'll record my thoughts here for the record. I broadly agree with @tigrannajaryan's summary. > > 3. Generated code...

> For 2b, we can make the case to use only the "numbers/identifiers" and to not support the "string". I think currently only JS uses it, so if that is...

@tigrannajaryan I would add #412 to the list of issues to be resolved before JSON stability

I am also in support of eager exporting. I see 2 obvious ways to do it: 1. When the `scheduledDelayMillis` timer is triggered, export as many batches as required to...

OpenTelemetry Ruby does this and I really like the idea

Why do the instrumentations check? Would you not just have the tracer check the context and return a non-reporting span?

I think that is the primary use for the `isRecording` flag. I just prefer to only have to implement such things in a single place so that there is less...