ECS task metadata logic
- Dominant language
- Java
- Stars
- 2.6k
- Forks
- 1k
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 51
Description
### Describe the feature
For performance measurements in the context of Amazon ECS, the metrics data from the task metadata endpoint can be used. Unfortunately, there is no direct AWS SDK support for this, which means that the logic itself has to be implemented.
### Is your Feature Request related to a problem?
It is a common task to get ECS metadata for introspection purposes. On GitHub there are several implementations for this issue, AWS should provide a standardized implementation.
### Proposed Solution
Implement a service to connect with the ECS metadata endpoint and return a Java object/a list of Java objects wrapping the JSON data.
### Describe alternatives you've considered
_No response_
### Acknowledge
- [ ] I may be able to implement this feature request
### AWS Java SDK version used
2.17.121
### JDK version used
Doesn't matter
### Operating System and version
Doesn't matter
Contributor guide
Assessment
This issue has not been assessed yet.