Maciej Gromuł

Results 3 issues of Maciej Gromuł

## Motivation Current observations work only upstream, which makes it impossible to decorate for example [reactor-kafka KafkaReceiver](https://github.com/reactor/reactor-kafka/blob/main/src/main/java/reactor/kafka/receiver/KafkaReceiver.java) that returns elements from kafka consumer as unbounded flux publisher of ReceiverRecord. With...

type/enhancement
status/need-design
area/context
area/observability

## Motivation Right now tap operator with Micrometer::observation will only register an observation and span for whole publisher. So in case of flux which can have multiple elements it means...

type/enhancement
status/need-design
area/context
area/observability

## Documentation Issue I believe it would be beneficial to write down the difference in usage tap operator with Micrometer.observation() in different stages of defined pipeline. For example below we...

good first issue
type/documentation