Data bandwidth by service

Hello,

I’m trying to create a data source that records cellular bandwidth usage by service running on my multi-container app. I’m trying to get this to work using the dashboard and connector balenblocks. Has anyone had success making this happen?

Cheers,
Richard

Hi,
You would probably need to put your cellular bandwidth usage data (however it is obtained) into a InfluxDB if you want to use the dashboard. If the data is collected and exposed via a port you can use the connector to connect it to a service that populates the db. You can see the balenasense example that does the some but reads the environment data from device sensors .(balenaSense v2: Updated temperature, pressure, and humidity monitoring for Raspberry Pi)

Hello @richard.galvez did you succeed on this project?

Following the suggestions of my colleague I think you have a lot of chances to have it working soon. I also usually use influxDB + connector block + dashboard block to visualize data locally.