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(Traefik Proxy): add tracingparameters to helm chart values #1271

Merged
merged 9 commits into from
Dec 10, 2024

Conversation

slayne
Copy link
Contributor

@slayne slayne commented Dec 6, 2024

What does this PR do?

This PR adds the option to specify all tracing parameters in the chart values
(sorry i unintentionally closed the first PR)

Motivation

he tracing samplingRate was not exposed in the values, meaning that we have to specify it directly in CLI options if needed.
solves #1269

More

  • Yes, I updated the tests accordingly
  • Yes, I updated the schema accordingly
  • Yes, I ran make test and all the tests passed

traefik/templates/_podtemplate.tpl Outdated Show resolved Hide resolved
traefik/templates/_podtemplate.tpl Outdated Show resolved Hide resolved
David Heredero added 2 commits December 9, 2024 09:39
traefik/values.yaml Outdated Show resolved Hide resolved
@mloiseleur mloiseleur added the kind/enhancement New feature or request label Dec 9, 2024
Copy link
Contributor

@mloiseleur mloiseleur left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks 👍

Copy link
Contributor

@darkweaver87 darkweaver87 left a comment

Choose a reason for hiding this comment

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

LGTM. cf my suggestions to pass the CI

traefik/values.yaml Outdated Show resolved Hide resolved
traefik/values.yaml Outdated Show resolved Hide resolved
@traefiker traefiker merged commit b2c0628 into traefik:master Dec 10, 2024
1 check passed
@mloiseleur mloiseleur linked an issue Dec 11, 2024 that may be closed by this pull request
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding tracing sampleRate to chart values
4 participants