FrankChen021 / bithon

An observability platform mainly for Java
Apache License 2.0
14 stars 4 forks source link

Extra value filled #734

Closed FrankChen021 closed 4 months ago

FrankChen021 commented 4 months ago

For exact one hour interval, there should be exact 12 data points, but 13 got.

image

The response returns 13 points, which should be related to the server side query problem.

{
    "total": null,
    "startTimestamp": 1708275600000,
    "endTimestamp": 1708279200000,
    "interval": 300000,
    "data": [
        {
            "tags": [
                "eventCount"
            ],
            "values": [
                116.0,
                111.0,
                107.0,
                109.0,
                107.0,
                99.0,
                106.0,
                98.0,
                102.0,
                103.0,
                107.0,
                104.0,
                0.0
            ]
        }
    ]
}