Bumping versions

This commit is contained in:
buildmaster
2020-08-28 05:30:17 +00:00
parent 368eabb412
commit 1a8c7f83c4
3 changed files with 22 additions and 10 deletions

View File

@@ -43,6 +43,9 @@
|spring.sleuth.sampler.refresh.enabled | true | Enable refresh scope for sampler.
|spring.sleuth.scheduled.enabled | true | Enable tracing for {@link org.springframework.scheduling.annotation.Scheduled}.
|spring.sleuth.scheduled.skip-pattern | | Pattern for the fully qualified name of a class that should be skipped.
|spring.sleuth.span-handler.additional-span-name-patterns-to-ignore | | Additional list of span names to ignore. Will be appended to {@link #spanNamePatternsToSkip}.
|spring.sleuth.span-handler.enabled | false | Will turn on the default Sleuth handler mechanism. Might ignore exporting of certain spans;
|spring.sleuth.span-handler.span-name-patterns-to-skip | ^catalogWatchTaskScheduler$ | List of span names to ignore. They will not be sent to external systems.
|spring.sleuth.supports-join | true | True means the tracing system supports sharing a span ID between a client and server.
|spring.sleuth.trace-id128 | false | When true, generate 128-bit trace IDs instead of 64-bit ones.
|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}.