parent
f03849d502
commit
f83934e192
|
|
@ -1763,8 +1763,8 @@ is required. A `CacheMetricsRegistrar` bean is made available to make that proce
|
|||
|
||||
[[production-ready-metrics-jdbc]]
|
||||
==== DataSource Metrics
|
||||
Auto-configuration enables the instrumentation of all available `DataSource` objects with a
|
||||
metric named `jdbc`. Data source instrumentation results in gauges representing the
|
||||
Auto-configuration enables the instrumentation of all available `DataSource` objects with
|
||||
a metric named `jdbc`. Data source instrumentation results in gauges representing the
|
||||
currently active, maximum allowed, and minimum allowed connections in the pool. Each of
|
||||
these gauges has a name that is prefixed by `jdbc`.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2012-2017 the original author or authors.
|
||||
* Copyright 2012-2018 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
|||
Loading…
Reference in New Issue