Micrometer 1.7.0-M1 adds support for InfluxDB v2 in addition to the existing support for InfluxDB v1. Some concepts have changed in v2. So we need additional properties for users to be able to configure where to write metrics and authenticate via token.
Maybe we want to consider also updating the description of existing properties to note which are specific to v1. What do you think?
Comment From: snicoll
Maybe we want to consider also updating the description of existing properties to note which are specific to v1. What do you think?
That's a good idea. I've done that in 8808d5e. Thanks!