Skip to content
#

Instrumentation

In computer science, instrumentation is a technique that consists of inserting specific instructions into a program to monitor and/or analyze its performance, functionality, or behavior, but without changing how it behaves.

It can be done statically, changing the program before executing it, or dynamically, inserting instructions while it’s being executed.

Here are 21 public repositories matching this topic...

Seamlessly integrates Sentry performance monitoring with Axon Framework through OpenTelemetry. Automatically traces commands, events, queries, sagas & event processors with zero-config Spring Boot setup. Get distributed tracing across async boundaries, correlation with errors, and configurable sampling for production workloads.

  • Updated Nov 20, 2025
  • Kotlin