NASA Monitoring Dashboard
Metrics with Phoenix
The high-scalability sFlow/NetFlow/IPFIX collector used internally at Cloudflare. - cloudflare/goflow
Our international development projects for local communities, civil society, NGOs, international agencies and local or national governments. From software development to in-country workshop facilitation to research and technology evaluation. Includes information about who they benefited, what they aimed to do and what technology was used.
Responsive NetFlow visualizer built on top of nfdump tools. - mbolli/nfsen-ng
Dashboards by Gitlab for monitoring Gitlab
Vendor-neutral application metrics facade
Micrometer provides a simple facade over the instrumentation clients for the most popular monitoring systems, allowing you to instrument your JVM-based application code without vendor lock-in. Think SLF4J, but for metrics.
Monitoring with Prometheus by Alexander Schwartz
Published January 23, 2018 in Technology
This talk takes a developer's perspective and shows how to get started with Prometheus as a monitoring platform and how it differs from other monitoring concepts.
Prometheus has been designed for operational monitoring in cloud- and non-cloud environments with a simple yet reliable setup. Use it to monitor your infrastructure and containers and to look inside your applications. All configuration is stored in configuration files. All gathered information is stored in a time series database to generate alerts and display Grafana dashboards.
Web based metrics, monitoring, and observer
Unparalleled insights, in real-time, of everything happening on your systems and applications, with stunning, interactive web dashboards and powerful performance and health alarms.
Spring Boot Admin – Admin UI for administration of spring boot applications | Java Code Geeks - 2017
As part of micro services development many of us are using Spring Boot along with Spring Cloud features. In micro services world we will have many Spring Boot applications which will be running on same/different hosts. If we add Spring Actuator to the Spring Boot applications, we will get a lot of out of the box end points to monitor and interact with Spring Boot applications. The list is given below.