Monitor your API for performance & correctness, run custom JavaScript before and after your check with setup & teardown scripts, and create checks with our monitoring as code workflow.
The modern Pingdom alternative for developers
Checkly is built for developers and DevOps teams using a modern tool stack.
new BrowserCheck('homepage-browser-check-1', {
name: 'Browser Check #1',
frequency: 10,
regions: ['us-east-1', 'eu-west-1'],
code: {
entrypoint: './home.spec.js'
}
})
new ApiCheck('product-api-check-1', {
name: 'Product API - fetch products',
degradedResponseTime: 10000,
maxResponseTime: 20000,
requests: {
url: "https://api.acme.com/v1/products",
method: "GET",
assertions: [AssertionBuilder.statusCode().equals(200)]
}
})
Headed to KubeCon + CloudNativeCon North America?
Join us in Salt Lake City to meet the Checkly team at Booth Q48 for a live demo, a sneak peek at all of our new updates and features, or simply chat with us on the road.
Trusted By Engineering Teams At
Deeper Insights
Pingdom is great when you want to know if your websites are up. But it doesn’t show you whether your web app and endpoints are working correctly and performing well.
Flexible HTTP Checks
Checkly provides powerful insights and tools to customize your checks. Instead of a simple ping, you can create fully fledged configurable HTTP checks to monitor APIs.
Powerful E2E Checks
Monitor your vital click flows in a real Chrome browser. With Checkly you can use Javascript to code your checks, instead of using a restrictive scripting editor.
Code-first workflow
Code your monitoring on your local machine, test your preview deployments in CI, and monitor in production.
Typescript First
Code, compose, and structure your resources using TypeScript. No YAML-engineering needed.
Code and Collaborate
Use any CI platform to collaborate with your team to code, test, and deploy E2E browser and API checks.
Start monitoring your API endpoints and your vital site transactions.
*No credit card required