vendredi 22 septembre 2023

Google post-mortem culture (SRE)

 https://sre.google/sre-book/postmortem-culture/

and links to :

https://sre.google/sre-book/bibliography/





More generally included in :

https://sre.google/sre-book/foreword/


platforms/products to manage an API

 platforms/products  to manage an API

Kong

mercredi 6 septembre 2023

Request Bin / http endpoint for testing

from : https://grafana.com/tutorials/grafana-fundamentals/#create-a-contact-point-for-grafana-managed-alerts

 

 In this step, we’ll set up a new contact point. This contact point will use the webhooks channel. In order to make this work, we also need an endpoint for our webhook channel to receive the alert. We will use requestbin.com to quickly set up that test endpoint. This way we can make sure that our alert is actually sending a notification somewhere.

  1. Browse to requestbin.com.
  2. Under the Create Request Bin button, click the public bin link.

Your request bin is now waiting for the first request.

  1. Copy the endpoint URL.


=> tool to test what is received !