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

Setup dashboards for patterns (java, nginx) on EKS #5

Merged
merged 16 commits into from
Jun 8, 2023

Conversation

bonclay7
Copy link
Member

@bonclay7 bonclay7 commented Jun 5, 2023

Issue #, if available:

Description of changes:

  • Create CloudWatch and X-Ray data sources on Grafana
  • Split dashboards manifest (infra, java, nginx, amp) so each module can request a dashboard to be created based on customer configuration

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@bonclay7 bonclay7 marked this pull request as draft June 5, 2023 14:26
Copy link
Contributor

@elamaran11 elamaran11 left a comment

Choose a reason for hiding this comment

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

@bonclay7 I love the approach of adding nginx, java monitoring modules to the accelerator solution. We should have different design to align to separation of concerns. If you do what you have in this PR, everything gets deployed even if customer is looking for infra monitoring only. I recommend having separate kustomization resource for each individual monitoring needs like Java, nginx and move java and nginx manifests to seprate folder and have that render in the new Kustomization so we have separation of concerns and single responsibility principle. We can talk about it if you want. We can design it efficiently as a pattern for others to folllow.

artifacts/grafana-operator-manifests/kustomization.yaml Outdated Show resolved Hide resolved
@bonclay7 bonclay7 changed the title Import dashboards Setup dashboards for patterns (java, nginx) on EKS Jun 6, 2023
Copy link
Contributor

@elamaran11 elamaran11 left a comment

Choose a reason for hiding this comment

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

Have one version of Grafana Identity

@bonclay7 bonclay7 marked this pull request as ready for review June 7, 2023 16:06
@bonclay7 bonclay7 marked this pull request as draft June 7, 2023 16:06
bonclay7 added 5 commits June 8, 2023 10:15
The operator seems to only take into account the dashboards listed
in the eks infrastructure identity. This is an attempt to create a
separate identity for the nginx pattern
@bonclay7 bonclay7 marked this pull request as ready for review June 8, 2023 11:22
@bonclay7 bonclay7 requested a review from elamaran11 June 8, 2023 13:28
Copy link
Contributor

@elamaran11 elamaran11 left a comment

Choose a reason for hiding this comment

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

LGTM

@elamaran11 elamaran11 merged commit 672a773 into main Jun 8, 2023
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