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

Devspace update + Cluster dashboard #11222

Merged
merged 12 commits into from
Nov 17, 2023
Merged

Devspace update + Cluster dashboard #11222

merged 12 commits into from
Nov 17, 2023

Conversation

skudasov
Copy link
Collaborator

@skudasov skudasov commented Nov 7, 2023

  • Fix devspace chart to use latest valid CL node params
  • Add minimal Grafana dashboard as a go.mod
  • Fix PodMonitor to work with latest Grafana

@skudasov skudasov requested a review from a team as a code owner November 7, 2023 22:59
Copy link
Contributor

github-actions bot commented Nov 7, 2023

I see that you haven't updated any CHANGELOG files. Would it make sense to do so?

@skudasov skudasov changed the title Devspace update Devspace update + Cluster dashboard Nov 8, 2023
@cl-sonarqube-production
Copy link

SonarQube Quality Gate

Quality Gate failed

Failed condition 0.0% 0.0% Coverage on New Code (is less than 75%)

See analysis details on SonarQube

func main() {
name := os.Getenv("DASHBOARD_NAME")
if name == "" {
panic("DASHBOARD_NAME must be provided")
Copy link
Collaborator

Choose a reason for hiding this comment

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

Nit: Maybe use a fatal log or something instead? I'm not a huge fan of using panics this way, as it has a confusing layout for errors like this.

@skudasov skudasov added this pull request to the merge queue Nov 16, 2023
Merged via the queue into develop with commit 4eb170b Nov 17, 2023
87 of 88 checks passed
@skudasov skudasov deleted the devspace-update branch November 17, 2023 00:09
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