We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Discovery currently doesn't find any tags for AWS/MediaPackage when only mediapackagev2 channels and channelgroups are used.
discovery: jobs: - type: AWS/MediaPackage period: 30 length: 600 metrics: - name: EgressBytes statistics: [Sum]
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.
The text was updated successfully, but these errors were encountered:
YACE version 0.61.2
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
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?
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.
The text was updated successfully, but these errors were encountered: