Browse Source

Add missing note

See gh-12933
pull/13159/merge
Stephane Nicoll 8 years ago
parent
commit
c8dc885cc5
  1. 4
      spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

4
spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

@ -1861,6 +1861,10 @@ configured as shown in the following example: @@ -1861,6 +1861,10 @@ configured as shown in the following example:
The example above adds a `region` and `stack` tags to all meters with a value of
`us-east-1` and `prod` respectively.
NOTE: The order of common tags is important if you are using Graphite. As the order of
common tags cannot be guaranteed using this approach, Graphite users are advised to define
a custom `MeterFilter` instead.
==== Per-meter properties

Loading…
Cancel
Save