John Crim

Results 103 comments of John Crim

Thanks @MSNev - I've created that here: https://feedback.azure.com/d365community/idea/9f258d7b-eae2-ee11-a73d-0022484c4e0d

When you add this, please also consider adding support for `AggregateError.errors`, which is similar functionally but can include multiple errors: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AggregateError

You can use `project` or `extend` KQL operators to flatten, select, and rename the properties you want, before exporting to CSV. https://learn.microsoft.com/en-us/azure/azure-monitor/logs/get-started-queries#use-project-and-extend-to-select-and-compute-columns

Big thumbs up for this idea, particularly in combination with #245 .

Late response to: > We made the decision to map Span Events to Logs. From the link you shared: > > > A Span Event can be thought of as...

I think a command to just build the jest tests (ideally with a `--watch` option), so that jest can be run as a separate command with a custom config and...

Couldn't agree more, this would be an extremely valuable improvement - while you're changing the message, it would be great to add the build number, too.

I generally agree with most of both of your comments @thompson-tomo and @bunkrur, but I disagree with the title of this issue. I think health checks should be spans, not...

I've implemented something similar to this. In short, I wanted our health checks to be span/otel/Activity aware, so that they all are in a tree, and any other activities within...

This sounds super useful to me. Just yesterday I wrote a `PrivateBaggageTextMapPropagator` for this exact reason, and I would love to have better support for the scenario. My use case...