Traceo is an open-source, self-hosted set of tools for monitoring application health by collecting and aggregating data from the software.
To start using the Traceo platform, you need to integrate with the Traceo SDK. Information about the process of implementing the SDK in your software is included in the README file of each SDK.
@traceo-sdk/node
- NodeJS@traceo-sdk/react
- React@traceo-sdk/vue
- Vue
Full instalation guide can be found here.
Capture all exceptions and errors occurs in your software. Each incident is unique and if another incident of the same type occurs, then it is grouped with the first one.
Monitor all the important and sensitive places in your software, recording the relevant information, which is then sent to Traceo so that you can later efficiently search for the information you need.
Record data about your server, like eq. CPU utilization or RAM usage.
Control the performance of your application by collecting web-vitals data from your app.
Feel free to create Issues or Pull Request.
Traceo is licensed under the Apache License, Version 2.0.