Skip to content
This repository has been archived by the owner on Nov 27, 2017. It is now read-only.

document how to patch a zipkin server #26

Open
codefromthecrypt opened this issue Dec 29, 2016 · 0 comments
Open

document how to patch a zipkin server #26

codefromthecrypt opened this issue Dec 29, 2016 · 0 comments

Comments

@codefromthecrypt
Copy link

when building from scratch, you edit the zipkin-server/pom.xml like so.. there's probably value in showing how to do this just using a commandline and an existing zipkin jar. (which would be overriding the classpath I think)

    <!-- Static content for the web UI -->
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>zipkin-autoconfigure-ui</artifactId>
      <optional>true</optional>
      <exclusions>
        <exclusion>
          <groupId>${project.groupId}</groupId>
          <artifactId>zipkin-ui</artifactId>
        </exclusion>
      </exclusions>
    </dependency>

    <dependency>
      <groupId>io.zipkin.ui</groupId>
      <artifactId>zipkin-ui</artifactId>
      <version>0.0.1</version>
    </dependency>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant