We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Actual:
On an its-client used to produce information connected to a mqtt broker, we've got this payload for example:
default/outQueue/v2x/status {"time_sources": [], "cellular": [], "gnss": {"software": "unknown", "model": "unknown", "mode": 0}, "version": "1.2.0", "type": "status", "id": "ora_status_003default", "system": {"type": "obu", "hardware": "Unknown", "os_release": {"NAME": "obu-os", "PRETTY_NAME": "The On-Board Unit Operating System", "CPE_NAME": "cpe:/o:orange:obu-os:20241022.1245-LO-Sprint3-rc1", "ID": "obu-os", "ID_LIKE": "buildroot", "VERSION": "20241022.1245-LO-Sprint3-rc1", "VERSION_ID": "20241022.1245-LO-Sprint3-rc1", "DEVICE_TYPE": "geoserver.oci_x86_64"}, "cpu_load": [1.5712890625, 1.93115234375, 1.9697265625], "memory": [4101586944, 863399936], "storage": [41429692416, 19736285184]}, "timestamp": 1729858479.0032103} `` Let's update the system type, PRETTY_NAME and CPE_NAME fields for a"geoserver" type.
The text was updated successfully, but these errors were encountered:
Make the collectors configurable
Sorry, something went wrong.
No branches or pull requests
Actual:
On an its-client used to produce information connected to a mqtt broker, we've got this payload for example:
The text was updated successfully, but these errors were encountered: