Mayor McCheese
Explore posts from servers✅ Supporting multiple routes for health checks in asp.net core
I have a couple monitoring systems that need are calling some api's and I need to support different response types for each monitoring system. Is there a way in asp.net core? Assume I have a number of health probes, for example...
.AddHealthCheck<Db2HealthCheck>()
.AddHealthCheck<SqlHealthCheck>()
.AddHealthCheck<DynamoHealthCheck>()
.AddHealthCheck<CognitoHealthCheck>()
.AddHealthCheck<YadaYadaYada>()
The yadayadayada monitor should only check the YadaYadaYada health check, for example
The Aws monitor should only check the CognitoHealthCheck
The database monitor should oinly check Db2, Dynamo, and SqlHealthCheck
48 replies
❔ Mediatr Notification using a Base Class Not Publishing
I'm using a base class as a constraint on a generic notification in mediatr. When I publish my notification via mediatr my notification handler isn't found. I believe mediatr is supposed to support this idea; so maybe I'm just chasing a red-herring.
3 replies
ATApache TinkerPop
•Created by Mayor McCheese on 2/4/2023 in #questions
running in k8s
Are there any nuances to running in k8s, are there helm charts or manifests available?
3 replies