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

Kepler latest underreporting metric values #1641

Open
vprashar2929 opened this issue Jul 25, 2024 · 0 comments
Open

Kepler latest underreporting metric values #1641

vprashar2929 opened this issue Jul 25, 2024 · 0 comments
Labels
kind/bug report bug issue

Comments

@vprashar2929
Copy link
Collaborator

What happened?

When Kepler with release-0.7.11 and latest are deployed simultaneously Kepler with latest is underreporting the metric values.

Attaching a comparison screenshot for reference:

Screenshot 2024-07-25 at 11 44 07 PM

Screenshot 2024-07-25 at 11 44 15 PM

Here Kepler using latest has job as dev whereas Kepler using release-0.7.11 has job as latest

What did you expect to happen?

Kepler latest shouldn't under-report the metric values.

How can we reproduce it (as minimally and precisely as possible)?

Deploy Kepler with release-0.7.11 and with latest using dev on a single machine and then compare the metric exported by them. Doing a rate of change between the two will give a good idea.

Anything else we need to know?

No response

Kepler image tag

release-0.7.11, latest

Kubernetes version

$ kubectl version
# paste output here

Cloud provider or bare metal

OS version

# On Linux:
$ cat /etc/os-release
# paste output here
$ uname -a
# paste output here

# On Windows:
C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture
# paste output here

Install tools

Kepler deployment config

For on kubernetes:

$ KEPLER_NAMESPACE=kepler

# provide kepler configmap
$ kubectl get configmap kepler-cfm -n ${KEPLER_NAMESPACE}
# paste output here

# provide kepler deployment description
$ kubectl describe deployment kepler-exporter -n ${KEPLER_NAMESPACE}

For standalone:

put your Kepler command argument here

Container runtime (CRI) and version (if applicable)

Related plugins (CNI, CSI, ...) and versions (if applicable)

@vprashar2929 vprashar2929 added the kind/bug report bug issue label Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug report bug issue
Projects
None yet
Development

No branches or pull requests

1 participant