Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Grafana monitoring service (#5750) #439

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

StepanBrychta
Copy link
Contributor

@StepanBrychta StepanBrychta commented Jun 13, 2024

What's changing and why?

wellcomecollection/platform#5750

This removes all infrastructure related to the Grafana monitoring service.

terraform plan diff

GitHub doesn't let me paste the full diff here because it exceeds the maximum allowed length, but this destroys 34 resources, mostly in the monitoring/terraform/stack/ folder.

Comment on lines -52 to -64
module "ecr_nginx_grafana" {
source = "./repo_pair"

namespace = local.namespace
repo_name = "nginx_grafana"

description = "An nginx image for reverse proxying Grafana"

providers = {
aws.ecr_public = aws.ecr_public
}
}

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not really sure what this was for but I didn't find any references to it and I suspect it wasn't used, so hopefully it's safe to remove.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This creates both a public and private ECR repo. I believe it is safe to remove.

Copy link
Contributor

@kenoir kenoir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me. It will need a DNS update to remove the CNAME record for monitoring.wellcomecollection.org that we can talk through after this change is made.

@StepanBrychta StepanBrychta merged commit a39c760 into main Jul 1, 2024
4 checks passed
@StepanBrychta StepanBrychta deleted the Remove-Grafana-monitoring-service-(#5750) branch July 1, 2024 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants