FusionReactor Observability & APM

Installation

Configure

Troubleshoot

Blog / Info

Customers

About Us

Technical Blogs

New beta release – log alerting

Our most powerful alerting engine Log Alerting is now in beta and all beta users will immediately have access to this powerful query-based alerting engine. Set alerts on FusionReactor logs and ingested third-party logs. Your log data can be used … Read More

How to use Log Dashboards to gain actionable insight

How to use Log Dashboards to gain actionable insight

How to use Log Dashboards to gain actionable insight Logs have many valuable functions; they contain a considerable amount of data. Using log query languages such as LogQL allows you to get fantastic insights, but they rely on running queries … Read More

diagnosing a server attack

Diagnosing a server attack using logs

Diagnosing a server attack using logs  Imagine that your server is under attack. How would you diagnose the issue and understand its impact? You may have been aware of previous attacks and have seen significant spikes coming into your server. … Read More

diagnosing a server crash

Using logs to easily diagnose a server crash

Reasons for a server crash Java can crash in several ways and for several reasons. Sometimes it’s not easy to diagnose a server crash. For example, Your JVM may still be operational, but you cannot process requests anymore. Part of your application breaks … Read More

finding hidden errors, hidden exceptions

Finding hidden exceptions in your application

What are hidden errors and why do you need to find them? Hidden exceptions can occur by design. For example, adding a try-catch block into your code is an easy way to prevent errors from displaying to your users and … Read More

what are logs

What are logs and why do I need to monitor them?

What are logs, and why do I need to monitor them? Let’s start by clarifying the basics. Logs are recordings of events that have taken place while an application runs. Some are automatically created, and some are explicitly developed – … Read More

what is log alerting

What is log alerting?

Log alerting Log alerting allows you to set rules based on any log that is ingested either by an external log agent or the FusionReactor agent. It is relatively simple to set up query-based alerts in LogQL. You can utilize … Read More

obfuscation in logs

Obfuscation added to log monitoring

Obfuscation in logs is now in beta Passwords, credit card information, and API keys are automatically obfuscated in logs sent from FR. However, should you have switched obfuscation in logs off in the UI, then you may need to manually … Read More

FusionReactor 8.x Release Notes

FusionReactor 8.x Release Notes … Read More

why monitor a monolithic server?

Why monitor a monolithic server

Why monitor a monolithic server? It is quite challenging to improve the performance of a monolithic server application. Change is difficult when things are tightly coupled. Unlike microservices, where things are more likely to be managed by development teams. However, … Read More