-
Notifications
You must be signed in to change notification settings - Fork 507
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
Fix collector label addition issue #1427
Fix collector label addition issue #1427
Conversation
|
||
helm.sh/chart: opentelemetry-kube-stack-0.3.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is this adding an extra space here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @jaronoff97 for the review, this is fixed now.
Could we also change one of the examples to include some extra labels in the |
thank you for your contribution! 🙇 |
* fix the collector label addition failure * uptick the version * remove extra space * adding a label for demonstration
Please refer the following issue to get more details on this PR,
closes #1426