Proposal:
Is there a way to change @measurement(name = "tagLog") the Measurement name dynamically, Mongodb @document support spel, and we can change a collection name when we provide a collection name,@document(collection ="t_Log_#{@logCollectionNameProvider.getCollectionName()}")
Current behavior:
influxdb not support spel, can not change Measurement name
Desired behavior:
change @measurement(name = "tagLog") the Measurement name dynamically
Proposal:
Is there a way to change @measurement(name = "tagLog") the Measurement name dynamically, Mongodb @document support spel, and we can change a collection name when we provide a collection name,@document(collection ="t_Log_#{@logCollectionNameProvider.getCollectionName()}")
Current behavior:
influxdb not support spel, can not change Measurement name
Desired behavior:
change @measurement(name = "tagLog") the Measurement name dynamically