@Configuration public class ZipkinServerConfiguration extends Object implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer
| Constructor and Description |
|---|
ZipkinServerConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
addViewControllers(org.springframework.web.servlet.config.annotation.ViewControllerRegistry registry) |
org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory |
embeddedServletContainerFactory(String allowedOrigins) |
org.springframework.boot.actuate.autoconfigure.metrics.MeterRegistryCustomizer |
meterRegistryCustomizer() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddArgumentResolvers, addCorsMappings, addFormatters, addInterceptors, addResourceHandlers, addReturnValueHandlers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidatorpublic void addViewControllers(org.springframework.web.servlet.config.annotation.ViewControllerRegistry registry)
addViewControllers in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer@Bean
public org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory embeddedServletContainerFactory(@Value(value="${zipkin.query.allowed-origins:*}")
String allowedOrigins)
@Bean public org.springframework.boot.actuate.autoconfigure.metrics.MeterRegistryCustomizer meterRegistryCustomizer()
Copyright © 2015–2018 OpenZipkin. All rights reserved.