Closed igarny closed 4 months ago
Isn't there some calculation happening in MaDDash? And/or a need to have the packet-intertval
and bucket-width
parameters aligned somehow? The difference between the first and second results seems to be a 10-fold decrease.
Here are the final tests: testBAD.txt resBAD.json testOK.txt resultOK.json
As suspected this is a display issue. I was able to recreate in my testbed. The problem was both in CLI and Grafana as neither was accounting for bucket-width when working with histogram or derived values. The histogram buckets are stored in Opensearch with the bins sized according to the bucket width (default .001) which is what is desired. Grafana and the CLI were just slapping a ms label on whatever came out without consideration for bucket width. I have updated both to look for the bucket width and scale values accordingly so they are always normalized to milliseconds.
Hi guys,
I am having this awkward observation. When specifying the "bucket_width" parameter to the default value I see a distortion in the results of a powstream measurement
If I remove the parameter and works, just fine, despite the fact, that the default value = the removed parameter is:
One other observation of the awkwardness is that MaDDash somehow compensates, but Grafana doesn't. Meaning despite the skewed results... MaDDash somehow recognizes the issue parameter lack/existence and provides the correct results Below you'll see despite the change in the depth parameter MaDDash doesn't recognize the issue