You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, sound readings are taken like all the others: once per minute as a single snapshot.
This isn't really suited to the nature of background noise... amend the code to sample sound many times during the sleep interval, using an average value when transmitting data to the Prometheus remote write endpoint.