Alexey Sosnin
Alexey Sosnin
What is the future of this PR? This feature is the only blocker for us to migrate to OneOf library from a self-written union type.
PerfView is now available via winget ```shell > winget search perfview Name Id Version Source ------------------------------------------- PerfView Microsoft.PerfView 3.0.6 winget ```
> Should it use a different container? Yes, it requires different container or adding support for multi-platform for an existing one. ``` > docker pull otel/opentelemetry-collector Using default tag: latest...
No, it isn't resolved. I tried to setup it on a local environment and faced an issue. DaemonSet with hostPort does not work on Windows nodes. Based on [documentation](https://docs.microsoft.com/en-us/virtualization/windowscontainers/kubernetes/common-problems#hostport-publishing-is-not-working) this...
I have the same issue. Here is the minimal repo project: https://github.com/Ne4to/issues-22564 I'm building a developer helper tool with web UI and would like to distribute it as a dotnet...
Is there any workaround? I tried to find filter options in [HostingMetrics](https://github.com/dotnet/aspnetcore/blob/main/src/Hosting/Hosting/src/Internal/HostingMetrics.cs) with no success. `MapPrometheusScrapingEndpoint` allows to pass custom `MeterProvider` but it has no methods to override and internally...
My top three requests now are `/metrics` for Prometheus and two endpoints for Kubernetes liveness and readiness probes (based on ASP.NET HealthChecks). When I open these dashboards https://grafana.com/orgs/dotnetteam the first...
What about outgoing HTTP requests? It's also very useful to dump requests with headers and content when available. It should be a separate command, I think. Filter options: - Request...