Added Vault integration; fixes gh-1952
This commit is contained in:
@@ -61,6 +61,7 @@
|
||||
|spring.sleuth.trace-id128 | `false` | When true, generate 128-bit trace IDs instead of 64-bit ones.
|
||||
|spring.sleuth.tracer.mode | | Set which tracer implementation should be picked.
|
||||
|spring.sleuth.tx.enabled | `true` | Enable Spring TX instrumentation.
|
||||
|spring.sleuth.vault.enabled | `true` | Enable Spring Vault instrumentation.
|
||||
|spring.sleuth.web.additional-skip-pattern | | Additional pattern for URLs that should be skipped in tracing. This will be appended to the {@link SleuthWebProperties#skipPattern}.
|
||||
|spring.sleuth.web.client.enabled | `true` | Enable interceptor injecting into {@link org.springframework.web.client.RestTemplate}.
|
||||
|spring.sleuth.web.client.skip-pattern | | Pattern for URLs that should be skipped in client side tracing.
|
||||
|
||||
@@ -634,3 +634,12 @@ This feature is available for all tracer implementations.
|
||||
|
||||
If you have R2DBC Proxy on the classpath we will instrument the `ConnectionFactory`so that it contains a custom `ProxyExecutionListener`.
|
||||
In order to disable this instrumentation set `spring.sleuth.r2dbc.enabled` to `false`.
|
||||
|
||||
|
||||
[[sleuth-vault-integration]]
|
||||
== Spring Vault
|
||||
|
||||
This feature is available for all tracer implementations.
|
||||
|
||||
We're instrumenting the `RestTemplate` or `WebClient` instances used by Spring Vault to communicate with Vault.
|
||||
In order to disable this instrumentation set `spring.sleuth.vault.enabled` to `false`.
|
||||
|
||||
Reference in New Issue
Block a user