Cross-platform test runner
-
Updated
Sep 24, 2025 - Kotlin
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.
Cross-platform test runner
Gradle plugin for Sentry Android. Upload proguard, debug files, and more.
Adam (or adm) is a coroutine-friendly Android Debug Bridge client written in Kotlin
A kotlin library to simplify how to do espresso tests on Android.
Ktor features for OpenTracing instrumentation.
Unit tests and Instrumentation test of Quiz App in Kotlin
Design the application with help of MVVM architecture, by using Rx Java, Dagger 2, Binding, View model and Room data base.
WeightTracker - demo app for presentation
Android
✨ New modern Dalvik (.dex) bytecode processing library
kotlin dsl for Opentracing API
Android
Distributed tracing demo using Istio, Ktor and ktor-header-forwarding.
Example Ktor application instrumented with OpenTracing using ktor-opentracing
OpenTracing instrumentation of Exposed (Kotlin ORM Framework)
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.
JVM memory access visualisation
Unit tests and Instrumentation test of Calculator App in Kotlin