Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/