Timothy Mothra

Results 183 comments of Timothy Mothra

@CodeBlanch, this issue needs to be moved to the Future milestone.

I'm continuing to investigate what metrics are available in other languages and it seems that "physical bytes" is consistently available. .NET - PrivateMemory, for private bytes - WorkingSet, for physical...

Make sure you copy the ConnectionString verbatim from your Application Insights resource. If that's not working, you can collect SDK logs to identify any errors within the SDK

Yes, full string. The SDK needs those Endpoint values. Self diagnostics would be the easiest way to collect internal logs: https://github.com/microsoft/ApplicationInsights-dotnet/tree/main/troubleshooting/ETW#self-diagnostics

@hectorhdzg, can you investigate why the .NET crew is getting assigned to JS issues? :)

This looks sus: https://github.com/Azure/azure-sdk-for-js/blob/37e3efd7bf2c29c6e6247a1d35fea6988989f38c/.github/CODEOWNERS#L1211-L1212

I spoke to Yun-Ting, she'll work on resolving this.

- Documentation follow up is still outstanding. - Need to review if the Prometheus Exporter was ever updated to support Meter Tags.

I spoke to @Kielek offline, this issue is tracking an otel spec. I'm moving this to the Future backlog.

I'm working on removing the ImplicitUsings from projects. This repo has a lot of shared files which complicates this setting. I need to remove the `ImplicitUsings disable` from a few...