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

[exporter/alertmanager] Use NewDefaultClientConfig instead of manually creating struct #35518

Conversation

mackjmr
Copy link
Member

@mackjmr mackjmr commented Oct 1, 2024

Description:
This PR makes usage of NewDefaultClientConfig instead of manually creating the confighttp.ClientConfig struct.

Link to tracking Issue: #35457

…y creating struct

This PR makes usage of NewDefaultClientConfig instead of manually creating the confighttp.ClientConfig struct.

Issue: open-telemetry#35457
@mx-psi
Copy link
Member

mx-psi commented Oct 1, 2024

You can add '[chore]' to the title to auto-skip the changelog

@mx-psi mx-psi merged commit 3ea141f into open-telemetry:main Oct 1, 2024
163 of 164 checks passed
@github-actions github-actions bot added this to the next release milestone Oct 1, 2024
mackjmr added a commit to mackjmr/opentelemetry-collector-contrib that referenced this pull request Oct 3, 2024
This is a follow up to: open-telemetry#35518. Don't rely on global DefaultTransport, instead create own variable. This is based on feedback from: open-telemetry/opentelemetry-collector#11299 (comment).
jriguera pushed a commit to springernature/opentelemetry-collector-contrib that referenced this pull request Oct 4, 2024
…y creating struct (open-telemetry#35518)

**Description:** 
This PR makes usage of `NewDefaultClientConfig` instead of manually
creating the confighttp.ClientConfig struct.

**Link to tracking Issue:** open-telemetry#35457
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exporter/alertmanager Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants