Skip to content

Commit

Permalink
Update src/domains/ecommerce-common/00_alerts.tf
Browse files Browse the repository at this point in the history
Co-authored-by: ciuffagianluca <[email protected]>
  • Loading branch information
scaminati-bv and ciuffagianluca authored Oct 18, 2024
1 parent 989c411 commit 9df12cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domains/ecommerce-common/00_alerts.tf
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ let highTrafficAvailability = 98;
let thresholdDelta = thresholdTrafficLinear - thresholdTrafficMin;
let availabilityDelta = highTrafficAvailability - lowTrafficAvailability;
AzureDiagnostics
| where url_s startswith 'https://api.dev.platform.pagopa.it/ecommerce/user-stats-service/v1'
| where url_s startswith 'https://api.platform.pagopa.it/ecommerce/user-stats-service/v1'
| summarize
Total=count(),
Success=countif(responseCode_d < 500 and DurationMs < 500)
Expand Down

0 comments on commit 9df12cc

Please sign in to comment.