opentelemetry-java-instrume.../testing-overhead
jason plumb ec30d420e9
Skeleton for overhead testing subproject. (#3554)
* Skeleton for overhead testing subproject.

* clone into base image instead of submodule

* remove submodules file (even though it was empty)

* use multi-stage dockerfile to simplify image

* strip ssh and add CMD

* use the JRE base for the final stage
2021-07-20 09:42:26 +09: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

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.