You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think based on the schema we'd do a big JOIN, something like SELECT Tag.tag FROM Tag JOIN SeriesTag ON SeriesTag.tag == Tag.id AND SeriesTag.Series == Series.id WHERE Series.path=="METRICNAME"
and then
SELECT Tag.tag, TagValue.value FROM TagValue JOIN SeriesTag ON SeriesTag.tag == Tag.id AND SeriesTag.TagValue == TagValue.id WHERE Tag.id IN "THE RESULTS FROM ABOVE"
(imported issue)
Right now the whisper converter only supports untagged metrics. We should add support for tagged metrics.
From the docs, the tags are stored in a separate database from the whisper files. So it looks like:
Tasks
The text was updated successfully, but these errors were encountered: