Andy Wilkinson
849baa4c02
Do not require after in audit events endpoint
...
Closes gh-11605
7 years ago
Andy Wilkinson
54c0cf513b
Polish
7 years ago
Johnny Lim
e7185ea2b1
Polish
...
Closes gh-11655
7 years ago
Andy Wilkinson
67a299020b
Rework mappings endpoint
...
Improve the structure of the response and include mappings from
WebFlux and Servlet and Filter registrations in addition to the
mappings from Spring MVC.
Closes gh-9979
7 years ago
Andy Wilkinson
f7ddacf937
Update AuditEventRepository javadoc to describe behaviour of after
...
The behaviour was changed in 2b99962a
. This commit updates the
javadoc to hopefully clarify that Instant.isAfter(Instant) is used.
Closes gh-11612
7 years ago
Andy Wilkinson
5b8a2f9675
Improve context hierarchy handling in Actuator endpoints
...
Previously, a number of Actuator endpoints ignored a context hierarchy
or assumed that it would always be linear. This commit reworks the
affected endpoints so that the no longer assume a linear hierarchy.
A side-effect of a non-linear hierarchy is that there may be multiple
different beans with the same name (in a linear hierarchy, a bean
with the same name as one in an ancestor context, replaces that bean).
The affected endpoints have also been updated so that, when bean names
are used as keys, those keys are grouped by application context. This
prevents a bean in one context from accidentially overwriting a bean
in another context.
Closes gh-11019
7 years ago
Andy Wilkinson
23d8d608c4
Polish
7 years ago
Andy Wilkinson
f7e408945e
Use Instant for Session creation and last accessed times
...
Closes gh-10976
7 years ago
Andy Wilkinson
2b99962a85
Replace use of Date with OffsetDateTime and Instant in Actuator
...
Closes gh-10976
7 years ago
Stephane Nicoll
ae3cd75d1a
Polish "Upgrade to Micrometer 1.0.0-rc.6"
...
Closes gh-11598
7 years ago
Jon Schneider
ccc820f723
Upgrade to Micrometer 1.0.0-rc.6
...
See gh-11598
7 years ago
Stephane Nicoll
f10210f769
Make MetricsEndpoint response types public
...
Closes gh-11602
7 years ago
Stephane Nicoll
7d12dc2e02
Polish description
...
See gh-11428
7 years ago
Stephane Nicoll
4b59d5f517
Rationalize AuditEventRepository contract
...
Closes gh-11331
7 years ago
Phillip Webb
b078698f20
Update copyright year of changed files
7 years ago
Phillip Webb
b3ec2c9d1d
Polish
7 years ago
Johnny Lim
0f0c6e0729
Polish
...
Closes gh-11536
7 years ago
Phillip Webb
cae02ce0b8
Make WebMvcMetricsFilter lazy
...
Update `WebMvcMetricsFilter` so that it no longer causes early
initialization of Spring MVC concerns.
Fixes gh-11571
7 years ago
Phillip Webb
25609c060e
Polish
7 years ago
Andy Wilkinson
927003e0b7
Polish
7 years ago
Stephane Nicoll
5baedf9275
Polish "Deduplicate tag values in metrics actuator endpoint"
...
Closes gh-11492
7 years ago
Jon Schneider
ebb51d5533
Deduplicate tag values in metrics actuator endpoint
...
See gh-11492
7 years ago
Stephane Nicoll
1962cbb623
Polish
...
This is no longer necessary as of micrometer 1.0 rc5
7 years ago
Phillip Webb
6bac365a72
Polish micrometer cache metrics
...
Change `CacheMeterBinderProvider` to include a cache type
generic which helps to simplify implementations. Also move
and extract a few classes.
See gh-11221
7 years ago
Stephane Nicoll
0515ca0dd0
Auto configure micrometer cache metrics
...
Closes gh-11221
7 years ago
Madhura Bhave
be9291a365
Match trailing slash in actuator endpoints
...
Fixes gh-11024
7 years ago
Johnny Lim
3c5ccb1166
Polish
...
Closes gh-11418
7 years ago
Johnny Lim
4cc598ac5e
Replace contains() with indexOf()
...
Closes gh-11373
7 years ago
Johnny Lim
240aaadd83
Fix package name for InfluxDB
...
Closes gh-11364
7 years ago
Phillip Webb
befdbaaaa9
Polish
7 years ago
Stephane Nicoll
b7435016fb
Improve Couchbase health indicator
...
This commit improve the couchbase health indicator to list the available
nodes. Doing so improves the reliability of the indicator as accessing
the bucket forces a remote call and better detect the cases where the
broker is down.
Closes gh-7369
7 years ago
Stephane Nicoll
27922ae325
Polish
7 years ago
Stephane Nicoll
a33c3eec3f
Polish "Add InfluxDb health indicator"
...
Closes gh-11159
7 years ago
Eddú Meléndez
cdbdc1cb7f
Add InfluxDb health indicator
...
See gh-11159
7 years ago
Stephane Nicoll
41720ca93d
Improve extension of Neo4jHealthIndicator
...
This commit makes it easier to extend `Neo4jHealthIndicator` for cases
where a custom cypher needs to be executed.
Closes gh-11120
7 years ago
Phillip Webb
3273859fde
Polish
7 years ago
Phillip Webb
5ca608330c
Merge branch '1.5.x'
7 years ago
Johnny Lim
de72f2ae32
Polish
...
Closes gh-11327
7 years ago
Andy Wilkinson
04068ee792
Tolerate custom response status in WebMvcTags
...
Closes gh-11263
7 years ago
Stephane Nicoll
23218add90
Polish
7 years ago
Brian Clozel
97c91eee94
Merge pull request #11316 from dkublik:adding-MetricsClientHttpRequestInterceptor-only-once
...
* pr/11316:
Polish
Avoid duplicate Metrics HTTP interceptor registration
7 years ago
Brian Clozel
c82f1016c1
Polish
7 years ago
dawid.kublik@vimn.com
77d4448c0e
Avoid duplicate Metrics HTTP interceptor registration
...
Closes gh-11315
7 years ago
Stephane Nicoll
4eda29a42e
Merge branch '1.5.x'
7 years ago
Stephane Nicoll
a43dcfec6c
Polish "Update documentation references to `/status` endpoint"
...
Closes gh-11213
7 years ago
Vedran Pavic
e88c266285
Update documentation references to `/status` endpoint
...
See gh-11213
7 years ago
Stephane Nicoll
b6609ff392
Polish "Fix NullPointer when requesting a session that does not exist"
...
Closes gh-11202
7 years ago
petar.tahchiev
35c6dc4e3b
Fix NullPointer when requesting a session that does not exist
...
See gh-11202
7 years ago
Phillip Webb
2c959b8e2a
Polish health indicators
...
Align reactive and non-reactive web extensions and update `showDetails`
so that it only applies to web exposure.
See gh-11113
See gh-11192
7 years ago
Madhura Bhave
9e95483645
Add cloudfoundry health extensions
...
Fixes gh-11192
7 years ago