Georg Pirklbauer
a8d706f485
Update Dynatrace documentation links
...
See gh-38706
2023-12-11 08:13:56 +01:00
Alex Serbin
23816d6015
Fix Observation Filter docs
...
`WebMvcMetricsFilter` no longer exists since 3.0 and should be
replaced with `ServerHttpObservationFilter`
See gh-38570
2023-11-28 13:16:25 +01:00
Moritz Halbritter
9c1c18c2b9
Document that tracing is disabled in tests in the "Tracing" section
...
Closes gh-33975
2023-11-15 09:06:39 +01:00
Moritz Halbritter
83da5a5bd8
Document how to remove base path from Cloud Foundry actuator endpoints
...
Closes gh-24991
2023-11-14 16:29:28 +01:00
Moritz Halbritter
27da93525e
Merge branch '3.0.x' into 3.1.x
...
Closes gh-38333
2023-11-13 09:07:54 +01:00
Moritz Halbritter
1022e1bdd2
Merge branch '2.7.x' into 3.0.x
...
Closes gh-38332
2023-11-13 09:07:43 +01:00
Christoph Dreis
af0df78bd0
Fix link to Elasticsearch health indicator
...
See gh-38330
2023-11-13 09:04:06 +01:00
Moritz Halbritter
eaaf977331
Merge branch '3.0.x' into 3.1.x
...
Closes gh-38288
2023-11-10 11:19:27 +01:00
Moritz Halbritter
d29f7a88b4
Update Spring Framework links
...
Closes gh-36241
2023-11-10 10:47:54 +01:00
Moritz Halbritter
140ba4039d
Merge branch '3.0.x' into 3.1.x
...
Closes gh-38079
2023-10-27 14:20:07 +02:00
Moritz Halbritter
43a3fbf449
Move "Sanitize Sensitive Values" in docs
...
Closes gh-35917
2023-10-27 14:16:48 +02:00
Phillip Webb
2e11349c93
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36219
2023-07-04 15:18:32 +01:00
Phillip Webb
9884abb379
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36218
2023-07-04 15:18:15 +01:00
Phillip Webb
fc31e14e72
Polish 'Improve Kubernetes probe customization documentation'
...
See gh-34978
2023-07-04 15:17:20 +01:00
Ivo Smid
028ff3a7be
Improve Kubernetes probe customization documentation
...
See gh-34978
2023-07-04 15:17:20 +01:00
Phillip Webb
7c63870305
Merge branch '3.0.x' into 3.1.x
2023-06-30 14:54:36 +01:00
Phillip Webb
a14ddd6900
Polish adoc formatting
2023-06-30 14:54:21 +01:00
Moritz Halbritter
3d15b02441
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36131
2023-06-30 10:44:34 +02:00
Moritz Halbritter
606063589f
Document trace propagation with RestTemplate and WebClient
...
Closes gh-34053
2023-06-30 10:44:14 +02:00
Moritz Halbritter
20321b5685
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36112
2023-06-29 11:39:20 +02:00
Moritz Halbritter
2b398827de
Add "baggage" section to tracing docs
...
Closes gh-34977
2023-06-29 11:30:58 +02:00
Phillip Webb
31f218c4e0
Merge branch '3.0.x' into 3.1.x
2023-06-22 00:27:51 -07:00
Phillip Webb
9db3c5a2f7
Polish
2023-06-22 00:24:39 -07:00
Johnny Lim
ff9fd1abeb
Polish
...
See gh-35185
2023-05-10 08:31:36 +02:00
Andy Wilkinson
c55d398f95
Validate health group includes and excludes
...
Closes gh-34360
2023-04-19 19:51:57 +01:00
Andy Wilkinson
f2e5eab09c
Polish does for reporting traces using OTLP
...
See gh-34508
2023-04-19 15:42:21 +01:00
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
2023-04-19 14:44:56 +01:00
Andy Wilkinson
d30f0575f0
Polish "Improve documentation of tracing deps and config props"
...
See gh-34991
2023-04-17 19:47:16 +01:00
Robert K
dfe60cb2d3
Improve documentation of tracing deps and config props
...
See gh-34991
2023-04-17 19:47:16 +01:00
Stephane Nicoll
579364c2ec
Polish "Auto-configure observation for Spring-Batch"
...
See gh-34305
2023-04-05 16:12:49 +02:00
Damiano Albani
ea70ff7efe
Fix typo
...
See gh-34398
2023-03-01 12:43:19 +01:00
Andy Wilkinson
88de3cc089
Temporarily remove auto-config for Reactor context propagation
...
See gh-34201
2023-02-22 21:10:59 +00:00
Brian Clozel
4da42c09a6
Configure automatic context propagation for Reactor
...
This commit adds a new configuration property,
`spring.reactor.context-propagation` that configures the context
propagation mode for Reactor operators. By default the value is set to
"AUTO" for reinstating automatically context values as ThreadLocals
within Reactor operators. The "LIMITED" mode restricts this feature ot
the "tap" and "handle" operators but has a slightly lower footprint.
Closes gh-34201
2023-02-20 10:22:57 +01:00
Brian Clozel
febca4aa5e
Refer to external docs for observability support
...
This commit removes the `KeyValues` listed in the Spring Boot reference
documentation, since now support is implemented in Spring projects
directly and documentation is maintained there.
This change adds links to the relevant sections in the Spring Framework
and Spring for GraphQL reference docs.
2023-01-13 11:56:36 +01:00
Moritz Halbritter
5a97c1493e
Update Java 11 to Java 17 in documentation
2023-01-09 15:24:16 +01:00
Moritz Halbritter
7922ac63bc
Polish documentation
2023-01-09 15:23:27 +01:00
Johnny Lim
90589fd6d4
Polish
...
See gh-33384
2022-12-01 11:32:39 +01:00
Moritz Halbritter
8626bdc05b
Merge branch '2.7.x'
2022-11-29 16:27:45 +01:00
Moritz Halbritter
e755f5107e
Fix formatting
2022-11-29 16:27:26 +01:00
Moritz Halbritter
41f6d54020
Merge branch '2.7.x'
...
Closes gh-33410
2022-11-29 16:22:57 +01:00
Moritz Halbritter
20d51a128b
Clarify that shutdown endpoint only works in jar packaging
...
Closes gh-17398
2022-11-29 16:21:24 +01:00
Moritz Halbritter
39aaab082b
Polish "Document observation for R2DBC"
...
See gh-33335
2022-11-24 09:19:36 +01:00
Tadaya Tsuyukubo
9ddad34f42
Document observation for R2DBC
...
Adds a link to the R2DBC observation repo in documentation.
See gh-33335
2022-11-24 09:17:32 +01:00
Moritz Halbritter
d9aea476b4
Merge branch '2.7.x'
...
Closes gh-33327
2022-11-23 14:23:24 +01:00
Moritz Halbritter
1da3a9d636
Merge branch '2.6.x' into 2.7.x
...
Closes gh-33326
2022-11-23 14:23:08 +01:00
Moritz Halbritter
ae8ec86486
Clarify startup probe in actuator documentation
...
Closes gh-28432
2022-11-23 14:21:51 +01:00
Brian Clozel
07766c436c
Apply user-provided ObservationConventions in auto-configurations
...
Prior to this commit, we would advise developers, as migration path from
Spring Boot 2.0-x metrics, to create `GlobalObservationConvention` beans
for the observations they want to customize (observation name or key
values).
`GlobalObservationConvention` are currently applied **in addition** to
the chosen convention in some cases, so this does not work well with
this migration path.
Instead, instrumentations always provide a default convention but also a
way to configure a custom convention for their observations. Spring Boot
should inject custom convention beans in the relevant
auto-configurations.
Fixes gh-33285
2022-11-22 20:44:05 +01:00
Andy Wilkinson
cb14089d24
Align reference docs with @Timed changes
...
Closes gh-33282
2022-11-21 14:14:28 +00:00
Andy Wilkinson
4100561b3d
Align docs with tags provider and contributor changes
...
Closes gh-33281
2022-11-21 13:58:27 +00:00
Andy Wilkinson
1f7da3e4eb
Merge branch '2.7.x'
...
Closes gh-33266
2022-11-18 16:29:25 +00:00