You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With #207, OTelBin is stripping transparently the CR envelope of the OpenTelemetry Operator, but the experience feels surprising and not understandable, as the content you pasted is not what you copied. Instead, we should keep the CR envelop, and commented it out. For example, consider the following CR from the OpenTelemetry Operator repository:
All CR-related YAML is commented out with an additional # string at the the beginning of the line. This should apply also to lines that already start with # so that VS Code or similar IDEs can strip it away again easily.
The indentation of the actual configuration is adjusted.
This, coupled with #194, would lead to a smooth experience using OTelBin with the OpenTelemetry operator, as the commented-out YAML keeps the namespace, name, label and other metadata the end user will need to be able to directly patch their resources.
The text was updated successfully, but these errors were encountered:
With #207, OTelBin is stripping transparently the CR envelope of the OpenTelemetry Operator, but the experience feels surprising and not understandable, as the content you pasted is not what you copied. Instead, we should keep the CR envelop, and commented it out. For example, consider the following CR from the OpenTelemetry Operator repository:
In OTelBin, the content of the edit pane should be:
Notice that, in the above:
#
string at the the beginning of the line. This should apply also to lines that already start with#
so that VS Code or similar IDEs can strip it away again easily.This, coupled with #194, would lead to a smooth experience using OTelBin with the OpenTelemetry operator, as the commented-out YAML keeps the namespace, name, label and other metadata the end user will need to be able to directly patch their resources.
The text was updated successfully, but these errors were encountered: