22 Feb 2023
10:32 PM
- last edited on
23 Feb 2023
01:52 AM
by
MaciejNeumann
Hello,
I'm looking for answers for these questions.
How come RUM User Sessions has 35 days while metric has 5 years?
https://www.dynatrace.com/support/help/manage/data-privacy-and-security/data-privacy/data-retention-...
Are they not pulling data from the same table?
Example:
select bounce from usersession
builtin:app.web.bouncedSessionRatio
Thanks,
Abner
Solved! Go to Solution.
Hello.
It can be simplified with that there are two storages. One for operation data, another - long-therm storage.
First is ElasticSerach, second is Cassandra DB.
For example you have create User session. You go to the instrumented site and do some work, for example three user actions. All of these user actions are now in ElasticSearch in JSON as separate objects.
Dynatrace do some background work and got some metrics for long therm for these objects. After 35 days when infromation will gone (3 user actions will be deleted) from ElasticSerach we still have metrics from long-therm storage - Cassandra.
This is only an example of work. The engine works much more difficult as I described.
Regards,
Romanenkov Alex
Hi Romanenkov Alex,
Does this metrics includes the USQL custom metrics?
Regards,
Abner
Yes, it should.
Featured Posts