-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
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
Add Analytic Azos.Log.Fact
with arch log encapsulation: {type: atom, dims: {}, data: {}}
#861
Comments
We would still need HOST, APP, GUID,...why not use Log.Message as-is? This type might be needed in ANALYSIS services, but not here. |
We need to add Fact instead |
Azos.Log.Fact
with arch log encapsulation: {type: atom, dims: {}, data: {}}
Azos.Log.FactUse |
Need unit tests for: ArchiveConventions all methods |
Need more Bixon tests |
|
|
|
todo:
|
The JSON serialization for {
"FactType": "SnLoad",
"Id": "5359ff15-dd8d-458e-a22a-d7f736bce777",
"RelatedId": "00000000-0000-0000-0000-000000000000",//<========================
"Gdid": "0:2:195833",
"Channel": "ua-anl",
"Topic": "ua",
"Host": "Mac-Studio",
"App": "uafolio",
"RecordType": "PerformanceInstrumentation",
"Source": 0,
"UtcTimestamp": "2023-05-08T19:09:18.596Z",
"Dimensions": {
"scene": "Appt_Dashboard",
"user": "4309"
},
"Metrics": null
}, |
Related:
sky blob
cli to read from stdio or local files #859 BLOB FSBig Data analytics project
Schema of analytics event today is:
The text was updated successfully, but these errors were encountered: