Open brayanjuls opened 3 months ago
Hi
One Idea to kick off this issue is splitting it on three parts, storage backend, file format and base schemas:
metric_name: String
event_ts: Timestamp
system_ts: Timestamp
value: float.
tags: Array<String>
Hey @brayanjuls, I see you implemented the publish function in metrics.rs
, should we move this to core/publishing.rs
eventually? I am moving forward with LocalDisk and S3 Backend.
We want to support writing to different sources the generated metrics, the output schema should be ideally standard and the writing mode should be "append only".