Closed
Description
Expected Behavior
Documentation should clearly state that for batch listeners, observations are not started.
Current Behavior
It is not stated in documentation that observations are not started for batch listeners
Context
I was trying to figure out why my application was not sending metrics in the observation convention's name documented here. After setting observationEnabled
, as per here, I expected the observations to be created.
Turns out that observations are not started for any input which isn't a single element, as per here.