Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Behaviour when multiple samples with same timestamp is submitted #161

@arkocal

Description

@arkocal

Only one sample is saved for a component when multiple have the same timestamp. I think this is problematic, because of the following:

  1. We have a resolution of ms, which can be insufficient for some applications.
  2. There is no feedback that only one is saved, possibly creating difficult to spot bugs in user applications.

We should at least properly document this behavior. It could also make sense to return an error or warning when this occurs. It would be expensive to make a check against the data storage, but we can at least check whether there are samples with the same timestamp within a request.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions