* Add EKS Resource Detector
* Remove getK8sCredHeader() from detectorUtils interface
* Change implementation for getContainerId() to be consistent with ecs resource detector
* Change code to use resource.Empty()
* Add comments to functions
* Update error handling with useful messages
* Delete unused variables in EKS resource detector tests
* Add whitespace around operators
* Add space around "-" operator
* Update comments for functions to be more descriptive
* Update CHANGELOG.md
* Fix spaces around operators.
* Change "GET" to use http.MethodGet
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
* Update error message for retrieving auth configmap
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
* Update error message for HTTP request
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
* Update error message for executing HTTP request
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
* Update error message for HTTP response
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
* Update error message for getClusterName
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
* Update error message for parsing JSON for clusterName
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
* Update error message for reading file
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
* Fix build errors
* Change JSON parsing to use map[string]interface{}
* Add check for HTTP response status code in error handling
* Refactor millisecondTimeOut variable name to timeoutMillis
* Update CHANGELOG.md
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
* Update detectors/aws/eks/go.mod
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
* Update detectors/aws/go.sum
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
* Update detectors/aws/eks/go.mod
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
* Update detectors/aws/eks/eks_resource_detector.go
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
* Update detectors/aws/eks/eks_resource_detector.go
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
* Update detectors/aws/eks/eks_resource_detector.go
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
* Update detectors/aws/eks/eks_resource_detector.go
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
* Update detectors/aws/eks/eks_resource_detector.go
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
* Update detectors/aws/eks/eks_resource_detector.go
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
* Update detectors/aws/eks/eks_resource_detector.go
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
* Update detectors/aws/eks/eks_resource_detector.go
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
* Update detectors/aws/eks/eks_resource_detector.go
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
* Update detectors/aws/eks/eks_resource_detector.go
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
* Update detectors/aws/eks/eks_resource_detector.go
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
* Update detectors/aws/eks/eks_resource_detector.go
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
* Update detectors/aws/eks/eks_resource_detector_test.go
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
* Update detectors/aws/eks/eks_resource_detector_test.go
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
* Update detectors/aws/eks/eks_resource_detector_test.go
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
* Update detectors/aws/eks/eks_resource_detector_test.go
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
* Fix build error and address changes to PR
* Change getContainerID() to use regex
* Update detectors/aws/eks/detector.go
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
* Update detectors/aws/eks/detector.go
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
|
||
|---|---|---|
| .circleci | ||
| .github | ||
| detectors | ||
| exporters/metric | ||
| instrumentation | ||
| internal/util | ||
| propagators | ||
| tools | ||
| .gitignore | ||
| .golangci.yml | ||
| CHANGELOG.md | ||
| CODEOWNERS | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| RELEASING.md | ||
| contrib.go | ||
| doc.go | ||
| go.mod | ||
| go.sum | ||
| pre_release.sh | ||
| tag.sh | ||
README.md
OpenTelemetry-Go Contrib
Collection of 3rd-party instrumentation and exporters for OpenTelemetry-Go.
Contents
- Instrumentation: Packages providing OpenTelemetry instrumentation for 3rd-party libraries.
- Exporters: Packages providing OpenTelemetry exporters for 3rd-party telemetry systems.
- Propagators: Packages providing OpenTelemetry context propagators for 3rd-party propagation formats.
- Detectors: Packages providing OpenTelemetry resource detectors for 3rd-party cloud computing environments.
Project Status
This project is currently in a pre-GA phase. Our progress towards a GA release candidate is tracked in this project board.
Contributing
For information on how to contribute, consult the contributing guidelines