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

Add Amazon EKS Resource Detector #465

Merged
merged 50 commits into from
Dec 4, 2020

Conversation

wilguo
Copy link
Contributor

@wilguo wilguo commented Nov 23, 2020

This PR adds an EKS Resource Detector.

Functionalities:

  • If the EKS resource detector detects that it is running on EKS, then it will populate the resource object with metadata. The metadata will include the containerId and clusterName.
  • If the EKS resource detector detects that the application is not running on EKS, then it will return an empty Resource

List of Changes:

  • Add functionality for Amazon EKS resource detector defined above
  • Add corresponding unit tests for Amazon EKS resource detector to detect when running in EKS and when running not in EKS

detectors/aws/eks/eks_resource_detector.go Outdated Show resolved Hide resolved
detectors/aws/eks/eks_resource_detector.go Outdated Show resolved Hide resolved
detectors/aws/eks/eks_resource_detector.go Outdated Show resolved Hide resolved
detectors/aws/eks/eks_resource_detector.go Outdated Show resolved Hide resolved
detectors/aws/eks/eks_resource_detector.go Outdated Show resolved Hide resolved
detectors/aws/eks/eks_resource_detector.go Outdated Show resolved Hide resolved
detectors/aws/eks/eks_resource_detector.go Outdated Show resolved Hide resolved
detectors/aws/eks/eks_resource_detector.go Outdated Show resolved Hide resolved
detectors/aws/eks/eks_resource_detector.go Outdated Show resolved Hide resolved
detectors/aws/eks/eks_resource_detector.go Outdated Show resolved Hide resolved
wilguo and others added 8 commits November 27, 2020 12:04
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
wilguo and others added 14 commits December 3, 2020 12:28
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
detectors/aws/eks/detector.go Outdated Show resolved Hide resolved
detectors/aws/eks/detector.go Outdated Show resolved Hide resolved
wilguo and others added 3 commits December 4, 2020 10:59
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
@MrAlias
Copy link
Contributor

MrAlias commented Dec 4, 2020

cycling to see if it clears the checks.

@MrAlias MrAlias closed this Dec 4, 2020
@MrAlias MrAlias reopened this Dec 4, 2020
@wilguo
Copy link
Contributor Author

wilguo commented Dec 4, 2020

Should I try and trigger a new commit for circleci to run again?

@MrAlias MrAlias merged commit b02fae7 into open-telemetry:master Dec 4, 2020
@MrAlias
Copy link
Contributor

MrAlias commented Dec 4, 2020

Should I try and trigger a new commit for circleci to run again?

Should be all set.

plantfansam referenced this pull request in plantfansam/opentelemetry-go-contrib Mar 18, 2022
CircleCI has golang images without the patch versions which contain
the latest patch version of golang. That way we do not need to
remember to update the CI config on every patch release.
@pellared pellared added this to the untracked milestone Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants