Hello,
The examples in https://kamon.io/docs/latest/core/metrics/ do not mention the need to invoke the withTags / withoutTags methods in order to obtain an Instrument instance (e.g. Timer) that is needed to gain control over recording: as a consequence, someone following the guide (like me 🙂) would be left wondering why he cannot start a timer...
Hello,
The examples in https://kamon.io/docs/latest/core/metrics/ do not mention the need to invoke the
withTags/withoutTagsmethods in order to obtain anInstrumentinstance (e.g.Timer) that is needed to gain control over recording: as a consequence, someone following the guide (like me 🙂) would be left wondering why he cannot start a timer...