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(server): fix get metering data miss quota #1673

Merged
merged 1 commit into from
Nov 10, 2023

Conversation

0fatal
Copy link
Contributor

@0fatal 0fatal commented Nov 10, 2023

  1. update db
db.Application.updateMany({}, {
  $set: {
    latestBillingTime: new Date(0)
  }
})
  1. deploy runtime exporter and ServiceMonitor
  2. add PrometheusRules

@HUAHUAI23 HUAHUAI23 merged commit afbdd36 into labring:main Nov 10, 2023
Copy link

sweep-ai bot commented Nov 10, 2023

Apply Sweep Rules to your PR?

  • Apply: All new business logic should have corresponding unit tests.
  • Apply: Refactor large functions to be more modular.

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.

2 participants