Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

InfluxDB: metadata for entire series?

Tags:

influxdb

I have many series in InfluxDB. I'd like to designate them as 'a' or 'b' series'. I know there are tags for the data within the series, but is there a way to have metadata for the series itself? Or do I need to store this in another RDB?

like image 961
HorseHair Avatar asked Sep 06 '25 03:09

HorseHair


1 Answers

This is a pretty common question I get from people about InfluxDB. At the moment you'll need an external DB to handle this kind of information.

like image 67
Michael Desa Avatar answered Sep 08 '25 01:09

Michael Desa