wu-sheng commented on issue #9691:
URL: https://github.com/apache/skywalking/issues/9691#issuecomment-1261079730

   OK, I think we have confirmed this bug eventually, here is what we plan to do
   
   1. Fix OpenCensus and OTLP receivers, the count of the bucket should not 
include the lower bucket. These two are not following Prometheus' Histogram 
style.
   2. Prometheus fetcher is going to be removed, as well as its docs and 
relative docs of self-obs.
   3. Due to <2>, the MAL's histogram kernel would not have `HistogramType` 
concept anymore, all would be kept in the current `HistogramType#ORDINARY` only.
   4. OTEL's `AGGREGATION_TEMPORALITY_CUMULATIVE` would not be an issue. We 
have `rate`/`increase` for the histogram to deal with it already. And this is 
the default mode already. (I have checked the current histogram process, 
`rate()` has been called).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to