-
Notifications
You must be signed in to change notification settings - Fork 441
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
Conversation
Signed-off-by: Bernard Grymonpon <[email protected]>
✅ Deploy Preview for keda ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Thank you for your contribution! 🙏 We will review your PR as soon as possible.
Learn more about:
|
There was a problem hiding this 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`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit:
- `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. |
There was a problem hiding this comment.
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)
- `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. |
Updates the docs with the changes in kedacore/keda#5174. Should be merged if the PR is accepted, or adapted as needed.
Checklist