Grafana alerting about probe_ssl_earliest_cert_expiry

hi dear team, how can i delete this part from alert message…

hi myself… :smile:
i have fixed it …

  • for rounds the sample values of all elements in v up to the nearest integer
    you can use ceil()
    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 use floor()
    ex. floor((probe_ssl_earliest_cert_expiry{job=“HTTP probe [PROD] environments”} - time()) / 3600 / 24)

just for all