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
For instance #2181 introduced all Jaeger collector flags to OTEL build. From the introduced flags only zipkin flags are needed.
From one point of view exposing all flags helps with backward compatibility (for drop-in replacement) - the process will not fail at startup on not recognized flag from Jaeger collector. On the other hand these some flags are noop.
There are two ways to go:
2. mark not used flags as noop/deprecated.
remove not used flags
We could do this gradually, first just make them noop and then remove them once Jaeger collector will not be supported anymore.
The text was updated successfully, but these errors were encountered:
For instance #2181 introduced all Jaeger collector flags to OTEL build. From the introduced flags only zipkin flags are needed.
From one point of view exposing all flags helps with backward compatibility (for drop-in replacement) - the process will not fail at startup on not recognized flag from Jaeger collector. On the other hand these some flags are noop.
There are two ways to go:
2. mark not used flags as noop/deprecated.
We could do this gradually, first just make them noop and then remove them once Jaeger collector will not be supported anymore.
The text was updated successfully, but these errors were encountered: