• Joined on 2024-02-08
wjro pushed to impl_monitoring_alerting_kube_prometheus at NationTech/harmony 2025-06-19 15:06:40 +00:00
74e5d18b92 wip: implentation for kube prometheus monitoring alert sender
273befc61c fix: deleted outdated monitoring and alerting score
e344eddeb7 fix: git conflict
1771f47eca chore: clean up unused old code, organized traits, impls, etc into logical locations
3ad8cd60f8 WIP: working on implementation of monitoring alert score for HelmKubePrometheus
Compare 5 commits »
wjro created branch impl_monitoring_alerting_kube_prometheus in NationTech/harmony 2025-06-19 15:06:39 +00:00
wjro pushed to feat/monitoring_alerting at NationTech/harmony 2025-06-19 13:04:23 +00:00
273befc61c fix: deleted outdated monitoring and alerting score
wjro pushed to feat/monitoring_alerting at NationTech/harmony 2025-06-18 20:58:59 +00:00
e344eddeb7 fix: git conflict
155e9bac28 feat: create harmony_composer initial version + rework CI (#58)
7bebc58615 feat: add tenant credential management (#63)
246d6718c3 docs: Introduce project delivery automation ADR. This is still WIP (#51)
d776042e20 docs: Improve README formatting
Compare 7 commits »
wjro pushed to feat/monitoring_alerting at NationTech/harmony 2025-06-18 20:54:49 +00:00
1771f47eca chore: clean up unused old code, organized traits, impls, etc into logical locations
wjro pushed to feat/monitoring_alerting at NationTech/harmony 2025-06-18 20:12:45 +00:00
3ad8cd60f8 WIP: working on implementation of monitoring alert score for HelmKubePrometheus
wjro pushed to feat/monitoring_alerting at NationTech/harmony 2025-06-17 20:29:13 +00:00
ba536885bd wip:installable/installer
wjro pushed to feat/monitoring_alerting at NationTech/harmony 2025-06-16 12:46:32 +00:00
f6c146b14b wip: setting up base for monitoring
wjro created pull request NationTech/harmony#61 2025-06-11 19:46:49 +00:00
feat/monitoring_alerting
wjro pushed to feat/monitoring_alerting at NationTech/harmony 2025-06-11 19:44:45 +00:00
7c92a08132 fix: cargo fmt, remove old use from lamp example
wjro pushed to feat/monitoring_alerting at NationTech/harmony 2025-06-11 19:41:16 +00:00
8d219c648a feat: deploys cluster monitoring from MonitoringAlertingScore
wjro created branch feat/monitoring_alerting in NationTech/harmony 2025-06-11 19:41:16 +00:00
wjro closed pull request NationTech/harmony#52 2025-06-11 19:41:15 +00:00
feat: setup basic structure to for the concrete implementation of kube prometheus monitor, removed discord webhook receiver trait as the dependency is no longer required for prometheus to interact with discord
wjro pushed to feat/kube-prometheus at NationTech/harmony 2025-06-11 19:06:57 +00:00
613def5e0b feat: depoloys cluster monitoring stack from monitoring score on k8sanywhere topology
wjro pushed to feat/kube-prometheus at NationTech/harmony 2025-06-11 17:35:40 +00:00
238d1f85e2 wip: impl k8sMonitor
wjro created pull request NationTech/harmony#52 2025-06-06 20:43:42 +00:00
feat: setup basic structure to for the concrete implementation of kube prometheus monitor, removed discord webhook receiver trait as the dependency is no longer required for prometheus to interact with discord
wjro pushed to feat/kube-prometheus at NationTech/harmony 2025-06-06 20:41:41 +00:00
dbc66f3d0c feat: setup basic structure to for the concrete implementation of kube prometheus monitor, removed discord webhook receiver trait as the dependency is no longer required for prometheus to interact with discord
wjro created branch feat/kube-prometheus in NationTech/harmony 2025-06-06 20:41:40 +00:00
wjro pushed to feat/discord-webhook-receiver at NationTech/harmony 2025-06-05 18:04:24 +00:00
b5b77cf1ac fix: modified discordwebhookreceiver to use a generic initialize_alert_receiver function from k8sanywhere topology
wjro pushed to feat/discord-webhook-receiver at NationTech/harmony 2025-06-04 20:15:47 +00:00
dda8e29843 fix: removed unnecessary DiscordWebhookRecevierInerpret and its impl