Alireza Baloochi

Results 30 issues of 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...

area-components
community-contribution

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 ![Redis Insight Browser screenshot](https://raw.githubusercontent.com/RedisInsight/RedisInsight/main/.github/redisinsight_browser.png)

area-dashboard
area-components

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

:watch: Not Triaged
📦 release-8.2

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

:watch: Not Triaged

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...

community-contribution

## 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...

community-contribution

**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...

UI
arrangodb
test
kafka
aws
azure
consul
mysql
rabbitmq
ravendb
redis
influxdb
npgsql
kubernetes
mongodb
sqlite
samples
signalr
dynamodb
elasticsearch
applicationstatus
cosmosdb
documentdb
eventstore
cloudfirestore
gremlin
hangfire
ibmmq
nats
network
openidconnect
sendgrid
solr
sqlserver
system
uris
oracle
prometheus
datadog
applicationinsights
cloudwatch
dapr

**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/

enhancement