opentelemetry-java-instrume.../testing-overhead
jason plumb 5e18c4cd91
Overhead testing to use external db (#3762)
* migrate away from in-memory db to external postgresql.

* use the PostgreSQLContainer abstraction container class

* address code review comments

* remove extra unnecessary/redundant configuration
2021-08-06 09:28:42 +03:00
..
gradle/wrapper Overhead testing foundations (#3627) 2021-07-27 12:55:37 -07:00
k6 test script cleans up the data it inserts. (#3765) 2021-08-04 12:06:56 +03:00
src/test Overhead testing to use external db (#3762) 2021-08-06 09:28:42 +03:00
.dockerignore Skeleton for overhead testing subproject. (#3554) 2021-07-20 09:42:26 +09:00
Dockerfile-petclinic-base Skeleton for overhead testing subproject. (#3554) 2021-07-20 09:42:26 +09:00
README.md Skeleton for overhead testing subproject. (#3554) 2021-07-20 09:42:26 +09:00
build.gradle.kts Overhead testing to use external db (#3762) 2021-08-06 09:28:42 +03:00
gradlew Overhead testing foundations (#3627) 2021-07-27 12:55:37 -07:00
settings.gradle.kts Overhead testing foundations (#3627) 2021-07-27 12:55:37 -07:00

README.md

Overhead tests

This is a work in progress.

This directory will contain tools and utilities that help us to measure the performance overhead introduced by the agent and to measure how this overhead changes over time.

Contents

tbd

Config

tbd

Setup and Usage

Once we have an established base image published for spring-petclinic-rest, this step can be avoided by most users. For now, there is just a spring petclinic base image.

$ docker build -f Dockerfile-petclinic-base .

Remaining usage TBD.