-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Use es-rollover golang implementation #3258
Use es-rollover golang implementation #3258
Conversation
d8eb2b7
to
c08fa05
Compare
Codecov Report
@@ Coverage Diff @@
## master #3258 +/- ##
==========================================
+ Coverage 95.79% 95.84% +0.04%
==========================================
Files 259 259
Lines 15398 15408 +10
==========================================
+ Hits 14751 14768 +17
+ Misses 556 551 -5
+ Partials 91 89 -2
Continue to review full report at Codecov.
|
are the CLI flags in the new image compatible with the old python script? |
The CI didn't pass |
Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
077e048
to
67d8e7e
Compare
67d8e7e
to
dbd0e3a
Compare
Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
dbd0e3a
to
c07846b
Compare
Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
038d84f
to
184939b
Compare
Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
184939b
to
9baf766
Compare
Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
2520241
to
81932d7
Compare
@@ -61,7 +61,7 @@ func TestRolloverIndices(t *testing.T) { | |||
expected: []expectedValues{ | |||
{ | |||
prefix: "mytenant-jaeger-span-archive", | |||
templateName: "mytenant-jaeger-span", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this changing? Shouldn't the template name keep the prefix name?
The new golang implementation has to be backwards compatible.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I shouldn't
Look as this calls, the template has no prefix. It was my mistake to include the prefix in the first PR for this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wait. I see one mistake , don't merge this please.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed, you're right, the template name should be prefixed, the mapping name used to build the template should not.
Yes this is the goal |
Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
Signed-off-by: Ruben Vargas ruben.vp8510@gmail.com
Updates #3179