Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-09-24T03:42:30.000Z (about 1 year ago)
- Last Synced: 2023-09-24T19:03:31.096Z (about 1 year ago)
- Topics: agent, asm, bytebuddy, instrumentation, java, kamon, scala
- Language: Java
- Homepage:
- Size: 70.4 MB
- Stars: 58
- Watchers: 16
- Forks: 19
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Kanela: The Kamon Instrumentation Agent
[![Discord](https://img.shields.io/discord/866301994074243132?label=Join%20the%20Comunity%20on%20Discord)](https://discord.gg/5JuYsDJ7au)
![Build Status](https://travis-ci.org/kamon-io/kanela.svg?branch=master)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.kamon/kanela-agent/badge.svg)](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/