• Joined on 2024-02-08
wjro pushed to feat/crd-alertmanager-configs at NationTech/harmony 2025-07-31 20:18:00 +00:00
a5deda647b wip: need to convert the generic type AlertReceiver<CRDPrometheus> to CRDAlertManagerReceiver in k8sAnywhereTopology which extends AlertReceiver<CRDPrometheus> in order to be able to configure and install the receiver and its associated crd-alertmanagerconfigs to the cluster
wjro approved NationTech/harmony#90 2025-07-31 13:17:00 +00:00
refactor(topo/k8s_anywhere): simplify local installation of k3d

Makes sense to me to keep it simple at this point

wjro pushed to feat/crd-alertmanager-configs at NationTech/harmony 2025-07-28 19:22:52 +00:00
0b965b6570 Merge remote-tracking branch 'origin/master' into feat/crd-alertmanager-configs
d95e84d6fc Merge pull request 'fix(apps/rust): build & push using image tag instead of local VS remote image name' (#87) from fix-image-tag into master
a47be890de Merge branch 'master' into fix-image-tag
ee8dfa4a93 Merge pull request 'chore: cleanup of unnecessary files & adjust gitignores' (#88) from quick-cleanup into master
5d41cc8380 Merge branch 'master' into quick-cleanup
Compare 9 commits »
wjro pushed to feat/crd-alertmanager-configs at NationTech/harmony 2025-07-28 19:19:08 +00:00
d7bce37b69 fix: cargo fmt
wjro pushed to feat/crd-alertmanager-configs at NationTech/harmony 2025-07-28 19:15:45 +00:00
b56a30de3c fix: prometheus operator and grafana operator deploy application namespace on local k3d
wjro pushed to feat/crd-alertmanager-configs at NationTech/harmony 2025-07-22 19:56:42 +00:00
b9e208f4cf feat: added default prometheus rules and grafana dashboard for application monitoring
wjro pushed to feat/crd-alertmanager-configs at NationTech/harmony 2025-07-21 22:00:38 +00:00
1d8b503bd2 Xwip: uses a helm chart to deploy a prometheus operator if crd are ont present in cluster, and deploys a grafana operator.
wjro pushed to feat/crd-alertmanager-configs at NationTech/harmony 2025-07-16 19:56:21 +00:00
114219385f wip:added impl for prometheuses, alertmanagers, prometheusrules, servicemonitors, and some default rules that are deployed for application monitor
wjro pushed to feat/crd-alertmanager-configs at NationTech/harmony 2025-07-14 18:35:16 +00:00
1525ac2226 fix: git conflict
537da5800f uncomment docker image build
3be2fa246c fix: unjank the demo (#85)
Compare 3 commits »
wjro pushed to feat/crd-alertmanager-configs at NationTech/harmony 2025-07-14 18:18:57 +00:00
55a4e79ec4 fix: added updated Cargo
wjro pushed to feat/crd-alertmanager-configs at NationTech/harmony 2025-07-14 17:42:10 +00:00
7b91088828 feat: added impl for webhook receiver for crd alertmanagerconfigs
wjro pushed to feat/crd-alertmanager-configs at NationTech/harmony 2025-07-14 17:07:30 +00:00
e61ec015ab feat: added impl for Discordwebhook receiver to receive application alerts from namespaces from application feature
wjro created pull request NationTech/harmony#86 2025-07-11 20:03:41 +00:00
wip: added an implementation of CRDalertmanagerconfigs that can be used to add a discord webhook receiver, currently the namespace is hard coded and there are a bunch of todos!() that need to be cleaned up, and flags need to be added so that alertmanag…
wjro pushed to feat/crd-alertmanager-configs at NationTech/harmony 2025-07-11 20:02:27 +00:00
819f4a32fd wip: added an implementation of CRDalertmanagerconfigs that can be used to add a discord webhook receiver, currently the namespace is hard coded and there are a bunch of todos!() that need to be cleaned up, and flags need to be added so that alertmanager will automatically register the crd
wjro created branch feat/crd-alertmanager-configs in NationTech/harmony 2025-07-11 20:02:26 +00:00
wjro commented on pull request NationTech/harmony#85 2025-07-10 18:14:14 +00:00
fix: unjank the demo

rather than hardcoding namespace here

wjro approved NationTech/harmony#85 2025-07-10 18:14:14 +00:00
fix: unjank the demo
wjro commented on pull request NationTech/harmony#85 2025-07-10 18:14:14 +00:00
fix: unjank the demo

if we add pub application: Arc to monitoring we can use the application name as namespace so that it is consistent with the way continuous _delivery feature gets the namespace

wjro suggested changes for NationTech/harmony#85 2025-07-10 15:43:39 +00:00
fix: unjank the demo

Just needs some documentation to justify some choices but overall looks good to me

wjro commented on pull request NationTech/harmony#85 2025-07-10 15:42:29 +00:00
fix: unjank the demo

add a comment to justify using bollard vs docker via the cli