-
Notifications
You must be signed in to change notification settings - Fork 18
Roadmap
Furkan Güngör edited this page Oct 27, 2021
·
2 revisions
There are many features planned for Easy-Profiler.
We have a roadmap to increase the number of databases supported and add new features.
- SQL Server
- PostgreSQL
- MariaDb
- MySQL
- MongoDB
- Firebird
- Oracle
- SQLite
Easy-Profiler stores all records on its own databae scheme. Thus, a report can be presented from these data. Currently Use reports using the EasyProfilerBaseService object. However, these reports must be triggered by the developer. The report module will be recurring.
For Example;
- Most requested endpoint
- Slowest endpoint
- Highest endpoint
- Total Read count
- Total insert count
- Total update count
- Total delete count
It is the module to be used for reporting the generated reports and some limits.
For Example; Send a notification if there is a query lasting more than 10 seconds.
- Slack
- Microsoft Teams
- Sms
- Push Notification
- RabbitMQ event
- Kafka event
- Amazon SQS event
- Azure Service Bus
- Web Hook
- Real-time application performance watch with dashboard.
- Define limit with dashboard.
- Get report with dashboard.
Welcome to the EasyProfiler wiki!
Topics:
-
Getting Started
-
Databases
-
Advanced Queries
-
Other