-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[exporter/loadbalancing] AWS Cloud Map to resolve collectors backends #27241
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
@andretong I am going to assign this to you since I see you submitted an initial PR. Please feel free to unassign yourself if needed. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This issue has been closed as inactive because it has been stale for 120 days with no activity. |
Reopening, as there's a PR for this already. |
…ter discovery (#27588) **Description:** Implementation of [27241](#27241) Adding AWS Service discovery system (CloudMap) support to resolve the Collector's Backend. This would allow users to use this exporter when there is the case of using ECS over EKS in an AWS infrastructure. <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> **Link to tracking Issue:** <Issue number if applicable> **Testing:** <Describe what testing was performed and which tests were added.> Setting the following configuration with the proper values, we can start the Load Balancer which will connect to the AWS CloudMap service and start sending traces to the available collectors. ```yaml exporters: loadbalancing: protocol: otlp: timeout: 3s resolver: awsCloudMap: namespace: <aws-namespace> serviceName: <aws-otel-col-service-name> interval: <interval-in-seconds> ``` **Documentation:** <Describe the documentation added.>
OK to close as complete? PR is merged. |
I agree this seems fixed by #27588 |
Component(s)
exporter/loadbalancing
Is your feature request related to a problem? Please describe.
Looking at the currently supported alternatives like
k8s
, it would be nice to add the AWS Service discovery system (CloudMap) to resolve the Collector's Backend.This would allow users to use this exporter when there is the case of using ECS over EKS in an AWS infrastructure.
Describe the solution you'd like
namespace
andserviceName
will be defined as attributes in a new Resolver ConfigThe configuration will look like this:
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: