hi dear team, how can i delete this part from alert message…
hi myself…
i have fixed it …
-
for rounds the sample values of all elements in
v
up to the nearest integer
you can useceil()
ex.ceil((probe_ssl_earliest_cert_expiry{job="HTTP probe [PROD] environments"} - time()) / 3600 / 24)
-
for rounds the sample values of all elements in
v
down to the nearest integer
you can usefloor()
ex. floor((probe_ssl_earliest_cert_expiry{job=“HTTP probe [PROD] environments”} - time()) / 3600 / 24)
just for all