How many years of data is kept in service metrics tables in SSG gateway database?
All Supported version of API Gateway
By default Gateway keeps one year of Service metrics data. This is configured from /opt/SecureSpan/Gateway/node/default/etc/conf/system.properties file parameters.
# Configuration properties for service metrics collection:
# Available properties and their default values are shown in the examples below.
# Any supplied values will be constrained by builtin limits to avoid excess
# memory and CPU usage. Age is specified in milliseconds.
#
#com.l7tech.service.metrics.enabled=true
#com.l7tech.service.metrics.maxFineAge=3600000
#com.l7tech.service.metrics.maxHourlyAge=604800000
#com.l7tech.service.metrics.maxDailyAge=31536000000