This PR is for a logger that creates a JSON file with all the attributes of a Monitor. It also uses ISO 8601 for dates to make parsing easier (reference: https://xkcd.com/1179/).
In addition to the fact that the world needs another JSON file, I intend to use it in a dashboard that will allow for selective display of data.
IMPORTANT NOTE: this Logger requires jsonpickle but I do not know how to hint this in the code (I need to learn Poetry). If you do not intend to pull in extra dependencies please reject this PR as it won't work without.
This PR is for a logger that creates a JSON file with all the attributes of a Monitor. It also uses ISO 8601 for dates to make parsing easier (reference: https://xkcd.com/1179/).
In addition to the fact that the world needs another JSON file, I intend to use it in a dashboard that will allow for selective display of data.
IMPORTANT NOTE: this Logger requires
jsonpickle
but I do not know how to hint this in the code (I need to learn Poetry). If you do not intend to pull in extra dependencies please reject this PR as it won't work without.