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
In v1 we published different binaries that exposed different configurations via CLI flags. In v2 we only have a single binary that can be made to work differently depending on the configuration file. The question is - how will we guide the users to the appropriate configuration file? There are multiple concerns here:
illustrating how a specific deployment unit, e.g. ingester, can be configured
illustrating which configuration options exist for each component (OTEL Collector currently has readme's for each component, but they vary in quality, and so far there is no schema-first solution for exhaustive config documentation as we had with Jaeger v1)
In v1 we published different binaries that exposed different configurations via CLI flags. In v2 we only have a single binary that can be made to work differently depending on the configuration file. The question is - how will we guide the users to the appropriate configuration file? There are multiple concerns here:
ingester
, can be configuredCurrently we only have one explicit config file (which in practice implements all-in-one binary).
Some options:
The text was updated successfully, but these errors were encountered: