nerves-hub / nerves_hub_web

Manage firmware updates for Nerves devices
https://nerves-hub.org/
Apache License 2.0
200 stars 69 forks source link

Batch insert device metrics #1613

Closed joshk closed 4 weeks ago

joshk commented 1 month ago

This decreases the metrics event processing time by half and reduces the number of Ecto queries, including no longer needing a transaction.

Screenshot 2024-10-26 at 8 12 21 PM

(the 3 and 12 relate to the number of telemetry spans)

(the 400,000 and 1,000,000 are the number of milliseconds used for processing)