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

net: instrument dials #701

Merged
merged 5 commits into from
Feb 21, 2024
Merged

net: instrument dials #701

merged 5 commits into from
Feb 21, 2024

Conversation

mmatczuk
Copy link
Contributor

@mmatczuk mmatczuk commented Feb 20, 2024

Fixes #118
Fixes #514
Fixes #679

@mmatczuk mmatczuk requested a review from a team as a code owner February 20, 2024 16:04
@@ -315,6 +315,8 @@ func Command() *cobra.Command {
apiServerConfig: forwarder.DefaultHTTPServerConfig(),
logConfig: log.DefaultConfig(),
}
c.httpTransportConfig.PromRegistry = c.promReg
c.httpProxyConfig.PromNamespace = promNs
Copy link
Contributor

Choose a reason for hiding this comment

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

Should c.httpProxyConfig.PromNamespace = promNs be httpTransportConfig? I see c.httpProxyConfig.PromNamespace being set twice here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Correct.

prom.go Show resolved Hide resolved
Copy link
Contributor

@Choraden Choraden left a comment

Choose a reason for hiding this comment

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

LGTM

@mmatczuk mmatczuk merged commit b7a40d5 into main Feb 21, 2024
4 checks passed
@mmatczuk mmatczuk deleted the mmt/dial_metrics_2 branch February 21, 2024 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants