Tag

API monitoring

0 views collected around this technical thread.

Selected Java Interview Questions
Selected Java Interview Questions
Jun 2, 2025 · Backend Development

Implementing Precise Per‑Minute API Call Statistics in Java: Multiple Solutions and Best Practices

This article explains why per‑minute API call counting is essential for performance bottleneck detection, capacity planning, security alerts and billing, and presents five concrete Java‑based implementations—including a fixed‑window counter, a sliding‑window counter, AOP‑based transparent monitoring, a Redis time‑series solution, and Micrometer‑Prometheus integration—along with a hybrid architecture, performance benchmarks, and practical capacity‑planning advice.

API monitoringJavaPerformance
0 likes · 25 min read
Implementing Precise Per‑Minute API Call Statistics in Java: Multiple Solutions and Best Practices
Ops Development Stories
Ops Development Stories
Aug 15, 2024 · Backend Development

How to Build a Flexible API Monitoring Exporter with Gin-Vue-Admin and Prometheus

This article walks through extending a simple Prometheus Exporter into a full-featured API monitoring solution using Gin-Vue-Admin, detailing backend task scheduling, database schema, multi-protocol checks (HTTP, TCP, DNS, ICMP), dynamic cron management, and frontend integration for managing and visualizing health metrics.

API monitoringCronGin
0 likes · 18 min read
How to Build a Flexible API Monitoring Exporter with Gin-Vue-Admin and Prometheus
Top Architect
Top Architect
Mar 30, 2021 · Backend Development

Understanding Service Gateways: Concepts, Benefits, and Technical Choices

This article explains what a service gateway is, why it is needed in microservice architectures, outlines its core functions, and presents a practical Java‑based technical stack—including Spring Boot, Netflix Zuul, Consul, JWT, and monitoring tools—to help architects design lightweight, scalable gateway solutions.

API monitoringConsulJava
0 likes · 7 min read
Understanding Service Gateways: Concepts, Benefits, and Technical Choices
58 Tech
58 Tech
Jan 13, 2020 · Backend Development

Building a PHP Extension for Automated Web API Monitoring at 58 Anjuke

This article describes the design, implementation, and deployment of a PHP extension that enables automated, low‑overhead monitoring of web API performance, detailing its flexible configuration, high resource efficiency, concurrency handling, and successful production rollout within the 58 rental business platform.

API monitoringBackend DevelopmentPHP
0 likes · 10 min read
Building a PHP Extension for Automated Web API Monitoring at 58 Anjuke
360 Quality & Efficiency
360 Quality & Efficiency
Feb 10, 2017 · Operations

Ialert API Monitoring System: Design and Implementation for Real-Time Interface Health Checks

This article presents the design, implementation, and future enhancements of the Ialert system, a Java‑based real‑time API monitoring solution that uses HttpClient, Quartz, and email alerts to provide 24/7 health checks, performance insights, and rapid fault detection across multiple data centers.

API monitoringHttpClientJava
0 likes · 6 min read
Ialert API Monitoring System: Design and Implementation for Real-Time Interface Health Checks