Moritz Halbritter
28a3cee5a2
Merge branch '3.0.x'
...
Closes gh-35766
1 year ago
Moritz Halbritter
85720a5d90
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35765
1 year ago
Bernardo Bulgarelli
51afaa79a7
Add @AliasFor annotation to EndpointCloudFoundryExtension
...
See gh-35716
1 year ago
Moritz Halbritter
d841490f5f
Enable ZipkinProperties in ZipkinAutoConfiguration
...
Closes gh-35592
2 years ago
Stephane Nicoll
7a9bb55fdf
Merge branch '3.0.x'
...
Closes gh-35589
2 years ago
Johnny Lim
1b5fc89b43
Polish
...
See gh-35576
2 years ago
Phillip Webb
0743da4987
Merge branch '3.0.x'
...
Closes gh-35546
2 years ago
Phillip Webb
4072588c29
Polish "Fix invalid Zipkin Reporter back-off behavior"
...
See gh-35455
2 years ago
ryosuke-hasebe
903e19854d
Fix invalid Zipkin Reporter back-off behavior
...
Update `ReporterConfiguration` so that `spanReporter` back off
if a `Reporter` bean is defined. Prior to this commit, only
`AsyncReporter` beans would be considered.
See gh-35455
2 years ago
Phillip Webb
08c3cccc92
Merge branch '3.0.x'
2 years ago
Phillip Webb
4e305cc209
Merge branch '2.7.x' into 3.0.x
2 years ago
Phillip Webb
a75cd014fc
Merge branch '2.6.x' into 2.7.x
2 years ago
Phillip Webb
95d1cb9884
Merge branch '2.5.x' into 2.6.x
2 years ago
Phillip Webb
8316a96515
Polish
2 years ago
Phillip Webb
25b0a4a67b
Merge branch '2.5.x' into 2.6.x
...
Fixes gh-35438
2 years ago
Andy Wilkinson
086b1e5f58
Stop WebFilterChainPostProcessor from causing eager init
...
Fixes gh-35437
2 years ago
Phillip Webb
ef1401fcc9
Fix formatting
2 years ago
Phillip Webb
27c8da66f1
Merge branch '2.5.x' into 2.6.x
...
Closes gh-35412
2 years ago
Madhura Bhave
307f3c3399
Use endpoint mappings in CloudFoundry integration
...
Closes gh-35411
2 years ago
Phillip Webb
e3ed87d165
Merge branch '3.0.x'
2 years ago
Phillip Webb
92e420a098
Merge branch '2.7.x' into 3.0.x
2 years ago
Johnny Lim
ff9fd1abeb
Polish
...
See gh-35185
2 years ago
Stephane Nicoll
ae0efba523
Merge branch '3.0.x'
...
See gh-35312
2 years ago
Stephane Nicoll
1b4f9a7e9c
Remove GraphQL's tracing observation auto-configuration
...
This commit removes the auto-configuration for
PropagationWebGraphQlInterceptor as it has been deprecated with no
replacement.
See gh-35303
2 years ago
Stephane Nicoll
66cc9d73b8
Merge branch '3.0.x'
2 years ago
Stephane Nicoll
be29ab389a
Merge branch '2.7.x' into 3.0.x
2 years ago
Stephane Nicoll
eeefb2a1de
Polish
2 years ago
Marc Leroux
b61834c92d
Replace Mockito argument captors with assertArg
...
See gh-35015
2 years ago
Jonatan Ivanov
5142e8e157
Support Brave's joint spans
...
Brave has a feature called joint spans that was enabled by default with
Spring Cloud Sleuth (and Boot 2.x). This has changed with
Micrometer Tracing and Boot 3.x. In order to make migration simpler,
joint spans should be set through a property.
This is a Brave+B3-only feature, W3C is not supported by Brave and
OTel does not have this capability.
See gh-35165
2 years ago
Phillip Webb
a890323758
Merge branch '3.0.x'
2 years ago
Andy Wilkinson
b03f1e47d0
Merge branch '3.0.x'
...
Closes gh-35171
2 years ago
Andy Wilkinson
d6e3db9c36
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35170
2 years ago
Andy Wilkinson
472afafd4b
Stop WebFilterChainPostProcessor from causing eager init
...
Fixes gh-35163
2 years ago
Scott Frederick
66db13b962
Refactor web server support to use SslBundles
...
Update Tomcat, Jetty, Undertow and Netty servers so that an SslBundle
is used to apply SSL configuration. Existing `Ssl` properties are
internally adapted to an `SslBundle` using the `WebServerSslBundle`
class. Additionally, if `Ssl.getBundle()` returns a non-null value the
the `SslBundles` bean will be used to find a registered bundle by name.
See gh-34814
2 years ago
Andy Wilkinson
04780650a1
Merge branch '3.0.x'
...
Closes gh-35087
2 years ago
Andy Wilkinson
32444fed4b
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35086
2 years ago
Madhura Bhave
3522714c13
Use endpoint mappings in CloudFoundry integration
...
Closes gh-35085
2 years ago
Andy Wilkinson
c55d398f95
Validate health group includes and excludes
...
Closes gh-34360
2 years ago
Andy Wilkinson
45068c777f
Document default value for management.otlp.tracing.compression
...
See gh-34508
2 years ago
Andy Wilkinson
c543d9172c
Polish "Add auto-configuration for OTLP span exporter"
...
See gh-34508
2 years ago
Jonatan Ivanov
ceaafeca0b
Add auto-configuration for OTLP span exporter
...
With these changes an OTLP HTTP/protobuf exporter is auto-configured
if opentelemetry-exporter-otlp is on the classpath.
See gh-34508
2 years ago
Stephane Nicoll
a323bd90a8
Polish "Reintroduce support for ActiveMQ"
...
See gh-35048
2 years ago
Martin BENDA
3e9908a797
Reintroduce support for ActiveMQ
...
See gh-35048
2 years ago
Andy Wilkinson
1ad428129d
Polish "Add customizer for SdkTracerProviderBuilder"
...
See gh-34945
2 years ago
Yanming Zhou
f40e9738b6
Add customizer for SdkTracerProviderBuilder
...
See gh-34945
2 years ago
Phillip Webb
00dc942e94
Migrate to Spring Security lambda config
...
Closes gh-35011
2 years ago
Jonatan Ivanov
9774d8a439
Add aggregation temporality to OtlpProperties
...
In Micrometer 1.11.0-RC1, a new property was introduced in OtlpConfig
to define aggregation temporality.
See https://github.com/micrometer-metrics/micrometer/pull/3625
2 years ago
Andy Wilkinson
d4980ea993
Always define connection details beans
...
Closes gh-34776
2 years ago
Phillip Webb
e9a198a68f
Merge branch '3.0.x'
2 years ago
Phillip Webb
7fea4c84b4
Update copyright year of changed files
2 years ago