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

No metric collected when no "tencent.com/vcuda-core" assigned #173

Open
xiaoFine opened this issue Dec 28, 2022 · 0 comments
Open

No metric collected when no "tencent.com/vcuda-core" assigned #173

xiaoFine opened this issue Dec 28, 2022 · 0 comments

Comments

@xiaoFine
Copy link

xiaoFine commented Dec 28, 2022

I deployed my app via SeldonCore and Triton Server in an k8s, and found no metrics collected when tencent.com/vcuda-core is skipped in deployment.yaml. Is that a bug or the tencent.com/vcuda-core must be configed for each deployment?

### metrics are collected when vcude-core set
resources:
    limits:
         tencent.com/vcuda-core:    50
         tencent.com/vcuda-memory:  3
    requests:
          tencent.com/vcuda-core:    50
          tencent.com/vcuda-memory:  3
### metrics are not collected when no vcuda-core set
resources:
    limits:
        tencent.com/vcuda-memory:  3
    requests:
        tencent.com/vcuda-memory:  3
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

No branches or pull requests

1 participant