Designed with aesthetics and performance in mind. Experience real-time monitoring for your web applications.
Streamlined workflow designed to monitor, analyze, and optimize your applications in real-time
Get started with Dr. Web monitoring in just three simple steps
paste the following command in your terminal to install the SDK
1npm i dr-web-observabilityCreate your express server and add initate a Dr.Web Instance
1import DrWeb from 'drweb-observability';
2import express from 'express';
3const app = express();
4
5// create a DrWeb Instance with your projects API Key
6const DrWebInstance = new DrWeb({
7 privateKey:"your_private_key",
8 publicKey:"your_public_key",
9 siteId:"your_site_id",
10 DynamicRouteList: ["/user/:id"],
11});
12
13app.use((err, req, res, next) => {
14 console.error(err.stack);
15 res.status(404).send("Patient Critical!");
16});
17
18app.listen(port, () => {
19 console.log('Server is running on http://localhost:8000');
20});start the server and Leave the monitoring to us!
1import DrWeb from 'drweb-observability';
2import express from 'express';
3const app = express();
4
5const DrWebInstance = new DrWeb({
6 privateKey:"your_private_key",
7 publicKey:"your_public_key",
8 siteId:"your_site_id",
9 DynamicRouteList: ["/user/:id"],
10});
11
12app.use((err, req, res, next) => {
13 console.error(err.stack);
14 res.status(404).send("Something broke!");
15});
16DrWebInstance.configurePrometheus(configuration);
17DrWebInstance.startHealthMonitoring(app);
18app.listen(8000, () => {
19 console.log(`Server is running on http://localhost:8000`);
20});Join us to Start monitoring your applications progressively
@emmaai
Using this AI platform has transformed how we handle data analysis. The speed and accuracy are unprecedented.
@davidtech
The API integration is flawless. We've reduced our development time by 60% since implementing this solution.
@sofiaml
Finally, an AI tool that actually understands context! The accuracy in natural language processing is impressive.
@emmaai
Using this AI platform has transformed how we handle data analysis. The speed and accuracy are unprecedented.
@davidtech
The API integration is flawless. We've reduced our development time by 60% since implementing this solution.
@sofiaml
Finally, an AI tool that actually understands context! The accuracy in natural language processing is impressive.
@emmaai
Using this AI platform has transformed how we handle data analysis. The speed and accuracy are unprecedented.
@davidtech
The API integration is flawless. We've reduced our development time by 60% since implementing this solution.
@sofiaml
Finally, an AI tool that actually understands context! The accuracy in natural language processing is impressive.
@emmaai
Using this AI platform has transformed how we handle data analysis. The speed and accuracy are unprecedented.
@davidtech
The API integration is flawless. We've reduced our development time by 60% since implementing this solution.
@sofiaml
Finally, an AI tool that actually understands context! The accuracy in natural language processing is impressive.