Skip to content

Commit dc5fd6d

Browse files
blue4209211claude
andauthored
docs(readme): add CI, license, and release badges (#80)
Standard set of status badges so a reader landing on the repo sees at a glance: is the build green, what's the license, and what's the latest released version. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c915c17 commit dc5fd6d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# application-profiler
22

3+
[![Build](https://github.com/nudgebee/application-profiler/actions/workflows/code-verify.yml/badge.svg?branch=main)](https://github.com/nudgebee/application-profiler/actions/workflows/code-verify.yml)
4+
[![License](https://img.shields.io/github/license/nudgebee/application-profiler)](LICENSE)
5+
[![Release](https://img.shields.io/github/v/release/nudgebee/application-profiler)](https://github.com/nudgebee/application-profiler/releases)
6+
37
Low-overhead, on-demand profiling agent for Kubernetes workloads. Generates
48
flamegraphs, JFR recordings, heap dumps, thread dumps, and other profiling
59
output for Java, Python, Go, Node.js, Ruby, Rust, C/C++ applications — without

0 commit comments

Comments
 (0)