Skip to content

ruanshengbin/git-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

git-test

git-test

    private void frontCustomNewSpan() {
        Span newSpan = tracer.createSpan("frontCustomNewSpan");
        try {
            newSpan.logEvent("frontCustomNewSpan-start");
            newSpan.tag("frontCustomNewSpan-test", "test");
            zipkinTestUtil.randomSleep(3);
            zipkinTestUtil.randomThrowException(0.4F);
        } finally {
            newSpan.logEvent("frontCustomNewSpan-finish");
            tracer.close(newSpan);
        }
    }
java -jar spring-zipkin-example-1.5.9.RELEASE.jar --server.port=8888 --spring.application.name=zipkin-test-front --spring.zipkin.baseUrl=http://127.0.0.1:9411/ --backend.url=http://127.0.0.1:8889

About

git-test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published