-
Notifications
You must be signed in to change notification settings - Fork 125
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
OTel Resource Detector for AWS #426
base: main
Are you sure you want to change the base?
OTel Resource Detector for AWS #426
Conversation
The committers listed above are authorized under a signed CLA. |
5f30af1
to
83e0e34
Compare
@@ -0,0 +1,139 @@ | |||
-module(otel_resource_aws_ecs). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The naming convention here follows the naming convention in opentelemetry with otel_resource_app_env
and otel_resource_env_var
83e0e34
to
96bac1d
Compare
"tagPrefix": "opentelemetry-resource-detector-aws-v", | ||
"buildTool": "rebar3", | ||
"language": "erlang", | ||
"authorizedUsers": ["danschultzer"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume I have to manage the releases for this, but lmk if either of you @bryannaegele @tsloughter should be added here.
@bryannaegele @tsloughter can I get a review of this PR? |
Adds OTel Resource Detector for AWS, with support for ECS.
It's essentially a mirror of the JS version.
Resolves #101