monitoring: fix postmark alert metrics
This commit is contained in:
parent
5cec8cbe32
commit
780cdd6c1b
@ -352,7 +352,7 @@ data:
|
|||||||
model:
|
model:
|
||||||
intervalMs: 60000
|
intervalMs: 60000
|
||||||
maxDataPoints: 43200
|
maxDataPoints: 43200
|
||||||
expr: POSTMARK_OUTBOUND_BOUNCE_RATE{window="1d"}
|
expr: postmark_outbound_bounce_rate{window="1d"}
|
||||||
legendFormat: bounce 1d
|
legendFormat: bounce 1d
|
||||||
datasource:
|
datasource:
|
||||||
type: prometheus
|
type: prometheus
|
||||||
@ -400,7 +400,7 @@ data:
|
|||||||
model:
|
model:
|
||||||
intervalMs: 60000
|
intervalMs: 60000
|
||||||
maxDataPoints: 43200
|
maxDataPoints: 43200
|
||||||
expr: POSTMARK_API_UP
|
expr: postmark_api_up
|
||||||
legendFormat: api up
|
legendFormat: api up
|
||||||
datasource:
|
datasource:
|
||||||
type: prometheus
|
type: prometheus
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user