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] Couldn't read /config/config.yml:Service is not in known list!: AWS/GatewayELB #1527

Open
1 task done
marcelobaptista opened this issue Sep 18, 2024 · 0 comments
Open
1 task done
Labels
bug Something isn't working

Comments

@marcelobaptista
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

YACE version

v0.55.0

Config file

apiVersion: v1alpha1
sts-region: us-east-1
discovery:
  jobs:
    - type: AWS/GatewayELB
      regions:
        - us-east-1
      role: 
        - roleArn: arn:aws:iam::123456789012:role/yace-discovery-role
      period: 300
      length: 300
      metrics:
        - name: HealthyHostCount
          statistics: [Maximum, Minimum]
          period: 300
          length: 300
        - name: RejectedFlowCount
          statistics: [Average,Maximum, Minimum]
          period: 300
          length: 300
        - name: UnHealthyHostCount
          statistics: [Maximum, Minimum]
          period: 300
          length: 300

### Current Behavior

```bash
kubectl logs yace-exporter-67b7d7b8d7-7z5zv -n yace-exporter

{"caller":"main.go:211", "level":"info", "msg":"Parsing config", "ts": "2024-09-18T12:46:56.958174768Z", "version": "v0.55.0"} 
{"caller": "main.go:68","err": "Couldn't read /configuration/config.yml: Discovery job [6]: Service is not in known list!: AWS/GatewayELB", "level": "error", "msg":"v0.55.0"}



### Expected Behavior

_No response_

### Steps To Reproduce

```bash
yace verify config --config. file config.yml 
{"caller":"main.go:204","level":"info","msg":"Parsing config","ts":"2024-09-18T12:48:39.126751z","version":"v0.55.0"}
{"caller":"main.go:210","level":"info","msg":"Config file is valid","path":"config.yml","ts":"2024-09-18712:48:39.1321082","version":"v0.55.0"}

### Anything else?

_No response_
@marcelobaptista marcelobaptista added the bug Something isn't working label Sep 18, 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