ServerSage for Developers

Remiges ServerSage is an open source observability framework which can monitor health and activity parameters for both applications and infrastructure. Keep an eye on your entire suite of applications from a single integrated dashboard.

This blog carries technical articles which will help developers integrate ServerSage into their applications and data centres and capture real-time health metrics.


What is Remiges ServerSage?

Remiges ServerSage is an open source product which enables application and infrastructure health monitoring and real-time observability.

ServerSage is built by extending Prometheus. No code was forked — ServerSage maintains compatibility with current Prometheus versions. All third-party tools which work with Prometheus are expected to work with ServerSage.

The standard exporter libraries available for Prometheus are error-prone for the developer. ServerSage addresses this problem by accepting an exporter specification and generating code in Java or Go for this exporter. The code generated is a function which is easier for the developer to use, and reduces the chances of errors.

ServerSage client libraries are available in Java and Go, to integrate with application code in these languages. Other Prometheus exporters which collect infrastructure data like server and network health may be used with ServerSage without modification.