Commit Graph

13 Commits

Author SHA1 Message Date
Anuraag Agrawal 9c56905bf6
Directly fetch AWS resource metadata without depending on heavyweight… (#1289)
* Directly fetch AWS resource metadata without depending on heavyweight AWS SDK and allow extension for non-EC2 resources like ECS.

* Set HOST_NAME too

* Cleanups

* Not public

* Update test
2020-06-01 11:32:44 -07:00
Anuraag Agrawal a9c7c7237d
Update config / deps to allow building on Java 14. (#1287)
* Update config / deps to allow building on Java 14.

* Finish comment
2020-05-29 08:55:38 -07:00
Anuraag Agrawal 561c81e231
Inline generation of XRay trace IDs to remove heavyweight SDK depende… (#1274)
* Inline generation of XRay trace IDs to remove heavyweight SDK dependency.

* Revert unnecessary

* Squash
2020-05-26 06:46:58 -07:00
Bogdan Drutu bcacf39a9c
Apply intelij inspect suggestions for Java code (#1196)
* Apply intelij inspect suggestions for Java code

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>

* Fix comments.
2020-05-11 16:54:39 -07:00
Mike Goldsmith 577bab0032
move AttributeValue to common package (#1005) 2020-03-12 12:54:00 -07:00
Armin Ruech 91d2132f62
Rename resource labels to attributes (#970) 2020-03-10 16:35:17 -07:00
Bogdan Drutu 4c7072a1e4
Add javadoc link to all readmes (#981)
Signed-off-by: Bogdan Cristian Drutu <bogdandrutu@gmail.com>
2020-03-09 14:32:22 -07:00
Bogdan Drutu a148263597
Switch to use pluginManagement, Use gradle plugin for jmh. (#903)
* Switch to use pluginManagement, Use gradle plugin for jmh.

Signed-off-by: Bogdan Cristian Drutu <bogdandrutu@gmail.com>

* Fix jmh report

Signed-off-by: Bogdan Cristian Drutu <bogdandrutu@gmail.com>

* Use ' for the moment for plugin ids in main gradle
2020-02-21 10:19:51 -08:00
Giovanni Liva 24e470522d
Use AttributeValue in Resources (#883)
* Introduce ResourceValue

* Reuse AttributeValue for ResourceValue

* Constant resource value as AttributeValue

* ./gradlew goJF

* Rebase
2020-02-21 10:15:15 -08:00
Kevin Brockhoff e4dce28aea Update to latest Resource semantic conventions. (#786)
* Update to latest Resource semantic conventions.

* expand test to cover new property
2020-01-23 15:10:23 -08:00
Jonathan Giles ecad8609aa Introduce automatic module names into all libraries being built. (#781)
* Introduce automatic module names into all libraries being built.

* Centralise manifest config of automatic module name into root build.gradle file.

* Adding empty new lines
2020-01-22 18:22:00 -08:00
Bogdan Drutu c54a4e94ea
Avoid calling the AWS specific methods in unit-tests. (#748)
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2020-01-13 21:04:05 -08:00
Kevin Brockhoff 6859896f31 Add AWS support to SDK (#743)
* Initial dev of XRay ids generator

* Initial dev of EC2 resource labels retrieval and population

* renamed module to emphasize it uses v1 of AWS SDK

* fix code review issues

* fix test code review issues

* Add RunWith annotation
2020-01-13 11:21:27 -08:00