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

feat(confighttp): Add source_vip configuration option #12587

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

palakg11
Copy link

@palakg11 palakg11 commented Mar 9, 2025

The otlphttpExporter previously determined the source IP dynamically based on available VIPs. This change introduces a source_vip configuration option, allowing users to specify a fixed VIP for outbound requests.

  • If source_vip is provided, the exporter will use it for outbound traffic.
  • If not provided, the exporter continues with the existing dynamic VIP selection.

Description

Link to tracking issue

Fixes #12586

Testing

Documentation

The otlphttpExporter previously determined the source IP dynamically
based on available VIPs. This change introduces a `source_vip`
configuration option, allowing users to specify a fixed VIP for
outbound requests.

- If `source_vip` is provided, the exporter will use it for outbound traffic.
- If not provided, the exporter continues with the existing dynamic VIP selection.
@palakg11 palakg11 requested a review from a team as a code owner March 9, 2025 13:34
@palakg11 palakg11 requested a review from TylerHelmuth March 9, 2025 13:34
Copy link

linux-foundation-easycla bot commented Mar 9, 2025

CLA Signed


The committers listed above are authorized under a signed CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add source_vip / outbound_vip Configuration to otlphttpExporter
1 participant