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

fix: add grafana agent as dependency + fix some templates #622

Merged
merged 6 commits into from
Apr 5, 2023

Conversation

davidspek
Copy link
Contributor

Summary

Adds grafana-agent as a dependency for trace shield and fixes some other application templates.

Checklist

  • No images hosted from dockerhub
  • Are dashboards present to understand the health of the application. There must be at least 1 of these
    • all databases should have dashboards
    • ideally also have at least cpu/mem utilization dashboards for webserver tier of the app
    • you can use plural from-grafana to convert a grafana dashboard found via google to our CRD
  • Are scaling runbooks present
    • all databases must have scaling runbooks
    • you can use the charts in pluralsh/module-library to accelerate this
  • do you need to add config overlays?
    • inputing secrets
    • configuring autoscaling
  • If there’s a web-facing component to the app, we need to support OIDC authentication and setting up private networks if no authentication option is viable
  • All major clouds must be supported
    • Azure
    • AWS
    • GCP

Signed-off-by: David van der Spek <vanderspek.david@gmail.com>
Signed-off-by: David van der Spek <vanderspek.david@gmail.com>
@davidspek davidspek changed the title fix(trace-shield): add grafana agent as dependency + fix some templates fix: add grafana agent as dependency + fix some templates Apr 5, 2023
@@ -6,12 +6,12 @@ global:
kube-prometheus-stack:
grafana:
namespaceOverride: {{ $monitoringNamespace }}
{{- if dig "Configuration" "grafana-agent" . }}
{{- if and .Configuration (index .Configuration "grafana-agent") }}
Copy link
Member

Choose a reason for hiding this comment

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

perhaps save as a var to reference in both cases more naturally?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

Signed-off-by: David van der Spek <vanderspek.david@gmail.com>
Signed-off-by: David van der Spek <vanderspek.david@gmail.com>
Signed-off-by: David van der Spek <vanderspek.david@gmail.com>
@davidspek davidspek force-pushed the trace-shield-deps branch from 164bd04 to e8d7e95 Compare April 5, 2023 17:17
Signed-off-by: David van der Spek <vanderspek.david@gmail.com>
@davidspek davidspek merged commit f2f4c68 into main Apr 5, 2023
@davidspek davidspek deleted the trace-shield-deps branch April 5, 2023 17:18
@plural-bot
Copy link
Contributor

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@plural-bot
Copy link
Contributor

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@davidspek davidspek restored the trace-shield-deps branch December 19, 2023 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants