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

Support mediapackagev2 discovery (AWS/MediaPackage) #1540

Open
1 task done
henrylaiBrightcove opened this issue Oct 14, 2024 · 1 comment
Open
1 task done

Support mediapackagev2 discovery (AWS/MediaPackage) #1540

henrylaiBrightcove opened this issue Oct 14, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@henrylaiBrightcove
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Feature description

Discovery currently doesn't find any tags for AWS/MediaPackage when only mediapackagev2 channels and channelgroups are used.

What might the configuration look like?

discovery:
  jobs:
  - type: AWS/MediaPackage
    period: 30
    length: 600
    metrics:
    - name: EgressBytes
      statistics: [Sum]
  

Anything else?

Current Error that shows is from discovery.go line 40: No tagged resources made it through filtering.

I'd like to request a change to service.go line 617.
Add aws.String("mediapackagev2") to the list of resource filters.

@henrylaiBrightcove henrylaiBrightcove added the enhancement New feature or request label Oct 14, 2024
@henrylaiBrightcove
Copy link
Author

YACE version 0.61.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant