-
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
[receiver/prometheusreceiver] Configuring httpSD http client from TAs clienthttp #34035
[receiver/prometheusreceiver] Configuring httpSD http client from TAs clienthttp #34035
Conversation
…g-from-TAs-confighttp
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Keep alive |
From failing CI/CD action:
|
Failing connector test is unrelated to this change, I've filed #34487 to address it. |
@crobert-1 Ran make gotidy |
Added |
@ItielOlenick can you please rebase to fix the conflict? |
674bb4f
to
dd323f2
Compare
@dmitryax Done |
@dmitryax @crobert-1 Can we get this merged? |
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.
LGTM
… clienthttp (open-telemetry#34035) **Description:** Translating relevant fields from TargetAllocator's confighttps to be used in the service discovery http client config This assures that the relevant config defiend for the TA is used by the service discovery jobs in addition to the scrape configs (as solved by open-telemetry#31449) **Link to tracking Issue:** Resolves open-telemetry#33370 **Testing:** Added unit tests. **Documentation:**
Description:
Translating relevant fields from TargetAllocator's confighttps to be used in the service discovery http client config
This assures that the relevant config defiend for the TA is used by the service discovery jobs in addition to the scrape configs (as solved by #31449)
Link to tracking Issue: Resolves #33370
Testing:
Added unit tests.
Documentation: