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
As a Jaeger Operator
I want to be able to modify the TTL configuration of my tables/databases
So that I can change these settings after the initial database creation
Problem
Currently, TTL is set ONLY on database creation.
A change on TTL config values, after database creation, will not get propagated to the ddbb nor tables
Proposal
We can add sqlscripts to perform the TTL adjustment independenty from ddbb creation.
For the spans table, this new script will look similar to
ALTER TABLE {{.SpansTable}}
MODIFY {{.TTLTimestamp}}
and we should make sure we run this script AFTER the one that creates the table, so it wont fail on new installs.
Open questions
No response
The text was updated successfully, but these errors were encountered:
Requirement
As a Jaeger Operator
I want to be able to modify the TTL configuration of my tables/databases
So that I can change these settings after the initial database creation
Problem
Currently, TTL is set ONLY on database creation.
A change on TTL config values, after database creation, will not get propagated to the ddbb nor tables
Proposal
We can add sqlscripts to perform the TTL adjustment independenty from ddbb creation.
For the spans table, this new script will look similar to
and we should make sure we run this script AFTER the one that creates the table, so it wont fail on new installs.
Open questions
No response
The text was updated successfully, but these errors were encountered: