@ContextConfiguration(classes=IgnoreAutoConfiguredSkipPatternsIntegrationTests.TestConfig.class) @TestPropertySource(properties={"management.endpoints.web.exposure.include:*","server.servlet.context-path:/context-path","spring.sleuth.web.ignoreAutoConfiguredSkipPatterns:true"}) public abstract class IgnoreAutoConfiguredSkipPatternsIntegrationTests extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IgnoreAutoConfiguredSkipPatternsIntegrationTests.TestConfig |
static class |
IgnoreAutoConfiguredSkipPatternsIntegrationTests.TestRestController |
| Constructor and Description |
|---|
IgnoreAutoConfiguredSkipPatternsIntegrationTests() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearSpans() |
void |
should_not_sample_default_skip_patterns_when_override_pattern_is_true() |
void |
should_sample_actuator_endpoint_when_override_pattern_is_true() |
void |
should_sample_non_actuator_endpoint_when_override_pattern_is_true() |
public IgnoreAutoConfiguredSkipPatternsIntegrationTests()
@BeforeEach @AfterEach public void clearSpans()
@Test public void should_sample_actuator_endpoint_when_override_pattern_is_true()
@Test public void should_sample_non_actuator_endpoint_when_override_pattern_is_true()
@Test public void should_not_sample_default_skip_patterns_when_override_pattern_is_true()
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.