Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sacha Brants
infra-azure-provisioning
Commits
d60f2a89
Commit
d60f2a89
authored
Jan 30, 2021
by
Daniel Scholl
Browse files
Moved diagnostics back to all metrics
parent
2e7d7035
Changes
1
Hide whitespace changes
Inline
Side-by-side
infra/templates/osdu-r3-mvp/service_resources/diagnostics.tf
View file @
d60f2a89
...
...
@@ -169,7 +169,7 @@ resource "azurerm_monitor_diagnostic_setting" "aks_diagnostics" {
}
metric
{
category
=
"A
PI Server (PREVIEW)
"
category
=
"A
llMetrics
"
retention_policy
{
days
=
var
.
log_retention_days
...
...
@@ -213,36 +213,8 @@ resource "azurerm_monitor_diagnostic_setting" "postgres_diagnostics" {
}
}
metric
{
category
=
"Errors"
retention_policy
{
days
=
var
.
log_retention_days
enabled
=
local
.
retention_policy
}
}
metric
{
category
=
"Latency"
retention_policy
{
days
=
var
.
log_retention_days
enabled
=
local
.
retention_policy
}
}
metric
{
category
=
"Saturation"
retention_policy
{
days
=
var
.
log_retention_days
enabled
=
local
.
retention_policy
}
}
metric
{
category
=
"Traffic"
category
=
"AllMetrics"
retention_policy
{
days
=
var
.
log_retention_days
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment