Lenin Jaganathan

Results 15 issues of Lenin Jaganathan

**Please describe the feature request.** Currently, `Observation.Event` supports only providing a name (and contextual name). The enhancement request is to allow the addition of low cardinality and high cardinality tags...

enhancement
help wanted
module: micrometer-observation

Partially resolves https://github.com/micrometer-metrics/micrometer/issues/4954 I think we can also apply this safely to TimeWindowFixedBoundaryHistogram.

While configuring Histograms the expectation is that 16 bytes would be used per bucket (8 bytes - for bucket bound, 8 bytes - for a count of values at a...

waiting-for-triage

Until 1.13 the meter filters are executed every time the builder is called. This was changed in 1.13.x to provide performance benefits while using builders. [This has broken the use-cases...

doc-update

**Please describe the feature request.** In most cases for performance optimizations related to memory, it is necessary to understand the GC behavior and the memory allocation/reclamation behaviors. It is in...

waiting for team