Skip to content
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 tags into chunks #5

Closed
oalam opened this issue Jan 31, 2020 · 1 comment
Closed

add tags into chunks #5

oalam opened this issue Jan 31, 2020 · 1 comment
Milestone

Comments

@oalam
Copy link
Member

oalam commented Jan 31, 2020

  • chunk_tags field (array to be specified with gateway team)
@oalam oalam added this to the v1.1.0 milestone Jan 31, 2020
@MiniPlayer
Copy link
Contributor

MiniPlayer commented Feb 13, 2020

The tags should be added in a separate Collection than chunks.
We called for exemple this collection "annotations".
Each particular event would be indexed in this collection in the following format :

  {
    "time": 1581075145188,
    "timeEnd": 1581075145188,
    "text": "drop of 3 detected",
    "tags": [
      "metric_1", "drop"
    ]
  }

All fields are required except for timeEnd when the event is momentaneous.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants