Alireza Baloochi
Alireza Baloochi
## Description In this PR, I Added [Redis Insight](https://github.com/RedisInsight/RedisInsight), a Developer GUI for Redis, by Redis. by using `WithRedisInsight` the RedisInsight instance starts and imports the Redis connection to this...
RedisInsight (https://github.com/RedisInsight/RedisInsight) is another popular (>5K stars on GitHub) web-based admin dashboard for Redis that should consider adding support to Aspire.Hosting.Redis 
We Add the `WithRedisInsight` public API in https://github.com/dotnet/aspire/pull/5227. This API Adds `RedisInsight` container to the app host. we should mention this API and how to use it in Redis docs
We Add the `WithPgWeb` public API in https://github.com/dotnet/aspire/pull/5098. This API Adds `pgweb` container to the app host. we should mention this API and how to use it in posgresql docs
example: ``` ```
## Description This PR Adds health check support for `Aspire.Qdrant.Client`. We need to import `Testcontainers` for ConformanceTests. Fixes #5768 ## Checklist - Is this feature complete? - [X] Yes. Ready...
## Description Add tests for Seq resource. I need to figure out how to send events to seq to add functional tests. (Seq.Api package doesn't support sending raw events) Related...
Add CPM
**What this PR does / why we need it**: **Which issue(s) this PR fixes**: Please reference the issue this PR will close: #2006 **Special notes for your reviewer**: ~~I changed...
**What would you like to be added**: We already support resolving clients from `ServiceProvider` in some packages. For example, we did this in the Elasticsearch package: https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/blob/65ab619b0e5dcf27940a1a6baf13cc1ad4f79903/src/HealthChecks.Elasticsearch/DependencyInjection/ElasticsearchHealthCheckBuilderExtensions.cs#L98-L105 I strongly suggest...
**Description** Could this Client support OpenTelemetry (including tracing, metrics, and logs)? The following link helps with how to implement it. https://opentelemetry.io/docs/languages/net/instrumentation/