Skip to content

Commit

Permalink
fix: PR remark
Browse files Browse the repository at this point in the history
Signed-off-by: LE SAULNIER Kevin <[email protected]>
  • Loading branch information
LE SAULNIER Kevin committed Aug 23, 2024
1 parent 7e90f11 commit 8b8af7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public <E extends Throwable> void observe(String name, ModificationType modifica
createObservation(name, modificationType).observeChecked(runnable);
}

protected Observation createObservation(String name, ModificationType modificationType) {
private Observation createObservation(String name, ModificationType modificationType) {
return Observation.createNotStarted(OBSERVATION_PREFIX + name, observationRegistry)
.lowCardinalityKeyValue(MODIFICATION_TYPE_TAG_NAME, modificationType.name());
}
Expand Down

0 comments on commit 8b8af7b

Please sign in to comment.