John Crim
John Crim
**Problem description** We need a telemetry type that is similar to `customEvent`, but that has an `id` and a `duration` (and probably a `success: boolean`). In other words, something that...
The attached zip contains two simple pages, start.htm and land.htm. Start.htm redirects the browser to land.htm using javascript (`window.location.assign()`). Land.htm is a simple angular page that displays a message as...
It would be super helpful (and useful as a base test case) if this project were updated to use Angular 9 and Ivy. The guidance I've seen is "don't use...
This seems like the obvious place to host the powershell code. And all the other client libraries are here. Is there a reason the [AzureAD powershell module](https://docs.microsoft.com/en-us/powershell/azure/active-directory/install-adv2?view=azureadps-2.0) isn't here? Can...
I really like this proposal - as an architect, it would be super-useful for our products. More generally, any time a webapp wants to support changing data in the UI...
### Library name and version Azure.Monitor.OpenTelemetry.Exporter ### Describe the bug I am in the midst of [switching from App Insights Classic to the OpenTelemetry exporter](https://learn.microsoft.com/en-us/azure/azure-monitor/app/opentelemetry-enable?tabs=aspnetcore), and I found that the...
Previously the `CategoryName` field from the OpenTelemetry `LogRecord` was omitted, which was not consistent with normal ILogger behavior, or with Application Insights classic behavior. fixes: https://github.com/Azure/azure-sdk-for-net/issues/44746
### Component OpenTelemetry.Instrumentation.AspNetCore OpenTelemetry.Instrumentation.Http ### Package Version | Package Name | Version | | ------------------------------------- | ------- | | OpenTelemetry | 1.9.0 | | OpenTelemetry.Instrumentation.AspNetCore | 1.9.0 | | OpenTelemetry.Instrumentation.Http|...
### Component OpenTelemetry.Instrumentation.AspNetCore OpenTelemetry.Instrumentation.Http (and possibly more) ### Package Version | Package Name | Version | | ------------------------------------- | ------- | | OpenTelemetry.Api | 1.9.0 | | OpenTelemetry | 1.9.0...
This PR provides a fix for #44971. In short, it must be possible to set the span name; and the otel exporter must not ignore an explicitly set value. More...