We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
collector
The labels-filter startup parameter, flag is --label, which is inconsistent with the example and variable name.
--labels-filter
--label
v1.29.2
v0.105.0
v0.104.0
No response
Reference Code: https://github.com/open-telemetry/opentelemetry-operator/blob/v0.105.0/main.go#L173
pflag.StringArrayVar(&labelsFilter, "label", []string{}, "Labels to filter away from propagating onto deploys. It should be a string array containing patterns, which are literal strings optionally containing a * wildcard character. Example: --labels-filter=.*filter.out will filter out labels that looks like: label.filter.out: true")
The text was updated successfully, but these errors were encountered:
@chinaran would you like to fix it?
Sorry, something went wrong.
Yes, Please check #3203. Thank you.
Successfully merging a pull request may close this issue.
Component(s)
collector
What happened?
Description
The labels-filter startup parameter, flag is --label, which is inconsistent with the example and variable name.
Expected Result
--labels-filter
Actual Result
--label
Kubernetes Version
v1.29.2
Operator version
v0.105.0
Collector version
v0.104.0
Environment information
No response
Log output
No response
Additional context
Reference Code: https://github.com/open-telemetry/opentelemetry-operator/blob/v0.105.0/main.go#L173
The text was updated successfully, but these errors were encountered: