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

[FEATURE] Support tag discovery with AWS/DataSync #1217

Closed
1 task done
wkneewalden opened this issue Nov 13, 2023 · 1 comment
Closed
1 task done

[FEATURE] Support tag discovery with AWS/DataSync #1217

wkneewalden opened this issue Nov 13, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@wkneewalden
Copy link
Contributor

wkneewalden commented Nov 13, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Feature description

DataSync metrics with TaskId or AgentId dimensions should be included in tag discovery service list.

What might the configuration look like

discovery:
jobs:
- type: datasync
  period: 120
  length: 600
  metrics:
    - name: BytesVerifiedDestination
      statistics: [Sum]
    - name: BytesVerifiedSource
      statistics: [Sum]
    - name: FilesVerifiedDestination
      statistics: [Sum]
    - name: FilesVerifiedSource
      statistics: [Sum]

Anything else?

https://docs.aws.amazon.com/datasync/latest/userguide/tagging-tasks.html
https://docs.aws.amazon.com/datasync/latest/userguide/monitor-datasync.html

@wkneewalden wkneewalden added the enhancement New feature or request label Nov 13, 2023
@wkneewalden
Copy link
Contributor Author

Created PR:

#1221

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