Page cover

Introduction

Traffic-Hunter

Traffic-Hunter is APM (Application Performance Management)

  • Real-Time Monitoring: Capture and visualize application metrics and transaction logs in real-time.

  • Easy Configuration: Easily configure the agent using a simple YAML file, making setup straightforward and user-friendly.

  • Efficient Data Storage: Leverages TimescaleDB for efficient storage and querying of time-series data, enabling high-performance analytics on metrics and traces.

  • Visualization: This APM leverages Grafana for powerful and customizable visualization of metrics and transaction logs, enabling real-time insights and easy integration into your observability stack.

  • Zero-Code: Traffic Hunter Agent uses Java Instrumentation to modify bytecode at runtime, requiring no code changes from users. Simply attach the agent, and it automatically tracks metrics and traces with zero configuration.

Overview

  • Application Metric - cpu, heap memory, thread, web server, dbcp (database connection pool)

  • Trace - Trace track application requests in real-time, recording executed methods and related information. (Support zipkin)

  • Logs - Logs from multiple applications can be centrally managed to enable efficient logging.

Tech Stack

Cover

TimescaleDB

Efficient Data Storage

Cover

Grafana

Visualization

Cover

Bytebuddy

Zero-Code

Cover

OpenTelemetry

Observability

Cover

Zipkin

Trace Manger

Supported instrumentation plugin

  • The plugin attempts instrumentation with the following versions. If the version is too low, instrumentation may fail. If instrumentation is not attempted and a critical error occurs, please create a GitHub issue.

Instumentation plugin
Version
Note

Servlet

6.0.0+

Support jakarta, Not Support javax

Spring web-mvc

6.2.0+

Spring Boot

3.2.0+

Support RestClinet Not support RestTemplate

JDBC

Java 21+

HttpClient

Java 21+

HttpUrlConnection

Java 21+

Hibernate

6.0.0+

LikageError Issue, Not Support

Logger

Java 21+

java.util.Logger

LogBack

1.5.0+

ch.qos.logback

Architecture

  • Traffic Hunter operates as a push model.

Traffic Hunter Architecture

License

Last updated