mrproliu commented on a change in pull request #5915:
URL: https://github.com/apache/skywalking/pull/5915#discussion_r532025649



##########
File path: 
oap-server/analyzer/meter-analyzer/src/main/java/org/apache/skywalking/oap/meter/analyzer/dsl/SampleFamily.java
##########
@@ -233,12 +234,29 @@ public SampleFamily tag(Closure<?> cl) {
         }).toArray(Sample[]::new));
     }
 
+    /**
+     * Ignore histogram decrease bucket value, at agent side meter, need to 
ignore decrease histogram bucket value
+     */
+    public SampleFamily ignoreHistogramDecrease() {

Review comment:
       Created `HistogramType` enum to adapt this.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to