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

Wrong scaler active value and paused value are pushed to OpenTelemetry #5705

Closed
SpiritZhou opened this issue Apr 18, 2024 · 0 comments
Closed
Labels
bug Something isn't working

Comments

@SpiritZhou
Copy link
Contributor

Report

  1. When the scaler is inactive, a value of -1 is currently being pushed to OpenTelemetry. It should be 0.
  2. When the scale object is recovered from a paused state, a value of 0 cannot be pushed successfully and e2e test to fail.

Expected Behavior

  1. scaler inactive value should be 0
  2. Paused state value should be pushed to Opentelemetry successfully.

Actual Behavior

  1. scaler inactive value is -1
  2. Paused state value cannot be pushed successfully.

Steps to Reproduce the Problem

Logs from KEDA operator

example

KEDA Version

2.13.1

Kubernetes Version

1.26

Platform

None

Scaler Details

No response

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant