-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
area/otelarea/storagechangelog:new-featureChange that should be called out as new feature in CHANGELOGChange that should be called out as new feature in CHANGELOGenhancementv2
Description
Requirement
In this issue, we want to align the configuration for memory storage with OTEL (part of #5229)
Tasks / outcomes
- All config fields are tagged with mapstructure such that they can be addressable from YAML via "good" names
- Configs implement Validate()
- Configs via YAML support the same defaults as in jaeger-v1
- Configs reuse standard elements of OTEL configs whenever possible, e.g. TLS, clientcfg, etc. (N/A)
- Configuration looks "logical" and properly grouped, not flattened with long weird names
- We create a migration guide document with a table that lists v1 CLI flags and the corresponding v2 config fields
Metadata
Metadata
Assignees
Labels
area/otelarea/storagechangelog:new-featureChange that should be called out as new feature in CHANGELOGChange that should be called out as new feature in CHANGELOGenhancementv2