Block a user
feat: Add initial Tenant traits and data structures
Tenant name can change. Our business context for this is typically a client or project name. Clients can change names, be bought, etc.
docs: Add CONTRIBUTING.md guide
docs: Add CONTRIBUTING.md guide
WIP: feat: Add initial Tenant traits and data structures
feat/teams-integration
I think PrometheusAlertChannel is a good name for the trait. However both function names feel off :
feat/teams-integration
Much better than previous iteration. But still a lot of room for improvement.
feat/teams-integration
Yeah I don't think this will work. Show me the actual json that this produces and why you need to use this.
feat/teams-integration
typetag doesn't seem to be a good idea here. Why do you use it? Show me an actual use case that requires it versus having a trait bound + Serialize on the PrometheusAlertChannel trait.