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

[BUG] YACE reports "error":"Couldn't read /tmp/config.yml: Discovery job [3]: Service is not in known list!: AWS/EC2CapacityReservations" #1481

Closed
1 task done
cczhuang420 opened this issue Jul 29, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@cczhuang420
Copy link

cczhuang420 commented Jul 29, 2024

Is there an existing issue for this?

  • I have searched the existing issues

YACE version

v0.61.2

Config file

apiVersion: v1
data:
config.yml: |-
---
apiVersion: v1alpha1
discovery:
jobs:
- type: AWS/EC2CapacityReservations
regions:
- us-west-2
period: 900
length: 900
metrics:
- name: UsedInstanceCount
statistics:
- Sum
- name: AvailableInstanceCount
statistics:
- Sum
- name: TotalInstanceCount
statistics:
- Sum
- name: InstanceUtilization
statistics:
- Sum
kind: ConfigMap

Current Behavior

k logs pod/yace-xxxxxx -n yace
{"level":"info","msg":"Parsing config","time":"2024-07-29T05:54:22Z"}
{"error":"Couldn't read /tmp/config.yml: Discovery job [3]: Service is not in known list!: AWS/EC2CapacityReservations","level":"error","msg":"Error running yace","time":"2024-07-29T05:54:22Z"}

Expected Behavior

No response

Steps To Reproduce

No response

Anything else?

No response

@cczhuang420 cczhuang420 added the bug Something isn't working label Jul 29, 2024
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