Published on

Theo's test file

Authors

Test! Hello

private final ObservationRegistry registry;

// ..

Observation
   .createNotStarted("by-name", this.registry) // create a new metric called by-name
   .observe(() -> this.repository.findByName(name)); // distributed tracing