-
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
[config] move -component.UseLocalHostAsDefaultHost feature gate to stable #35570
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
extension/awsproxy
extension/healthcheck
Health Check Extension
extension/healthcheckv2
extension/jaegerremotesampling
internal/aws
processor/remotetap
receiver/awsfirehose
receiver/awsxray
receiver/influxdb
receiver/jaeger
receiver/loki
receiver/opencensus
receiver/sapm
receiver/signalfx
receiver/skywalking
receiver/splunkhec
receiver/zipkin
Zipkin receiver
receiver/zookeeper
labels
Oct 3, 2024
github-actions
bot
requested review from
andrzej-stencel,
Aneurysm9,
atoulme,
crobert-1,
djaglowski,
dmitryax,
frzifus,
jacobmarble,
JaredTan95,
jaronoff97,
jpkrohling and
mar4uk
October 3, 2024 08:49
github-actions
bot
requested review from
mwear,
mxiamxia,
srprash,
wangzlei and
yurishkuro
October 3, 2024 08:49
odubajDT
force-pushed
the
localhostgate-stable
branch
from
October 3, 2024 08:58
7f6a9c6
to
00f7a87
Compare
odubajDT
force-pushed
the
localhostgate-stable
branch
from
October 3, 2024 10:37
00f7a87
to
7f6c65d
Compare
…able Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
odubajDT
force-pushed
the
localhostgate-stable
branch
from
October 3, 2024 11:03
7f6c65d
to
3517ea4
Compare
songy23
reviewed
Oct 3, 2024
Co-authored-by: Yang Song <[email protected]>
djaglowski
approved these changes
Oct 3, 2024
mx-psi
approved these changes
Oct 3, 2024
mx-psi
added
the
release:blocker
The issue must be resolved before cutting the next release
label
Oct 3, 2024
mowies
approved these changes
Oct 3, 2024
songy23
approved these changes
Oct 3, 2024
songy23
added
the
ready to merge
Code review completed; ready to merge by maintainers
label
Oct 3, 2024
jriguera
pushed a commit
to springernature/opentelemetry-collector-contrib
that referenced
this pull request
Oct 4, 2024
…able (open-telemetry#35570) **Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> Move -component.UseLocalHostAsDefaultHost feature gate to stable to be aligned with the Otel-collector [core repository components](https://github.com/open-telemetry/opentelemetry-collector/pull/11235/files#diff-aa3f33da15c55657195189f2f092ca32a6d9f17d9f4ba450041f88e1bdcc7711) **Link to tracking Issue:** open-telemetry#35569 --------- Signed-off-by: odubajDT <[email protected]> Co-authored-by: Yang Song <[email protected]>
ghost
pushed a commit
to sematext/opentelemetry-collector-contrib
that referenced
this pull request
Oct 9, 2024
…able (open-telemetry#35570) **Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> Move -component.UseLocalHostAsDefaultHost feature gate to stable to be aligned with the Otel-collector [core repository components](https://github.com/open-telemetry/opentelemetry-collector/pull/11235/files#diff-aa3f33da15c55657195189f2f092ca32a6d9f17d9f4ba450041f88e1bdcc7711) **Link to tracking Issue:** open-telemetry#35569 --------- Signed-off-by: odubajDT <[email protected]> Co-authored-by: Yang Song <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
extension/awsproxy
extension/healthcheck
Health Check Extension
extension/healthcheckv2
extension/jaegerremotesampling
internal/aws
processor/remotetap
ready to merge
Code review completed; ready to merge by maintainers
receiver/awsfirehose
receiver/awsxray
receiver/influxdb
receiver/jaeger
receiver/loki
receiver/opencensus
receiver/sapm
receiver/signalfx
receiver/skywalking
receiver/splunkhec
receiver/zipkin
Zipkin receiver
receiver/zookeeper
release:blocker
The issue must be resolved before cutting the next release
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
Move -component.UseLocalHostAsDefaultHost feature gate to stable to be aligned with the Otel-collector core repository components
Link to tracking Issue: #35569