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

Fix issue where the in-memory dialer was not being passed to modules. #4044

Merged
merged 3 commits into from
Jun 2, 2023

Conversation

mattdurham
Copy link
Collaborator

PR Description

The dialerfunc is not being passed to the child modules, this caused exporters to fail since they were exporting agent.internal but serving on normal http.

PR Checklist

  • [X ] CHANGELOG updated
  • Documentation added
  • Tests updated

@mattdurham mattdurham marked this pull request as ready for review June 2, 2023 14:57
@mattdurham mattdurham requested a review from a team as a code owner June 2, 2023 14:57
CHANGELOG.md Outdated Show resolved Hide resolved
Copy link
Contributor

@erikbaranowski erikbaranowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mattdurham mattdurham enabled auto-merge (squash) June 2, 2023 15:18
@mattdurham mattdurham merged commit 1e649e0 into main Jun 2, 2023
7 of 8 checks passed
@mattdurham mattdurham deleted the http_api_fix branch June 2, 2023 15:23
captncraig pushed a commit that referenced this pull request Jun 2, 2023
…#4044)

* Fix issue where the in-memory dialer was not being passed to modules.

* Fix type

* Fix location of changelog
captncraig added a commit that referenced this pull request Jun 2, 2023
* Fix issue where the in-memory dialer was not being passed to modules. (#4044)

* Fix issue where the in-memory dialer was not being passed to modules.

* Fix type

* Fix location of changelog

* update references for v0.34.0-rc.1 (#4047)

* fix changelog for 0.34.0-rc.1

---------

Co-authored-by: mattdurham <mattdurham@ppog.org>
clayton-cornell pushed a commit that referenced this pull request Aug 14, 2023
…#4044)

* Fix issue where the in-memory dialer was not being passed to modules.

* Fix type

* Fix location of changelog
clayton-cornell pushed a commit that referenced this pull request Aug 14, 2023
…#4044)

* Fix issue where the in-memory dialer was not being passed to modules.

* Fix type

* Fix location of changelog
@github-actions github-actions bot added the frozen-due-to-age Locked due to a period of inactivity. Please open new issues or PRs if more discussion is needed. label Feb 23, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
frozen-due-to-age Locked due to a period of inactivity. Please open new issues or PRs if more discussion is needed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants