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
The need of applying the the flag to the registry. Would be good if we can pass a registry to the flag constructor (or Registry.ToFlag something like this API) and when the flags are parsed the values are Set to the Registry.
The "String" represents only the values set in the Flag not all the gates. This can be solved similarly with 1.
This logic seems very strange. I think we should remove this.
Possible solutions for 1.0:
Move it from the current package to otelcol and delay the fixes.
Fix now.
The text was updated successfully, but these errors were encountered:
Fixesopen-telemetry#7042
Uses direct values to/from a given registry. Simplifies usage, defers the "set" logic to the Registry.
Signed-off-by: Bogdan Drutu <[email protected]>
Fixesopen-telemetry#7042
Uses direct values to/from a given registry. Simplifies usage, defers the "set" logic to the Registry.
Signed-off-by: Bogdan Drutu <[email protected]>
bogdandrutu
added a commit
to bogdandrutu/opentelemetry-collector
that referenced
this issue
Mar 11, 2023
Fixesopen-telemetry#7042
Uses direct values to/from a given registry. Simplifies usage, defers the "set" logic to the Registry.
Signed-off-by: Bogdan Drutu <[email protected]>
bogdandrutu
added a commit
to bogdandrutu/opentelemetry-collector
that referenced
this issue
Mar 11, 2023
Fixesopen-telemetry#7042
Uses direct values to/from a given registry. Simplifies usage, defers the "set" logic to the Registry.
Signed-off-by: Bogdan Drutu <[email protected]>
…7356)
Fixes#7042
Uses direct values to/from a given registry. Simplifies usage, defers the "set" logic to the Registry.
Signed-off-by: Bogdan Drutu <[email protected]>
Few caveats that I found so far:
Possible solutions for 1.0:
otelcol
and delay the fixes.The text was updated successfully, but these errors were encountered: