Moritz Halbritter
7bb337aeb1
Polish tests
1 year ago
Moritz Halbritter
4ea3c75331
Improve exception message if endpoint can't be found
1 year ago
Moritz Halbritter
ed9169501e
Polish
1 year ago
Moritz Halbritter
02a7c22f40
Revert "Use virtual threads in JmsHealthIndicator if enabled"
...
This reverts commit 6fc585c5d2
.
1 year ago
Moritz Halbritter
a843aca821
Revert "Polish"
...
This reverts commit 25eb3c8c18
.
1 year ago
Moritz Halbritter
25eb3c8c18
Polish
1 year ago
Moritz Halbritter
6fc585c5d2
Use virtual threads in JmsHealthIndicator if enabled
...
Closes gh-36694
1 year ago
Moritz Halbritter
e677eb7759
Polish Polish R2dbcObservationAutoConfiguration
1 year ago
Moritz Halbritter
20d264150b
Polish R2dbcObservationAutoConfiguration
1 year ago
Scott Frederick
f2ad08c292
Add since version to deprecated config properties
...
See gh-36482
1 year ago
Moritz Halbritter
b0615dd311
Split OpenTelemetry auto-configuration
...
The OpenTelemetry bean is now configured in the
OpenTelemetryAutoConfiguration. This method also applies
SdkLoggerProvider and SdkMeterProvider.
Additionally, the OpenTelemetry Resource is now a bean. Resource
attributes can now be configured through properties
The resourceAttributes in OtlpProperties have been deprecated in favor
of the new one in OpenTelemetryProperties.
Closes gh-36544
Closes gh-36545
1 year ago
Moritz Halbritter
6050fff078
Auto-configure observability for R2DBC
...
The new ConnectionFactoryDecorator can be used to decorate the
ConnectionFactory built by the ConnectionFactoryBuilder.
The new R2dbcObservationAutoConfiguration configures a
ConnectionFactoryDecorator to attach a ObservationProxyExecutionListener
to ConnectionFactories. This enables Micrometer Observations for R2DBC
queries.
Closes gh-33768
1 year ago
Andy Wilkinson
df4c65e494
Merge branch '3.1.x'
...
Closes gh-36568
1 year ago
Andy Wilkinson
ee9574d399
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36567
1 year ago
Andy Wilkinson
e106828fc8
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36566
1 year ago
Andy Wilkinson
5c6a9122cb
Polish "Test Micrometer config to property exposure"
...
See gh-33743
1 year ago
Mirko Sobeck
19e70055a5
Test Micrometer config to property exposure
...
See gh-33743
1 year ago
Andy Wilkinson
2289b725d2
Merge branch '3.1.x'
...
Closes gh-36560
1 year ago
Andy Wilkinson
2766c4b648
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36559
1 year ago
Andy Wilkinson
d290d05f63
Add missing Stackdriver metric-type-prefix property
...
Closes gh-36499
1 year ago
Andy Wilkinson
0f110a5f5b
Merge branch '3.1.x'
...
Closes gh-36557
1 year ago
Andy Wilkinson
22fa904590
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36556
1 year ago
Andy Wilkinson
45624c0a78
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36555
1 year ago
Andy Wilkinson
aae8665db1
Add missing management.metrics.export.wavefront properties
...
Closes gh-36498
1 year ago
Andy Wilkinson
346ebbc6f8
Merge branch '3.1.x'
...
Closes gh-36554
1 year ago
Andy Wilkinson
5d1b2348e8
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36553
1 year ago
Andy Wilkinson
826bad5820
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36552
1 year ago
Andy Wilkinson
a6c19dae07
Add missing management.metrics.export.signalfx properties
...
Closes gh-36497
1 year ago
Andy Wilkinson
c9c36e7e42
Merge branch '3.1.x'
...
Closes gh-36527
1 year ago
Andy Wilkinson
54323d1a95
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36526
1 year ago
Andy Wilkinson
2db45e9ba3
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36525
1 year ago
Andy Wilkinson
a5d5908c27
Add missing management.metrics.export.atlas properties
...
Closes gh-36496
1 year ago
Andy Wilkinson
3affb3342e
Deprecate auto-configuration for InfluxDB
...
Closes gh-35190
1 year ago
Moritz Halbritter
54e99d68fa
Auto-configure ObservationRegistry on ScheduledTaskRegistrar
...
The TaskSchedulingAutoConfiguration.taskScheduler auto-configuration now
no longer backs off on SchedulingConfigurer beans.
Closes gh-36119
1 year ago
kitbolourchi
abebc396c0
Change B3 extraction format to single
...
See gh-36061
1 year ago
Stephane Nicoll
c726a13395
Polish "Add auto-configuration for ObservedAspect"
...
See gh-35191
1 year ago
Vedran Pavic
0dae89e837
Add auto-configuration for ObservedAspect
...
This adds support for auto-configuring `ObservedAspect` when AspectJ is
on the classpath, which enables the usage of `@Observed`.
See gh-35191
1 year ago
Stephane Nicoll
31db1d8125
Merge branch '3.1.x'
...
Closes gh-36430
1 year ago
Stephane Nicoll
7195d87e6c
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36429
1 year ago
Stephane Nicoll
750096b9c2
Polish "Allow custom ExemplarSampler to be used"
...
See gh-35619
1 year ago
Johnny Goncalves
94b17ecd26
Allow custom ExemplarSampler to be used
...
See gh-35619
1 year ago
Stephane Nicoll
df8b73d8f7
Merge branch '3.1.x'
...
Closes gh-36425
1 year ago
Stephane Nicoll
588129318c
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36423
1 year ago
Jonatan Ivanov
58cfdbfa2d
Add missing OTel Span attributes
...
OTel semantic conventions mandate certain resource attributes to present
on exported spans. This commits make sure that the attribute we add are
merged with the defaults, rather than replacing them.
See gh-36155
1 year ago
Jonatan Ivanov
8115f8f146
Add property for base time unit in OTLP registry
...
Micrometer added a new configuration option to its OTLP registry to
enable configuring the base time unit. These changes provide a
configuration property to support to it.
See gh-36393
1 year ago
Stephane Nicoll
783bfb62e2
Merge branch '3.1.x'
...
Closes gh-36420
1 year ago
Stephane Nicoll
d2912c6442
Update copyright year of changed files
...
See gh-36306
1 year ago
Christoph Dreis
8321887d6a
Fix typos
...
See gh-36306
1 year ago
Andy Wilkinson
b8c4fb6b9a
Upgrade to Liquibase 4.23.0
...
Closes gh-36377
1 year ago
Andy Wilkinson
8ed2ef5640
Merge branch '3.1.x'
...
Closes gh-36277
1 year ago