Start building against Micrometer 1.7.0-RC1 snapshots
See gh-25934
This commit is contained in:
@@ -2429,7 +2429,7 @@ Each metric is tagged with the following information by default:
|
||||
| Outcome of the command - one of (`SUCCESS`, `FAILED`)
|
||||
|===
|
||||
|
||||
To replace the default metric tags, define a `MongoMetricsCommandTagsProvider` bean, as shown in the following example:
|
||||
To replace the default metric tags, define a `MongoCommandTagsProvider` bean, as shown in the following example:
|
||||
|
||||
[source,java,indent=0]
|
||||
----
|
||||
@@ -2467,7 +2467,7 @@ Each metric is tagged with the following information by default:
|
||||
| Address of the server the connection pool corresponds to
|
||||
|===
|
||||
|
||||
To replace the default metric tags, define a `MongoMetricsConnectionPoolTagsProvider` bean, as shown in the following example:
|
||||
To replace the default metric tags, define a `MongoConnectionPoolTagsProvider` bean, as shown in the following example:
|
||||
|
||||
[source,java,indent=0]
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user