Search Issue Tracker
Fixed
Fixed in services-relay-1.2.0
Votes
0
Found in [Package]
services-relay-1.2.0
Issue ID
MTTB-1111
Regression
No
[Relay] Spikes in Druid timeseries for RLAY-CCU on the first day of each month
Description
See screenshot for the following Druid query:
{code:java}
SELECT
DATE_TRUNC('day', __time) AS time_date,
TIME_EXTRACT(__time, 'day') AS day_of_month,
SUM(quantity) AS total_quantity
FROM relay_billing_reporting
WHERE
__time > '2024-06-15'
AND productId = 'RLAY-CCU'
AND (TIME_EXTRACT(__time, 'day') >= 28 OR TIME_EXTRACT(__time, 'day') <= 2)
GROUP BY TIME_EXTRACT(__time, 'day'), DATE_TRUNC('day', __time)
ORDER BY time_date {code}
!image-2025-02-20-13-50-57-080.png|width=910,height=884!
Reproduction steps
Visit Duid UI to inspect the data:
[https://imply.prd-imply.unity3d.com/e77ce717-dafa-4623-90ac-4eea158eea80/unified-console.html#query]
Select relay_billing_reporting datasource and type the query above.
Expected behaviour
The time series should be continuous on a day by day basis.
Actual behavior
There's a significant spike on the first day of every month.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Windows] “GUI Window tried to begin rendering while something else had not finished rendering!…” Error is thrown after opening “Insert a template into current VFX Asset” window
- No InvalidOperationException error thrown when Active Input Handling is set to "Input System package" and "OnMouseDown()" is triggered
- Crash on mdb_xcursor_init1 when opening a specific project
- HDRP Decal Projector uses “Default” layer as main layer in “Rendering Layer Mask” instead of “Decal Layer Default”
- Cameras Overlay menu has unnecessary empty space at the bottom
Resolution Note (fix version services-relay-1.2.0):
Fixed in services-relay-1.2.0.