https://github.com/kamon-io/kanela
The Kamon Instrumentation Agent
https://github.com/kamon-io/kanela
agent asm bytebuddy instrumentation java kamon scala
Last synced: 29 days ago
JSON representation
The Kamon Instrumentation Agent
- Host: GitHub
- URL: https://github.com/kamon-io/kanela
- Owner: kamon-io
- License: apache-2.0
- Created: 2016-01-10T15:50:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-20T11:01:26.000Z (about 2 months ago)
- Last Synced: 2025-03-29T16:07:28.521Z (about 1 month ago)
- Topics: agent, asm, bytebuddy, instrumentation, java, kamon, scala
- Language: Java
- Homepage:
- Size: 70.4 MB
- Stars: 68
- Watchers: 15
- Forks: 22
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Kanela: The Kamon Instrumentation Agent
![]()
[](https://discord.gg/5JuYsDJ7au)

[](https://maven-badges.herokuapp.com/maven-central/io.kamon/kanela-agent)**Kanela** is a Java Agent written in Java 8+ and powered by [ByteBuddy] with some additionally [ASM] features to provide a simple way to instrument applications running on the JVM and allow introduce Kamon features such as context propagation and metrics.
[ByteBuddy]:http://bytebuddy.net/#/
[ASM]:http://asm.ow2.org/