Skip to content

Examples of extending functionality of OpenTelemetry Java instrumentation agent

Notifications You must be signed in to change notification settings

iNikem/opentelemetry-java-instrumentation-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This repository serves as a collection of examples of extending functionality of OpenTelemetry Java instrumentation agent. It demonstrates how to repackage the aforementioned agent adding custom functionality. For every extension point provided by OpenTelemetry Java instrumentation, this repository contains an example of its usage.

General structure

This repository has three main submodules:

  • custom contains all custom functionality, SPI and other extensions
  • agent contains the main repackaging functionality and, optionally, an entry point to the agent, if one wishes to customize that
  • smoke-tests contains simple tests to verify that resulting agent builds and applies correctly

Extensions examples

About

Examples of extending functionality of OpenTelemetry Java instrumentation agent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages