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
[es] Add index rollover mode that can choose day and hour (#2965)
* add index rollover for ES storage
Signed-off-by: WalkerWang731 <[email protected]>
* update that separate rollover of spans and services for the es index
Signed-off-by: WalkerWang731 <[email protected]>
* fix the GetOperation issue and change IndexDateLayoutDependencies to defaultIndexRolloverFrequency
Signed-off-by: WalkerWang731 <[email protected]>
* update explain for the es.index-rollover-frequency
Signed-off-by: WalkerWang731 <[email protected]>
* make fmt
Signed-off-by: albertteoh <[email protected]>
* Fix minor formatting issues in table tests
Signed-off-by: Albert Teoh <[email protected]>
Co-authored-by: Albert <[email protected]>
Co-authored-by: albertteoh <[email protected]>
returnnil, fmt.Errorf("--es.use-ilm must always be used in conjunction with --es.use-aliases to ensure ES writers and readers refer to the single index mapping")
"Rotates jaeger-span indices over the given period. For example \"day\" creates \"jaeger-span-yyyy-MM-dd\" every day after UTC 12AM. Valid options: [hour, day]. "+
216
+
"This does not delete old indices. For details on complete index management solutions supported by Jaeger, refer to: https://www.jaegertracing.io/docs/deployment/#elasticsearch-rollover")
"Rotates jaeger-service indices over the given period. For example \"day\" creates \"jaeger-service-yyyy-MM-dd\" every day after UTC 12AM. Valid options: [hour, day]. "+
221
+
"This does not delete old indices. For details on complete index management solutions supported by Jaeger, refer to: https://www.jaegertracing.io/docs/deployment/#elasticsearch-rollover")
209
222
flagSet.Bool(
210
223
nsConfig.namespace+suffixTagsAsFieldsAll,
211
224
nsConfig.Tags.AllAsFields,
@@ -295,7 +308,6 @@ func initFromViper(cfg *namespaceConfig, v *viper.Viper) {
0 commit comments