You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`acl` (Set of String) The access control list for this instance. Each entry is an IP address range that is permitted to access, in CIDR notation.
45
47
-`alert_config` (Attributes) Alert configuration for the instance. (see [below for nested schema](#nestedatt--alert_config))
48
+
-`logs_retention_days` (Number) Specifies for how many days the logs are kept. Default is set to `7`.
46
49
-`metrics_retention_days` (Number) Specifies for how many days the raw metrics are kept. Default is set to `90`.
47
50
-`metrics_retention_days_1h_downsampling` (Number) Specifies for how many days the 1h downsampled metrics are kept. must be less than the value of the 5m downsampling retention. Default is set to `90`.
48
51
-`metrics_retention_days_5m_downsampling` (Number) Specifies for how many days the 5m downsampled metrics are kept. must be less than the value of the general retention. Default is set to `90`.
49
52
-`parameters` (Map of String) Additional parameters.
53
+
-`traces_retention_days` (Number) Specifies for how many days the traces are kept. Default is set to `7`.
0 commit comments