Monitoring
Automate the observation of your services and gain insights into the availability of your applications with our monitors.
Types of Monitors
We offer different types of monitors to suit various use cases.
HTTP-Monitor
Send HTTP requests to any domain, including your payload and authorization headers, to verify the functionality of your service through an external client.
Parameters
- Method: The HTTP method to use for this request.
- Address: The URL of the service to send the request to.
- Timeout: The number of seconds the monitor should wait to receive a response.
- Valid Status Code: The response code that qualifies this request as successful.
- Headers: Headers to include, such as Bearer Tokens, to authorize the monitor for the request.
Insights
- Certificate Expiration: The expiration date of your domain's certificate.
- TTFB (Time to First Byte): The time taken to receive the first byte.
- Connect: The time taken to initiate the connection.
- Resolve: The time taken by DNS to look up the domain.
- TLS Handshake: The time taken to complete the TLS handshake.
- Transfer: The time taken to transfer the complete payload.
Ping-Monitor (ICMP)
Check if a server is still available by sending ICMP-Request to the server and receive insights about the latency of your infrastructure.
Parameters
- Address: The IP or domain to ping.
- Timeout: The number of seconds the monitor should wait to receive a response.
Insights
- Packet Loss: The number of packets dropped during the probe.
- Min RTT (Round-Trip Time): The minimum latency for this probe.
- Average RTT (Round-Trip Time): The average latency for the connection.
- Max RTT (Round-Trip Time): The maximum latency for this probe.