Wiktor Kopec

Results 16 issues of Wiktor Kopec

See https://github.com/dotnet/dotnet-monitor/issues/6282 Tracking distributed traces as a separate issue, since we would first need to collect these from EventSource.

enhancement

- Rather than egressing to storage or to an http endpoint, send logs and metrics to an OTLP collector endpoint. - Would not support direct backend egress (e.g. Azure Monitor)...

enhancement

It is currently possible to cross file namespace boundaries in Aks using kubectl debug. I.e. kubectl debug $pod --image mcr.microsoft.com/dotnet/monitor:7 --env Logging__Console__FormatterName=simple --target $app --share-processes --image-pull-policy Always -it -- /app/dotnet-monitor...

enhancement

https://learn.microsoft.com/en-us/dotnet/core/diagnostics/built-in-metrics-system-net Consider making these part of the default set of metrics in 8.0+

enhancement

Consider allowing configuration around artifact file names. For example: * Name with placeholders for pid, process name, hostname, timestamp * Ambient information such as environment variables that indicate pods/container info...

enhancement

For dotnet 8, meters now support additional information as part of the meter itself (rather than each individual value). See https://github.com/dotnet/runtime/pull/90417/files#diff-8797eae6d3e644ed047f952e10d4240fe18175f754586666823b555f46968672L1435-R1486. This includes: - Description - Scope hash (may not...

enhancement

Possibly related: https://github.com/serilog/serilog-aspnetcore/issues/207 https://github.com/dotnet/aspnetcore/issues/21966

bug

1. Begin an operation that lasts a while and also has limits. For example /parameters 2. Shutdown the target application 3. Startup another instance of the application 4. Begin the...

bug

1. Enable Managed Prometheus integration in an Aks Cluster. 2. Follow https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/prometheus-metrics-scrape-configuration#configmaps to create a pod level scraper against dotnet-monitor's /metrics endpoint. 3. Check the prometheus targets using https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/prometheus-metrics-troubleshoot#prometheus-interface Notice...

bug

* Reverse server would need group write permissions * Profiler IpcChannel needs group write permissions * createdump would have to create group level permissions * File based egress providers would...

enhancement