🔍

APM Agent

advanced

Application performance monitoring

Uygulama performans izleme

Estimated Time
⏱️ 2-3 months
Essential Crates
📦 2

Tags

apmmonitoringperformanceagent

Required Crates

Essential

tracing-subscriber
Span processing

Span isleme

crates.io →
tracing-subscriber = "0.3"
sysinfo
System metrics

Sistem metrikleri

crates.io →
sysinfo = "0.30"

Starter Template

Copy this Cargo.toml to get started:

[package]
name = "my-apm-agent"
version = "0.1.0"
edition = "2021"

[dependencies]
tracing-subscriber = "0.3"
sysinfo = "0.30"
thiserror = "1"
tracing = "0.1"

Related Patterns

Learn these patterns to build this project effectively:

Other Observability Projects