Refactor trackers
Compare changes
+ 62
− 24
@@ -2,10 +2,10 @@
@@ -2,10 +2,10 @@
@@ -56,28 +56,53 @@ $config = [
@@ -56,28 +56,53 @@ $config = [
* Default data tracker and provider to be used for accounting and as a source for data display in SSP UI.
* Track each authentication event for idp / sp / user combination, and any change in idp / sp metadata or
* released user attributes. Each authentication event record will have data used and released at the
* Additional trackers to run besides default data tracker. These trackers will typically only process and
@@ -90,14 +115,26 @@ $config = [
@@ -90,14 +115,26 @@ $config = [
@@ -177,7 +214,7 @@ $config = [
@@ -177,7 +214,7 @@ $config = [
* Determines how long the tracked data will be stored. If null, data will be stored indefinitely. Otherwise, it
* can be set as a duration for DateInterval, examples being below. For this to work, a cron tag must also
@@ -198,8 +235,9 @@ $config = [
@@ -198,8 +235,9 @@ $config = [
* Tracker data retention policy tag designates the cron tag to use for enforcing data retention policy. Make sure