All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Open-source release of the Nudgebee Node Agent, forked from coroot/coroot-node-agent.
- LLM observability pipeline: detects and parses LLM API traffic (OpenAI, Bedrock, Google AI, Anthropic, others) and emits per-request metrics with token counts, latency, and pricing.
- IP-to-FQDN resolver: enriches outbound flows with reverse-DNS names
via HTTP
Hostheaders and DNS metadata. - Enhanced eBPF L7 protocol detection: TLS SNI, HTTP/2, Node.js, and improved Go TLS capture.
- Oracle Cloud instance-metadata support.
- Pressure Stall Information (PSI) cgroup metrics.
- Prometheus
joblabel and outboundUser-Agentare nownudgebee-node-agent. Update any dashboards or alerts that filter onjob="coroot-node-agent". - OpenTelemetry service name is now
nudgebee-node-agent. - Default systemd unit name is
nudgebee-node-agent.service. - Container image is published at
ghcr.io/nudgebee/node-agent.