Follow-up of #20833

Micrometer 1.4+ brings support for native tags support with Graphite, see https://github.com/micrometer-metrics/micrometer/pull/1806.

Users upgrading will benefit from this support automatically and the tagsAsPrefix feature will be disabled automatically as a result. Users that wish to get back to the previous arrangement where the tags are added as a prefix of the key will need to set the management.metrics.export.graphite.graphite-tags-enabled property to false.

Comment From: snicoll

It looks like the documentation on the micrometer side was not updated, I've created https://github.com/micrometer-metrics/micrometer-docs/issues/123

Comment From: snicoll

Note that this behaviour was changed to help users upgrading more transparently. The new native tags support is only enabled if tagsAsPrefix is not set.