Spring Boot - Actuator
Identify the error in this Micrometer counter registration code:
Counter counter = Counter.builder("my.counter")
.description("Counts events")
.register(null);