Package zipkin.server

Annotation Type EnableZipkinServer


  • @Target(TYPE)
    @Retention(RUNTIME)
    @Documented
    @Import(zipkin2.server.internal.InternalZipkinConfiguration.class)
    @Deprecated
    public @interface EnableZipkinServer
    Deprecated.
    Custom servers are possible, but not supported by the community. Please use our default server build first. If you find something missing, please gitter us about it before making a custom server.

    If you decide to make a custom server, you accept responsibility for troubleshooting your build or configuration problems, even if such problems are a reaction to a change made by the Zipkin maintainers. In other words, custom servers are possible, but not supported.