Gateway Service Metrics data retention period
search cancel

Gateway Service Metrics data retention period

book

Article ID: 406826

calendar_today

Updated On:

Products

CA API Developer Portal

Issue/Introduction

How many years of data is kept in service metrics tables in SSG gateway database? 

Environment

All Supported version of API Gateway

Resolution

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