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

Updates docs to match PR #5174 #1258

Closed

Conversation

wonko
Copy link
Contributor

@wonko wonko commented Nov 9, 2023

Updates the docs with the changes in kedacore/keda#5174. Should be merged if the PR is accepted, or adapted as needed.

Checklist

  • Commits are signed with Developer Certificate of Origin (DCO)

Signed-off-by: Bernard Grymonpon <[email protected]>
@wonko wonko requested a review from a team as a code owner November 9, 2023 21:18
Copy link

netlify bot commented Nov 9, 2023

Deploy Preview for keda ready!

Name Link
🔨 Latest commit 77063ee
🔍 Latest deploy log https://app.netlify.com/sites/keda/deploys/654d4ca4afffcd00084ba7f5
😎 Deploy Preview https://deploy-preview-1258--keda.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

github-actions bot commented Nov 9, 2023

Thank you for your contribution! 🙏 We will review your PR as soon as possible.

While you are waiting, make sure to:

  • Add your contribution to all applicable KEDA versions
  • GitHub checks are passing
  • Is the DCO check failing? Here is how you can fix DCO issues

Learn more about:

Copy link
Member

@zroubalik zroubalik left a comment

Choose a reason for hiding this comment

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

can we please update this to target 2.14?

- `keda_scaler_errors_total` - The unlabeled version is deprecated. Sum the `keda_scaler_errors_total`.
- `keda_scaler_errors` - Replaced by `keda_scaler_errors_total` (labeled).
- `keda_scaler_metrics_latency` - Replaced by `keda_scaler_metrics_latency_seconds`.
- `keda_trigger_totals` - Replaced by `trigger_handled_total`.
Copy link
Member

Choose a reason for hiding this comment

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

nit:

Suggested change
- `keda_trigger_totals` - Replaced by `trigger_handled_total`.
- `keda_trigger_totals` - Replaced by `keda_trigger_handled_total`.

- `keda_scaled_object_paused` - This metric indicates whether a ScaledObject is paused (value == 1) or un-paused (value == 0).
- `keda_scaler_active` - This metric marks whether the particular scaler is active (value == 1) or in-active (value == 0).
- `keda_scaler_errors_total` - The total number of errors encountered for each scaler.
Copy link
Member

Choose a reason for hiding this comment

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

the keda_scaler_errors_total existed before, I'd suggest keda_scaler_detail_errors_total instead kedacore/keda#5687 (comment)

Suggested change
- `keda_scaler_errors_total` - The total number of errors encountered for each scaler.
- `keda_scaler_detail_errors_total` - The total number of errors encountered for each scaler.

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.

3 participants