27 May 2020 04:11 PM - last edited on 13 Jun 2023 03:53 PM by Karolina_Linda
Hi masters,
I've some doubts in reference to Transaction storage on Dynatrace Managed:
1.- Exactly what information are stored in each one of these sections:
2.- At the configuration level of each environment, where each of the configurable data goes:
3.- What happens if the transaction storage limit is reached? What data deletes first?
Thanks in advance!
Josep Maria
Solved! Go to Solution.
27 May 2020 05:02 PM
This link should provide answers to the questions you are asking: https://www.dynatrace.com/support/help/setup-and-configuration/dynatrace-managed/installation/dynatr... Dynatrace will always phase out the oldest and replace it whenever a defined limit is reached (rolling). The transaction Storage is actually set to unlimited in you screen shot so you should be good.
28 May 2020 08:05 AM
Hi @Chad T.
thanks for you response, another question around this:
how Dynatrace determines the size assigned for the Cassandra, ELK and Transaction Storage (if we don't have the filesystems separated as recommended).
My concern is if we have a filesystem for everything (Cassandra, ELK and Transaction Storage) and it is too small to store all the data based on the configured retention, which of them are deleted and with what criteria?
Thank you!
28 May 2020 08:14 AM
Transaction storage is truncated as it is least important (you will loose old purepaths).
If Cassandra or Elastic does not have enough place, your cluster node will become unhealthy and stop working.
I believe you will be contacted before this happens by DynatraceOne.
27 May 2020 09:53 PM
Correct.
Users session for example. Some settings can be set for the environment (real user monitoring retention)
As @Chad T. already mentioned, it is phased out. Oldest data is truncated if there is lack of space.
As it says - other files. Typically installation images for agents.
As it says - reserved space. It's reserved for Cassandra data compaction, AFAIK this has to be at least the amount of Metrics storage.
28 May 2020 08:12 AM
Hi @Julius L.
some questions around this and the @Chad T. response:
1.- The Transaction Storage is composed by the combination of service request level retention and service code level retention? The limit configured in each environment applies only to Transaction Storage?
2.- what about the cassandra, it's global and can' t be configures per environement?
Regards!