repository
stringclasses
156 values
issue title
stringlengths
1
1.01k
labels
stringclasses
8 values
body
stringlengths
1
270k
openzipkinzipkin
add internal cache for api v1 service with schedule update
Enhancement
we use zipkin with elasticsearch in aw and have the follow problem on a big amount of datum request to api v1 service take too long time and often we have timeout in ui there be a try to implement opt in internal caching of getservicename result with schedule update now we be use this patch in our external environment it improve a bit our user experience hope it can help for upstream maybe in another way of implementation
openzipkinzipkin
zipkin ui external tomcat and js
Question
when I deploy a war with zipkin ui autoconfigure in tomcat container with a context path value zipkin I have 404 when I request for js file indeed js script be load at root context path by index html script js be at can you add the context path in index html for js ressource ex window location regard gaetan bogaert
openzipkinzipkin
preformats multi line tag binary annotation in the ui
Enhancement
before we didn t preformat text that include newline this make they run off the screen now we do before after
openzipkinzipkin
can not load trace from ui when use cassandra datasource
Question
hi I m use zipkin with cassandra datasource but when I m try to find a trace and go into detail on ui it return I error error can not load trace zipkin internal mergebyid apply ljava lang iterable ljava util list my application yaml file server port 9411 eureka client fetchregistry true endpoint hypermedia enable true sensitive false spring application name zipkin server zipkin locator discovery enable true datasource schema classpath cassandra3 schema cql url jdbc cassandra cassandra host localhost cassandra port 9042 keyspace eagle2 contactpoint cassandra host localhost initialize true continue on error true sleuth enable false zipkin storage type cassandra3 build gradle buildscript ext springbootversion 1 5 2 release repository mavencentral maven url dependency classpath org springframework boot spring boot gradle plugin springbootversion apply plugin org springframework boot dependencymanagement import mavenbom org springframework cloud spring cloud starter parent camden sr6 springboot mainclass com eagleinvsys zipkin zipkinlauncher executable true jar basename zipkin server version 1 0 0 dependency compile org springframework cloud spring cloud starter eureka 1 2 6 release compile org springframework cloud spring cloud sleuth zipkin stream 1 1 0 release compile org springframework cloud spring cloud starter zipkin 1 2 0 m1 compile org springframework boot spring boot starter actuator compile org springframework boot spring boot starter hateoas compile io zipkin java zipkin autoconfigure ui 1 21 0 compile io zipkin java zipkin server 1 21 0 compile io zipkin java zipkin autoconfigure storage cassandra3 1 21 0 exclude group com datastax cassandra cassandra driver core compile com datastax cassandra cassandra driver core 3 1 4 compile com datastax cassandra cassandra driver mapping 3 1 4 capture capture1 keyspace in cassandra have be create successfully capture2 do you have any idea about this issue
openzipkinzipkin
span count of same trace be show differently between search page and trace detail page in ui
Bug
bug be see on the ui search page upon debug I find that the span count be calculate use different logic in search ui detail page be show accurate number span count after merge where as search page be rely on total timestamp in a trace l179 l244 image detial page image
openzipkinzipkin
ui non common annotation be way too much on the right
Enhancement
I have the following trace it have a few custom annotation sidekiq start and sidekiq end the interesting part be annotation timestamp 1490202030779197 value cs timestamp 1490202030783701 value sr timestamp 1490202030783703 value sidekiq start timestamp 1490202030975805 value sidekiq end you can see that the timestamp between sr and sidekiq start be super close the end be just a few 100ms away but the ui display it wrong image it lack the annotation I discover I have to scroll a lot to the right 8 sidekiq this be the inline css you can see that the leave percentage there be totally off unsure what the fix be but I guess it be in the javascript calculation
openzipkinzipkin
add basic auth security configuration
Enhancement
I would like to add security onto our zipkin server so we can do away with our ip whitelist that we currently use this be a small first step toward that ideally I will have an oauth type solution at some point this leverage only exist code that be already in the project so it should only grow the artifact by a few property file and a pom run the docker image with these change docker run it p 9411 9411 e zipkin basic security username zipkin e zipkin basic security password password e java opt dspre profile active security zipkin local
openzipkinzipkin
how to solve the problem of compile failure
Question
first I git clone the zipkin project and modify any one source code such as zipkin storage guava guavaspanstore as long as I modify any source code and run mvnw dskiptest also make pl zipkin server clean install there will be compile failure the error be fail to execute goal com mycila license maven plugin 3 0 check default on project zipkin guava some file do not have the expect license header help 1 info building guava support library 1 20 2 snapshot info info info maven resource plugin 2 6 resource default resource zipkin guava info use utf 8 encoding to copy filter resource info skip non exist resourcedirectory c zipkin zipkin guava src main resource info info maven compiler plugin 3 6 0 compile default compile zipkin guava info nothing to compile all class be up to date info info license maven plugin 3 0 check default zipkin guava info check license warn miss header in c zipkin zipkin guava src main java zipkin storage guava lazyguavastoragecomponent java info info build failure info info total time 1 607 s info finish at 2017 03 09t15 25 31 08 00 info final memory 19 m 309 m info error fail to execute goal com mycila license maven plugin 3 0 check default on project zipkin guava some file do not have the expect license header help 1 error error to see the full stack trace of the error re run maven with the e switch error re run maven use the x switch to enable full debug log error error for more information about the error and possible solution please read the follow article error help 1
openzipkinzipkin
handle null value in annotation value format
Bug
this happen due to the string null be convert to an actual null we be add binaryannotation with a potential value of the string null somewhere in the ui processing this get convert to the value null and blow up during span binary annotation format I be fairly confident that this be a ui bug as I can retrieve the raw json of the trace and still see the quote null string value in the annotation list I debug the javascript code and I believe it be happen during the mustache template spanpanel component show function I wasn t too familiar with how to write a unit test for this test span below traceid c60aebe24bf0e16b i d c60aebe24bf0e16b name foo bar timestamp 1488880527927637 duration 9860466 annotation timestamp 1488880527927637 value sr endpoint servicename foo ipv4 10 200 96 137 timestamp 1488880537788103 value ss endpoint servicename foo ipv4 10 200 96 137 binaryannotation key customannotation value null endpoint servicename foo ipv4 10 200 96 137 key http status code value 200 endpoint servicename foo ipv4 10 200 96 137 key http url value endpoint servicename foo ipv4 10 200 96 137 servicename foo
openzipkinzipkin
build failure
Question
in window I git clone and cd zipkin execute mvnw dskiptest also make pl zipkin server clean install but build failure what s the problem info info building zipkin ui 1 20 2 snapshot info info info maven clean plugin 2 5 clean default clean zipkin ui info delete c zipkin zipkin ui target info info frontend maven plugin 1 3 install node and npm install node and npm zipkin ui info instal node version v6 9 2 info copy node binary from e maven repository com github eirslett node 6 9 2 node 6 9 2 win x64 exe to c zipkin zipkin ui target node node exe info instal node locally info instal npm version 3 10 9 info unpack e maven repository com github eirslett npm 3 10 9 npm 3 10 9 tar gz into c zipkin zipkin ui target node node module info instal npm locally info info frontend maven plugin 1 3 npm npm install zipkin ui info run npm install in c zipkin zipkin ui info info install c zipkin zipkin ui node modules phantomj prebuilt info node install js info info phantomj not find on path info download info save to c user taocc appdata local temp phantomj phantomj 2 1 1 window zip info receive info error error make request error error read econnreset error at export errnoexception util js 1022 11 error at tlswrap onread net js 569 26 error error please report this full log at warn npm warn optional skip optional dependency fsevent 1 0 0 node modules chokidar node modules fsevent warn npm warn notsup skip optional dependency unsupported platform for want os darwin arch any current os win32 arch x64 warn npm warn no repository field error npm err window not 10 0 10240 error npm err argv c zipkin zipkin ui target node node exe c zipkin zipkin ui target node node modules npm bin npm cli js install error npm err node v6 9 2 error npm err npm v3 10 9 error npm err code elifecycle error error npm err install node install js error npm err exit status 1 error npm err error npm err fail at the install script node install js error npm err make sure you have the late version of node js and npm instal error npm err if you do this be most likely a problem with the phantomjs prebuilt package error npm err not with npm itself error npm err tell the author that this fail on your system error npm err node install js error npm err you can get information on how to open an issue for this project with error npm err npm bugs phantomjs prebuilt error npm err or if that isn t available you can get their info via error npm err npm owner ls phantomjs prebuilt error npm err there be likely additional log output above error error npm err please include the following file with any support request error npm err c zipkin zipkin ui npm debug log info info reactor summary info info zipkin parent success 5 533 s info zipkin success 7 362 s info zipkin ui failure 08 13 min info guava support library skip info storage skip info storage elasticsearch skip info storage cassandra skip info storage cassandra 3 skip info storage mysql skip info storage elasticsearch http skip info zipkin collector skip info collector scribe skip info collector kafka skip info auto configuration skip info auto configuration ui skip info auto configuration kafka collector skip info auto configuration scribe collector skip info auto configuration cassandra storage skip info auto configuration cassandra 3 storage skip info auto configuration elasticsearch storage skip info auto configuration elasticsearch storage http skip info auto configuration elasticsearch storage aw skip info auto configuration mysql storage skip info auto configuration prometheus metric skip info zipkin server skip info info build failure info info total time 08 26 min info finish at 2017 03 06t23 31 09 08 00 info final memory 75 m 1497 m info error fail to execute goal com github eirslett frontend maven plugin 1 3 npm npm install on project zipkin ui fail to run task npm install fail error code 1 help 1 error error to see the full stack trace of the error re run maven with the e switch error re run maven use the x switch to enable full debug log error error for more information about the error and possible solution please read the follow article error help 1 error error after correct the problem you can resume the build with the command error mvn rf zipkin ui
openzipkinzipkin
build failure
Question
in window I git clone and cd zipkin execute mvnw dskiptest also make pl zipkin server clean install but build failure info reactor summary info info zipkin parent success 1 786 s info zipkin failure 0 964 s info zipkin ui skip info guava support library skip info storage skip info storage elasticsearch skip info storage cassandra skip info storage cassandra 3 skip info storage mysql skip info storage elasticsearch http skip info zipkin collector skip info collector scribe skip info collector kafka skip info auto configuration skip info auto configuration ui skip info auto configuration kafka collector skip info auto configuration scribe collector skip info auto configuration cassandra storage skip info auto configuration cassandra 3 storage skip info auto configuration elasticsearch storage skip info auto configuration elasticsearch storage http skip info auto configuration elasticsearch storage aw skip info auto configuration mysql storage skip info auto configuration prometheus metric skip info zipkin server skip info info build failure info info total time 3 518 s info finish at 2017 03 06t22 55 27 08 00 info final memory 30 m 416 m info error fail to execute goal com mycila license maven plugin 3 0 check default on project zipkin some file do not have the expect license header help 1 error error to see the full stack trace of the error re run maven with the e switch error re run maven use the x switch to enable full debug log error error for more information about the error and possible solution please read the follow article error help 1 error error after correct the problem you can resume the build with the command error mvn rf zipkin
openzipkinzipkin
add prefix zipkin for all request in ui for proxe request when we
Enhancement
ing zuul
openzipkinzipkin
what be the data format when I save to es
Question
what be the data format when I save to es and then represent span in the ui
openzipkinzipkin
set result size when fetch dependency link from elasticsearch
Bug
otherwise it only return 10
openzipkinzipkin
fix bug where ui swallow the tag value false
Bug
our span panel code have to special case formerly escape json as that would become an object at render time this guard against the same where false become false ex with this json the value of x ricebook normal request be false but would render as blank in the ui it be now fix curl s localhost 9411 api v1 span h content type application json d traceid ddd2fe61b649ff21 i d c0582f5176c78f23 name servlet parentid 1def4bb81e274350 timestamp 1484924830273035 duration 17920 annotation timestamp 1484924830272977 value sr endpoint servicename contract ipv4 10 227 145 181 port 8091 timestamp 1484924830290955 value ss endpoint servicename contract ipv4 10 227 145 181 port 8091 binaryannotation key method value get endpoint servicename contract ipv4 10 227 145 181 port 8091 key path value contract list json endpoint servicename contract ipv4 10 227 145 181 port 8091 key x ricebook trace value 43905eb3 3591 4fd3 9e73 270a889a2666 emd11sbm94 427mahv82yk endpoint servicename contract ipv4 10 227 145 181 port 8091 traceid ddd2fe61b649ff21 i d 1def4bb81e274350 name gateway timestamp 1484924830273391 duration 26009 annotation timestamp 1484924830273371 value cs endpoint servicename rhllor gateway ipv4 10 10 23 134 port 8080 timestamp 1484924830273409 value ws endpoint servicename rhllor gateway ipv4 10 10 23 134 port 8080 timestamp 1484924830299385 value wr endpoint servicename rhllor gateway ipv4 10 10 23 134 port 8080 timestamp 1484924830299400 value cr endpoint servicename rhllor gateway ipv4 10 10 23 134 port 8080 binaryannotation key x ricebook normal request value false endpoint servicename rhllor gateway ipv4 10 10 23 134 port 8080
openzipkinzipkin
simplify span2 format
Enhancement
this be a proposal for a simple json representation for tracer to use when report span this be a simplification of scope from what be formerly know as zipkin v2 939 scope the scope be only write and only json for example this doesn t imply drop support for use the same span i d across client and server rpc call it do imply convert this to the exist model at the point of collection format the follow be the description of the simplify field note that in the case of traceid it be fix width vs variable for 64 bit trace id simply pad leave with 0s traceid 16or32lowerhexcharacters parentid 16lowerhexcharactersorabsentforroot i d 16lowerhexcharacters kind enum client server absent name stringorabsent timestamp uint53epochmicrosorabsentifincomplete duration uint53microsorabsentifincomplete localendpoint existingendpointtypeorabsent remoteendpoint existingendpointtypeorabsent annotation timestamp uint53epochmicros value string tag string string debug trueorabsent share trueorabsent span name and timestamp be allow to be miss to support late datum which be an edge case when span be report twice due to timeout like previous version an empty span or service name defer the decision usually to the other side of a share span this format apply to a typical client span would look like this kind client traceid 00000000000000005af7183fb1d4cf5f parentid 6b221d5bc9e6496c i d 352bff9a74ca9ad2 name query timestamp 1461750040359130 duration 63874 localendpoint servicename zipkin server ipv4 172 19 0 3 port 9411 remoteendpoint servicename mysql ipv4 172 19 0 2 port 3306 tag sql query select distinct foo from bar impact on tracer tracer be the primary customer of this format and in do so they can have a close alignment between field name and common operation for example the follow be a ture complete span api which have almost direct mapping to this format start name string name kind kind kind remoteendpoint endpoint endpoint annotate string value tag string key string value finish flush for report span that didn t start and finish locally it be important to remind that this format do not in any way drop support for the exist one so old tracer can continue to operate impact on server collector will decode and convert the new span into the exist span model backfille cs and cr annotation and the sa binary annotation to make it appear as if it be send in the old format in order to do so they need to know how to read the format choose only json make this simple for http we can add an endpoint or accept a media type header more specific than json we could also choose a heuristic route kafka and similar system which don t have header would need a heuristic approach a heuristic approach would be to look for new field for example starttimestamp or finishtimestamp will always be present in span so this can be use to decide which parse rule to apply faq why just json this effort be gear at make tracer development simple and have the least scope possible to accomplish that while thrift be support in the old model and have its merit it be not a great format for people get start and it be very hard to debug those look for reduced size of datum can compress the span before they be send those who really like thrift can use the old model why not special case the tracer s endpoint the tracer s endpoint localendpoint doesn t change from operation to operation so you could reasonably ask why this isn t upload separate from the span datum the reason be that it lower the scope of work many tracer report by add span to a queue flush occasionally to a message producer by keep each span self contain this type of logic can be reuse with no change at all why not change the query api too this format be simple because it remove the need to add the endpoint of the tracer to each annotation or tag this simplification be possible in tracer as they have a one one relationship with a trace service at query time a span can include both a client and a server so it can not be represent in this format why not just remove support for the old model 939 start as an effort to change the semantic of span to single host not just for upload but also process storage and query after a year of discussion it be clear this be not a practical or pragmatic first step reason include the benefit of the current model issuecomment 271492810 and a general lack of interest this be a tactical alternative that provide many of the win without the work of a big bang refactor what about async span we recently start support async one way span via cs sr annotation notice the span begin and end with the request side of the rpc there s no response send by the server or receive by the client this translate to the new model as the follow clientsidespan start flush serversidespan start flush
openzipkinzipkin
support backfilling timestamp for one way span
Bug
before we only support backfilling timestamp and duration for span that have at least two annotation this special case an incomplete one way span ex only cs by add its timestamp this prevent the ui from crash see 1243
openzipkinzipkin
do not silently drop subsequent span miss a parent
Bug
currently zipkin model trace as a tree of span during the conversation from a list or whatever the underlie storage engine use to a tree span be drop if more than one of they be miss a parentid it be a root node this appear to be an unintentional regression possibly around 9d8261a33c3adaad9aecd290744b651290c72e24 since the comment still indicate a workaround for this problem attribute miss parent to root this be still imperfect but expose it to the the user so they can debug the instrumentation problem instead of silently drop datum note that the workaround only apply when construct a tree internally the actual span return by the api still have no parentid and this be what be display in the web ui this problem be allude to in 324 but the thrust of that ticket be model asynchronous action highlight suspect trace be discuss in 1484 and this condition would be a prime candidate
openzipkinzipkin
unknown service in zipkin ui when self tracing be enable
Bug
version 1 19 1 report unknown as the service name when self tracing be enable I haven t dig too deep but roll back to 1 19 0 fix the problem image
openzipkinzipkin
ui flag yellow for annotation that match case insensitive error
Enhancement
currently we flag yellow a span that include annotation that exact match error in finagle and spring cloud sleuth error be often a part of a format string and might not be lowercase I suggest we more leniently accept annotation highlight to case insensitive contain hancaili request this in spring cloud sleuth see for more complete description note it be still good to strictly treat the tag binary annotation key error as that be use in search l218
openzipkinzipkin
icm 634 add prefix zipkin for all request in ui
Enhancement
icm 634 service request trace add prefix zipkin
openzipkinzipkin
elasticsearch http slow on get span name when there s a lot of datum
Bug
from dragontree101 because of we have lot of data service name and span name all time out I remember store datum in cassandra have table only store service name and span name but store in es service name and span name get by es so time be very long image and chrome console have image I find I set self tracing enable true in environment image and yestoday s es index be health status index uuid pri rep docs count docs delete store size pri store size green open zipkin 2016 12 29 2 uxtthatbyoj7khnxbo4 g 5 1 609199726 0 140 gb 70 gb
openzipkinzipkin
zipkin ui very slow when have a lot of span
Help Wanted
we be trace be very big and have a lot of span so zipkin s ui very slow when I choose span name or into some big trace I use zipkin 1 16 and use es store do have any way to speed ui s performance
openzipkinzipkin
beautify json in case of binary annotation value
Enhancement
in case json be pass as value of binary annotation the json be display as one liner this small fix will ensure that json be display with correct spacing and indentation level of 4 space the use case for this be for example pass current thread s stack trace as json value in binary annotation where each stack trace element be element of json array btw thank guy for great work
openzipkinzipkin
malforme base64 in the zipkin ui
Question
I be use htrace core4 4 1 0 incubate with htrace zipkin 4 1 0 incubate I be get malforme base64 string in the frontend specifically seem like have be convert to look into htrace the span seem to be send correctly any tip would be appreciate
openzipkinzipkin
question can zipkin be use to replace log
Question
can zipkin be use to replace log I be unsure if it be useful to have two infrastructure one for logging and one for trace both have a lot in common but maybe I be miss something I be new to this topic
openzipkinzipkin
host zipkin ui through a proxy
Enhancement
the zipkin ui that be host when a java zipkin server be launch be accessible only through the hostname of the machine where the ui be host like if the request to the ui be proxie through a gateway the ui become inaccessible like the problem seem to be the app js bundle file for the ui be not request relatively the request be something like whereas this request should also be proxie look into it I figure that publicpath in webpack config file be specify as which make the request non relative even after change that all the jquery request that the ui make to retreive the datum be not proxie can this be change maybe accept a basepath property in config json of the ui which will allow the ui to be proxie or be there already a way to do this
openzipkinzipkin
can t collect and query at the same time
Enhancement
I use the elasticsearch to store and kafka to collect while the zipkin be collect kafka msgs and it do realy store in the cluster of elasticsearch and search something be also quickly with elasticsearch s http query api but it can t be query with zipkin ui or api at the same time once I stop collect kafka msgs zipkin query can work I think be it because of the collecting too busy cause zipkin can t handle the query request because when I run on my desktop with all the same config but just a little datum to put in it and it work normal that can collect and query at the same time here be my config storage type elasticsearch es host kafka stream 6 kafka zookeeper host1 port host2 port host3 host4 port port kafkacluster kafka topic halo msg trace kafka max message size 200000000 kafka group i d new zipkin self tracing enable false
openzipkinzipkin
construct span name option list use jquery object
Bug
the previous method use ad hoc string template and concatenation could result in unescaped
openzipkinzipkin
span name not update on first time view
Bug
on the first view of of the search page the zipkin ui load the service name but do not load the span name for that service snap name 0 however we save last servicename as a cookie so this win t occur after a service name be select or if a service name query parameter be present snap name 1
openzipkinzipkin
I have a problem about dependency and tree in zipkin ui
Question
I have get rest and mq span then report the span to zipkin but it s not show dependency in zipkin ui and show tree no servicename image traceid 633871a0ff544636 i d 633871a0ff544636 name get timestamp 1481860404941000 duration 143838 annotation timestamp 1481860404941000 value sr endpoint servicename service2 ipv4 172 16 15 122 timestamp 1481860405084838 value ss endpoint servicename service2 ipv4 172 16 15 122 binaryannotation key http status code value 200 endpoint servicename service2 ipv4 172 16 15 122 key http url value foo endpoint servicename service2 ipv4 172 16 15 122 traceid 633871a0ff544636 i d b204e6cdd4bc2b3a name get parentid 633871a0ff544636 timestamp 1481860405045000 duration 123456 annotation timestamp 1481860405045000 value ms endpoint servicename mq ipv4 0 0 0 127 binaryannotation key mq value send message endpoint servicename mq ipv4 0 0 0 127
openzipkinzipkin
show trace span i d in span detail pane
Enhancement
place at the bottom since it be primarily intend as a debug convenience ref 1300 I m not attach to the placement at the bottom but it be convenient and I think it look okay pass traceid through the html to get it hack to the js feel a bit wonky but I couldn t find a clean approach and it do happen to mirror the current json datum format
openzipkinzipkin
really make expand all the default view for a trace
Bug
previously the default expansion be either the servicename query parameter or a heuristic roughly along the line of the immediate child of the root pr 1326 set the active button to expand all however to mimic the behavior of actually press expand all we also need to fire the ui event set the filter to active the interaction with servicename and filter should a filter be toggle by the query parameter be not improve ref 1046 1326
openzipkinzipkin
zipkin ui fail s to load trace from mysql
Question
I be face an issue where in the zipkin ui be fail to load in the trace from mysql it be give I below mention error on ui error execute query sql select distinct zipkin span trace i d from zipkin span join zipkin annotation on zipkin span trace i d zipkin annotation trace i d and zipkin span i d zipkin annotation span i d where zipkin span start ts between and and zipkin annotation endpoint service name order by zipkin span start ts desc limit expression 1 of order by clause be not in select list reference column zipkin zipkin span start ts which be not in select list this be incompatible with distinct I see below exception on zipkin server 2016 12 03 20 55 47 206 error 67584 nio 9411 exec 9 o a c c c dispatcherservlet servlet service for servlet dispatcherservlet in context with path throw exception request processing fail nest exception be org jooq exception dataaccessexception sql select distinct zipkin span trace i d from zipkin span join zipkin annotation on zipkin span trace i d zipkin annotation trace i d and zipkin span i d zipkin annotation span i d where zipkin span start ts between and and zipkin annotation endpoint service name order by zipkin span start ts desc limit expression 1 of order by clause be not in select list reference column zipkin zipkin span start ts which be not in select list this be incompatible with distinct with root cause java sql sqlexception expression 1 of order by clause be not in select list reference column zipkin zipkin span start ts which be not in select list this be incompatible with distinct at com mysql jdbc sqlerror createsqlexception sqlerror java 964 mysql connector java 5 1 40 jar 5 1 40 at com mysql jdbc mysqlio checkerrorpacket mysqlio java 3970 mysql connector java 5 1 40 jar 5 1 40 at com mysql jdbc mysqlio checkerrorpacket mysqlio java 3906 mysql connector java 5 1 40 jar 5 1 40 at com mysql jdbc mysqlio sendcommand mysqlio java 2524 mysql connector java 5 1 40 jar 5 1 40 at com mysql jdbc mysqlio sqlquerydirect mysqlio java 2677 mysql connector java 5 1 40 jar 5 1 40 at com mysql jdbc connectionimpl execsql connectionimpl java 2549 mysql connector java 5 1 40 jar 5 1 40 at com mysql jdbc preparedstatement executeinternal preparedstatement java 1861 mysql connector java 5 1 40 jar 5 1 40 at com mysql jdbc preparedstatement execute preparedstatement java 1192 mysql connector java 5 1 40 jar 5 1 40 at org jooq tool jdbc defaultpreparedstatement execute defaultpreparedstatement java 194 jooq 3 8 5 jar na at org jooq impl abstractresultquery execute abstractresultquery java 269 jooq 3 8 5 jar na at org jooq impl abstractquery execute abstractquery java 348 jooq 3 8 5 jar na at org jooq impl abstractresultquery fetch abstractresultquery java 312 jooq 3 8 5 jar na at org jooq impl abstractresultquery fetch abstractresultquery java 393 jooq 3 8 5 jar na at org jooq impl selectimpl fetch selectimpl java 2748 jooq 3 8 5 jar na at zipkin storage mysql mysqlspanstore gettrace mysqlspanstore java 164 zipkin storage mysql 1 13 1 jar na at zipkin storage mysql mysqlspanstore gettrace mysqlspanstore java 236 zipkin storage mysql 1 13 1 jar na at zipkin server zipkinqueryapiv1 gettrace zipkinqueryapiv1 java 105 zipkin server 1 13 1 jar na at sun reflect nativemethodaccessorimpl invoke0 native method na 1 8 0 102 at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java 62 na 1 8 0 102 at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java 43 na 1 8 0 102 at java lang reflect method invoke method java 498 na 1 8 0 102 at org springframework web method support invocablehandlermethod doinvoke invocablehandlermethod java 220 spring web 4 3 4 release jar 4 3 4 release at org springframework web method support invocablehandlermethod invokeforrequest invocablehandlermethod java 134 spring web 4 3 4 release jar 4 3 4 release at org springframework web servlet mvc method annotation servletinvocablehandlermethod invokeandhandle servletinvocablehandlermethod java 116 spring webmvc 4 3 4 release jar 4 3 4 release at org springframework web servlet mvc method annotation requestmappinghandleradapter invokehandlermethod requestmappinghandleradapter java 827 spring webmvc 4 3 4 release jar 4 3 4 release at org springframework web servlet mvc method annotation requestmappinghandleradapter handleinternal requestmappinghandleradapter java 738 spring webmvc 4 3 4 release jar 4 3 4 release at org springframework web servlet mvc method abstracthandlermethodadapter handle abstracthandlermethodadapter java 85 spring webmvc 4 3 4 release jar 4 3 4 release at org springframework web servlet dispatcherservlet dodispatch dispatcherservlet java 963 spring webmvc 4 3 4 release jar 4 3 4 release at org springframework web servlet dispatcherservlet doservice dispatcherservlet java 897 spring webmvc 4 3 4 release jar 4 3 4 release at org springframework web servlet frameworkservlet processrequest frameworkservlet java 970 spring webmvc 4 3 4 release jar 4 3 4 release at org springframework web servlet frameworkservlet doget frameworkservlet java 861 spring webmvc 4 3 4 release jar 4 3 4 release at javax servlet http httpservlet service httpservlet java 622 tomcat embed core 8 5 6 jar 8 5 6 at org springframework web servlet frameworkservlet service frameworkservlet java 846 spring webmvc 4 3 4 release jar 4 3 4 release at javax servlet http httpservlet service httpservlet java 729 tomcat embed core 8 5 6 jar 8 5 6 at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java 230 tomcat embed core 8 5 6 jar 8 5 6 at org apache catalina core applicationfilterchain dofilter applicationfilterchain java 165 tomcat embed core 8 5 6 jar 8 5 6 at org apache tomcat websocket server wsfilter dofilter wsfilter java 52 tomcat embed websocket 8 5 6 jar 8 5 6 at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java 192 tomcat embed core 8 5 6 jar 8 5 6 at org apache catalina core applicationfilterchain dofilter applicationfilterchain java 165 tomcat embed core 8 5 6 jar 8 5 6 at org springframework web filter characterencodingfilter dofilterinternal characterencodingfilter java 197 spring web 4 3 4 release jar 4 3 4 release at org springframework web filter onceperrequestfilter dofilter onceperrequestfilter java 107 spring web 4 3 4 release jar 4 3 4 release at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java 192 tomcat embed core 8 5 6 jar 8 5 6 at org apache catalina core applicationfilterchain dofilter applicationfilterchain java 165 tomcat embed core 8 5 6 jar 8 5 6 at org springframework boot web filter applicationcontextheaderfilter dofilterinternal applicationcontextheaderfilter java 55 spring boot 1 4 2 release jar 1 4 2 release at org springframework web filter onceperrequestfilter dofilter onceperrequestfilter java 107 spring web 4 3 4 release jar 4 3 4 release at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java 192 tomcat embed core 8 5 6 jar 8 5 6 at org apache catalina core applicationfilterchain dofilter applicationfilterchain java 165 tomcat embed core 8 5 6 jar 8 5 6 at org springframework boot actuate trace webrequesttracefilter dofilterinternal webrequesttracefilter java 105 spring boot actuator 1 4 2 release jar 1 4 2 release at org springframework web filter onceperrequestfilter dofilter onceperrequestfilter java 107 spring web 4 3 4 release jar 4 3 4 release at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java 192 tomcat embed core 8 5 6 jar 8 5 6 at org apache catalina core applicationfilterchain dofilter applicationfilterchain java 165 tomcat embed core 8 5 6 jar 8 5 6 at org springframework web filter requestcontextfilter dofilterinternal requestcontextfilter java 99 spring web 4 3 4 release jar 4 3 4 release at org springframework web filter onceperrequestfilter dofilter onceperrequestfilter java 107 spring web 4 3 4 release jar 4 3 4 release at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java 192 tomcat embed core 8 5 6 jar 8 5 6 at org apache catalina core applicationfilterchain dofilter applicationfilterchain java 165 tomcat embed core 8 5 6 jar 8 5 6 at org springframework web filter httpputformcontentfilter dofilterinternal httpputformcontentfilter java 89 spring web 4 3 4 release jar 4 3 4 release at org springframework web filter onceperrequestfilter dofilter onceperrequestfilter java 107 spring web 4 3 4 release jar 4 3 4 release at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java 192 tomcat embed core 8 5 6 jar 8 5 6 at org apache catalina core applicationfilterchain dofilter applicationfilterchain java 165 tomcat embed core 8 5 6 jar 8 5 6 at org springframework web filter hiddenhttpmethodfilter dofilterinternal hiddenhttpmethodfilter java 77 spring web 4 3 4 release jar 4 3 4 release at org springframework web filter onceperrequestfilter dofilter onceperrequestfilter java 107 spring web 4 3 4 release jar 4 3 4 release at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java 192 tomcat embed core 8 5 6 jar 8 5 6 at org apache catalina core applicationfilterchain dofilter applicationfilterchain java 165 tomcat embed core 8 5 6 jar 8 5 6 at org springframework boot actuate autoconfigure metricsfilter dofilterinternal metricsfilter java 107 spring boot actuator 1 4 2 release jar 1 4 2 release at org springframework web filter onceperrequestfilter dofilter onceperrequestfilter java 107 spring web 4 3 4 release jar 4 3 4 release at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java 192 tomcat embed core 8 5 6 jar 8 5 6 at org apache catalina core applicationfilterchain dofilter applicationfilterchain java 165 tomcat embed core 8 5 6 jar 8 5 6 at org apache catalina core standardwrappervalve invoke standardwrappervalve java 198 tomcat embed core 8 5 6 jar 8 5 6 at org apache catalina core standardcontextvalve invoke standardcontextvalve java 108 tomcat embed core 8 5 6 jar 8 5 6 at org apache catalina authenticator authenticatorbase invoke authenticatorbase java 472 tomcat embed core 8 5 6 jar 8 5 6 at org apache catalina core standardhostvalve invoke standardhostvalve java 140 tomcat embed core 8 5 6 jar 8 5 6 at org apache catalina valve errorreportvalve invoke errorreportvalve java 79 tomcat embed core 8 5 6 jar 8 5 6 at org apache catalina core standardenginevalve invoke standardenginevalve java 87 tomcat embed core 8 5 6 jar 8 5 6 at org apache catalina connector coyoteadapter service coyoteadapter java 349 tomcat embed core 8 5 6 jar 8 5 6 at org apache coyote http11 http11processor service http11processor java 784 tomcat embed core 8 5 6 jar 8 5 6 at org apache coyote abstractprocessorlight process abstractprocessorlight java 66 tomcat embed core 8 5 6 jar 8 5 6 at org apache coyote abstractprotocol connectionhandler process abstractprotocol java 802 tomcat embed core 8 5 6 jar 8 5 6 at org apache tomcat util net nioendpoint socketprocessor dorun nioendpoint java 1410 tomcat embed core 8 5 6 jar 8 5 6 at org apache tomcat util net socketprocessorbase run socketprocessorbase java 49 tomcat embed core 8 5 6 jar 8 5 6 at java util concurrent threadpoolexecutor runworker threadpoolexecutor java 1142 na 1 8 0 102 at java util concurrent threadpoolexecutor worker run threadpoolexecutor java 617 na 1 8 0 102 at org apache tomcat util thread taskthread wrappingrunnable run taskthread java 61 tomcat embed core 8 5 6 jar 8 5 6 at java lang thread run thread java 745 na 1 8 0 102 my zipkin server configuration be a below application yml server port 9411 spring application name zipkin server datasource schema classpath mysql sql url jdbc mysql localhost 3306 zipkin autoreconnect true usessl false username root driver class name com mysql jdbc driver initialize true continue on error true sleuth enable false zipkin storage type mysql springbootapplication enablezipkinserver public class zipkinapplication public static void main string args springapplication run zipkinapplication class args when I query the mysql schema I can see the record be populate in zipkin zipkin span and zipkin zipkin annotation table but when I try to load the zipkin ui it give I above error on ui
openzipkinzipkin
only one es host
Question
I config es host be es host and zipkin ui say error can not load span name only a single hostname be support so I can only set one host
openzipkinzipkin
be there a way to specify ui doc root
Question
we want a way to host the zipkin ui under zipkin endpoint be there any configuration to achieve this
openzipkinzipkin
add log button on the trace page
Enhancement
when troubleshoot our system we often need to check if there be log since a good pratice be to add the trace i d to your log it seem really natural to have a button to open a link to query your log with this i d also people generally have kibana to search for specific log or at least have a query able log service the button be deactivate by default if you don t have a log query service or the trace i d in the log and it s simply activate by add log url traceid the traceid will be contextually replace here s a preview
openzipkinzipkin
how to search annotation or binaryannotation in kibana
Question
I send trace info to es5 and I want to search annotation or binaryannotation from kibana I have one span json like this index zipkin 2016 11 17 type span i d avhw8k gqpnfwf9ty7hn score null source traceid 0f56baad2910df69 timestamp millis 1479363860752 annotation endpoint ipv4 10 8 0 2 port 18088 servicename first example dev value cs timestamp 1479363860752000 endpoint ipv4 10 8 0 2 port 18088 servicename first example dev value cr timestamp 1479363860903752 parentid 20c251aac430bf39 duration 151752 binaryannotation endpoint ipv4 10 8 0 2 port 19091 servicename thrift value true key sa name secondadd collector timestamp millis 2016 11 17t06 21 18 086 0000 i d f83891ef110158ef timestamp 1479363860752000 field timestamp millis 1479363860752 collector timestamp millis 1479363678086 sort 1479363678086 I want to search annotation s endpoint s servicename be first example dev and I direct search first example dev from kibana no result and I search annotation first example dev also nothing how can I search this content
openzipkinzipkin
how can I deploy zipkin server cluster for performance
Question
in my production env I only deploy one zipkin server I think this zipkin server collect trace from kafka and send trace es and show zipkin web if I have lot of service produce trace info to kafka I think maybe only one zipkin server to consume the trace info speed less than producer can I deploy some zipkin server s to raise consumer s performance if my kafka s zipkin topic have 9 partition I start up three zipkin server and one zipkin server consume three partiton and finally only one zipkin server to show zipkin s web ui what zipkin server s param I need to set and how to deploy the zipkin server cluster thank very much
openzipkinzipkin
fix navbar in zipkin ui
Bug
currently on narrow screen or when the window be resize on wide screen the nav bar in zipkin ui cover the content can be simulate by resize the browser window size the ideal solution be to move the content down after the navbar when the screen be resize in the current ui this happen because the navbar be fix and be always display this behavior have a few issue a in the zipkin ui there be no need to show the navbar always if a user want to use the navbar he can scroll up b on the trace page display the navbar not only cover the content but also cover the span when the trace be large if the nav bar can be scroll up we can use that screen real estate to see more span c on home page the nav bar would cover the trace selection form when the browser window be resize I have test this change in browser you can experiment with the navbar behavior here in the long term the navbar should be redo to have a well layout of it s content far on small screen the nav bar should collapse into a hamburger menu
openzipkinzipkin
zipkin server do not work with mysql 5 7
Question
technical detail mysql server version 5 7 14 8 percona server gpl release 8 revision 1f84ccd zipkin server 1 14 3 mysql sql mode only full group by strict tran table no zero in date no zero date error for division by zero no auto create user no engine substitution default for percona distribute by docker container summary run zipkin with storage type mysql cause certain request to fail with exception due to semantically invalid sql query this be cause by sql mode only full group by as per the mysql 5 7 release note sqlmode only full group by the default sql mode include only full group by exception information exhibit a 11 3 2016 10 00 56 pmorg mariadb jdbc internal util dao queryexception expression 1 of order by clause be not in select list reference column zipkin zipkin span start ts which be not in select list this be incompatible with distinct 11 3 2016 10 00 56 pmquery be select distinct zipkin span trace i d from zipkin span join zipkin annotation on zipkin span trace i d zipkin annotation trace i d and zipkin span i d zipkin annotation span i d where zipkin span start ts between 1478232055406000 and 1478235655406000 and zipkin annotation endpoint service name front end ui order by zipkin span start ts desc limit 10 11 3 2016 10 00 56 pm at org mariadb jdbc internal protocol abstractqueryprotocol getresult abstractqueryprotocol java 939 mariadb java client 1 4 6 jar na 11 3 2016 10 00 56 pm at org jooq impl abstractresultquery fetch abstractresultquery java 312 jooq 3 8 4 jar na 11 3 2016 10 00 56 pm at org jooq impl abstractresultquery fetch abstractresultquery java 393 jooq 3 8 4 jar na 11 3 2016 10 00 56 pm at org jooq impl selectimpl fetch selectimpl java 2748 jooq 3 8 4 jar na 11 3 2016 10 00 56 pm at zipkin storage mysql mysqlspanstore gettrace mysqlspanstore java 168 zipkin storage mysql 1 14 3 jar na 11 3 2016 10 00 56 pm at zipkin storage mysql mysqlspanstore gettrace mysqlspanstore java 242 zipkin storage mysql 1 14 3 jar na 11 3 2016 10 00 56 pm at zipkin server zipkinqueryapiv1 gettrace zipkinqueryapiv1 java 105 class na exhibit b exception in thread main java sql sqlsyntaxerrorexception expression 5 of select list be not in group by clause and contain nonaggregate column zipkin a endpoint service name which be not functionally dependent on column in group by clause this be incompatible with sql mode only full group by 11 3 2016 10 00 03 pmquery be select from select distinct s trace i d s parent i d s i d a a key a endpoint service name from zipkin spans s leave outer join zipkin annotation a on s trace i d a trace i d and s i d a span i d and a a key in can cs sr sa where s start ts between 1478217600000000 and 1478303999999999 group by s trace i d s i d a a key as link span where 1 0 11 3 2016 10 00 03 pm at org mariadb jdbc internal util exceptionmapper get exceptionmapp java 125 11 3 2016 10 00 03 pm at org apache spark sql dataframereader load dataframereader scala 119 11 3 2016 10 00 03 pm at zipkin dependency mysql mysqldependenciesjob run mysqldependenciesjob java 186 11 3 2016 10 00 03 pm at zipkin dependency zipkindependenciesjob main zipkindependenciesjob java 41 more information this exception be cause by the order by predicate order along a column that s not include in the select part of the query this query be bad because zipkin attempt to order along start ts but do not include it in the select select distinct zipkin span trace i d from zipkin span order by zipkin span start ts I do not see any other case of query that use selectdistinct and orderby on an incorrect sql column but I do see another example of this issue in zipkin dependency see exhibit b discussion in the case of exhibit a I look at the source code to try to understand if I could fix the issue and submit a pr the order by be a bit strange which ts do it order by when there s multiple record for a give trace i d max min one solution would be select zipkin span trace i d max zipkin span start ts group by zipkin span trace i d order by max zipkin span start ts desc limit 10 this should be semantically similar to the previous query while explicitly encode the ordering intent thought
openzipkinzipkin
zipkin sleuth not work in pcf
Question
the implementation of sleuth zipkin be work for app in local but after deploy to pcf it be not work zipkin ui be not show the our application instead it be show application in the drop down and trace be also come separately I e it be not show the dependency between client and server even the sleuth logger be also not come properly the trace i d be not come as the same for both webservice but in local it be work perfectly with the spring boot server
openzipkinzipkin
zipkin ui execute html tag contain in span name list
Bug
we have instrumentation on an internet face app this obviously result in a few odd request as people poke around try to break in apparently we have someone send a request with a http method of this get pass to the zipkin ui as be and then the js executes obviously this be a less than ideal span name and we could should sanitize it on our side I feel this should also be address on the ui side though
openzipkinzipkin
64 bit annotation only show with 53 bit precision in ui
Bug
we have a few binary annotation in our span emit by finagle use trace binaryannotation key xxxxxxid value 793024884742246336 type i64 endpoint servicename xxxxxxx ipv4 10 19 xxx xxx port 10579 in the ui however the value show as 793024884742246400 due to the 53 bit javascript limitation perhaps i64 should be send as string from the back end
openzipkinzipkin
support lookup of 128 bit trace by low 64 bit in cassandra3
Enhancement
currently trace id be store as a variable length number as oppose to a 2 part hi lo 128bit i d in order to support query by low 64 bit we need to split this up somehow or add a separate index you ll notice spanstoretest gettrace retrieves128bittraceidbylower64bit be disabled due to this cc openzipkin cassandra
openzipkinzipkin
empty span name list in ui with cassandra3 storage component
Bug
while test the cassandra3 storage component I notice that the span name dropdown in the ui go from show 10 entry to 0 run the same cql statement through cqlsh show that there be over 1000 record with blank span name this appear to be cause the ui to no long show any span name after a period of time cc michaelsembwever
openzipkinzipkin
annotation with endpoint port large than 32767 fail
Bug
endpoint port be cast to a short leading to query error for port large than 32767 this be a bug I guess or be I miss something result port short reader nextint l154
openzipkinzipkin
annotation query for non servicename annotation isn t searchable
Question
this follow from the discussion on discussion r83072771 should all annotation require the endpoint it only seem like annotation search be impact if it isn t give I ve verify this happen on the elasticsearch and cassandra storage backend but do not happen with the in memory storage I ve get a trace like zipkin trace json traceid 83999297bce8b381 i d 83999297bce8b381 name root parentid 0000000000000000 timestamp 1476305741232000 duration 907748 binaryannotation key jaeger hostname value luke local key jaeger version value java 0 13 0 key lc value learn endpoint servicename learn ipv4 255 168 1 106 key sampler param value true key sampler type value const traceid 83999297bce8b381 i d 6af1c9b9739bfc88 name child1 parentid 83999297bce8b381 timestamp 1476305741438000 duration 684537 annotation timestamp 1476305742122000 value blah binaryannotation key lc value learn endpoint servicename learn ipv4 255 168 1 106 key test value abc if I understand this right I should be able to query for the test abc and it should return the trace right however the zipkin ui always set the servicename parameter so that get set to learn but that doesn t return anything against es curl test abc when I do it without the servicename the ui doesn t allow but the es storage do cassandra storage give back an illegalargumentexception 500 it do return the trace when I do it with the servicename and lc learn which I think should work as the annotation do have the servicename curl lc learn traceid 83999297bce8b381 i d 83999297bce8b381 name root parentid 0000000000000000 timestamp 1476305741232000 duration 907748 binaryannotation key jaeger hostname value luke local key jaeger version value java 0 13 0 key lc value learn endpoint servicename learn ipv4 255 168 1 106 key sampler param value true key sampler type value const traceid 83999297bce8b381 i d 6af1c9b9739bfc88 name child1 parentid 83999297bce8b381 timestamp 1476305741438000 duration 684537 annotation timestamp 1476305742122000 value blah binaryannotation key lc value learn endpoint servicename learn ipv4 255 168 1 106 key test value abc the same be true when search for regular annotation curl blah
openzipkinzipkin
io zipkin java zipkin autoconfigure ui 1 11 1 uncaught rangeerror maximum call stack size
Bug
from dreampie on october 12 2016 9 54 tracetomustache js 34 uncaught rangeerror maximum call stack size exceededcreatespantreeentry tracetomustache js 34 anonymous function tracetomustache js 37map program 870createspantreeentry tracetomustache js 37 anonymous function tracetomustache js 37map program 870createspantreeentry tracetomustache js 37 anonymous function tracetomustache js 37map program 870createspantreeentry tracetomustache js 37 copy from original issue openzipkin zipkin ui 15
openzipkinzipkin
help want make a zipkin php tracer
Help Wanted
right now there s no know support php tracer that work with zipkin there be a few source of zipkin php code in the wild blog which show how to write a php zipkin instrumentation for http blog refer to this one I think which be unmaintaine we be regularly ask about php but we can t really recommend one unless it have a champion option include pick one of the above and run with it eventually add to our know instrumentation list adapt to report to zipkin and use b3 header create a new repo with a new tracer such as note that these aren t mutually exclusive but a solid php zipkin capable tracer be certainly the outcome if you can champion this please reply back and let we know which direction for example if you want a repo create here be some contact of interest user who ve express interest in a zipkin php tracer jamescway loongmoon rnavarro dgafka beberlei those who ve contribute to exist oss exist php zipkin work jimdo brzuchal asfan malakaw ralphiech those who ve write in house php tracer unknown
openzipkinzipkin
default ui to expand all
Enhancement
routinely we ask user to click expand all when they be have trouble with the ui this sometimes be the only thing they need to do the default to collapse all optimize for very large trace but we ve no history of what a good number would be or even a nice place to code that number also we ve never hear anyone defend the collapse all default despite multiple complaint ask to change it this change the default trace view to expand all trace optimize for those who be start with zipkin or have trace that aren t huge the impact be that those who have huge trace might want to click collapse all and or report back or raise a pull request to have an appropriate behavior with a default back up by some user experience fix 1046
openzipkinzipkin
allow zipkin ui to run behind a path
Enhancement
because all path in zipkin ui be absolute e g app i d min js config json it be not possible to run the app behind a different path than even when use a tag it would be really nice if that could be change to embedd the zipkin ui in another application e g a big monitoring app I be also willing to contribute the need change if want
openzipkinzipkin
ui show trace and span id
Enhancement
the ui currently only show the trace i d as part of the url and do not show the span id at all in order to find related log message in for example kibana elk stack I d like to copy paste the span s i d however the ui do not provide this information in a user friendly way
openzipkinzipkin
transition to 128bit trace ids still 64bit span ids
Enhancement
this track work need to transition to 128bit trace ids still 64bit span id the overall plan be decide in 1262 wave 1 tolerate 128 bit trace ids first step be to make it possible to receive 128 bit ids even if the high bit be throw out this decouple the rest of the project x tolerate 128bit trace ids when read json and api request fix in zipkin 1 11 1 x tolerate 128bit trace ids when read x b3 traceid wave 2 store 128 bit trace ids but retrieve by low 64 bit next step be to support storage of 128 bit ids once this be in instrumentation can report they to zipkin understanding deployment will be mixed and not support 128 bit for a while query remain 64 bit x add trace i d high default 0 to the thrift definition x add traceidhigh default 0 to zipkin span and implement it in codec in json it be simply a long traceid field to accommodate the extra 16 hex character x ensure support storage component be not lossy with regard to 128 bit ids x ensure support storage can query by 64 bit trace id wave 3 propagate and report 128 bit ids now that id be storable we can propagate and report they safely x publish b3 library with 128 bit support include binary representation x update instrumentation library to optionally start 128 bit trace see for status wave 4 support query by 128 bit i d while conflict be unlikely when query trace ids by the low 64 bit we should be able to support query and uniqueness by 128 bit x add spanstore gettrace and getrawtrace with a 128 bit i d x add test that show trace that share the same low 64 bit be not return together x change zipkin ui api to accept the long 128 bit 32char hex i d
openzipkinzipkin
store annotation in the index text column individually
Enhancement
store annotation in the index text column individually provide well search usability in the ui and less disk space use remove fetch size to statement that s not need against this datamodel
openzipkinzipkin
ui visualize client vs server time feature request
Enhancement
as propose by 1282 my impression be that we will see the entire span from client send to client receive in the ui it would be really nice if the span could be visualize with different color appearance e g client server where be latency between client and server and be server time this would give a much well view of where time be be consume
openzipkinzipkin
ui render bug
Question
I think there be a render bug in the ui I have this trace the root span and the first child span really end at the same time but still the child span look like it complete after the root span bug1 here be the metric of the root span bug2 complete at relative time 143 ms here be the metric of the child span bug3 complete at relative time 143 ms when look at the json it look strange because they both have the same duration but the child span have a later timestamp traceid 47e2e4369bcf4e7e i d 47e2e4369bcf4e7e name main timestamp 1473373851242426 first timestamp duration 143061 same duration snip traceid 47e2e4369bcf4e7e i d 4234a32f8ace0f08 name get customer parentid 47e2e4369bcf4e7e timestamp 1473373851253406 later timestamp duration 143061 same duration I have check the code of the c provider I m use and the timestamp and duration be never explicitly set so I assume those value come from the annotation when send it to zipkin also would not it be good to show both the cs cr and the sr ss interval in the ui so one can see when the call be issue from the client and when the server start process e g different color of the bar or something to I it look like the bar length be now calculate from the cs cr interval but the timestamp itself seem to be when the sr start or be I misinterpret this completely
openzipkinzipkin
ui sort order be lose when go back to start screen
Help Wanted
if you sort by new first and then open up a trace and then go back to the start screen the sort order be lose make it somewhat confusing if you be try to pinpoint a specific trace
openzipkinzipkin
ui collect span with no annotation crash the ui
Question
if you collect a root span with no annotation on which be ofcourse incorrect the ui break with a null reference exception at the find trace screen and thus make it impossible to find any trace at all this be ofc an edgecase that souldnt occur but if someone send corrupt datum to zipkin it would be nice if thing continue to work as expect
openzipkinzipkin
ui escape key should close dialog
Enhancement
there be no way to close ui dialog w o mouse click press esc would be the natural thing to use some dialog even lack the close x button and the only way to close be by click outside the dialog
openzipkinzipkin
use es to store zipkin ui be zipkin s ui or kibana
Question
now I use cassandra to store zipkin our ui be default s zipkin s ui and if I change es to store zipkin I also use zipkin s ui be ok or I must change ui to kibana if I use cassandra store change to es store what s different in zipkin s ui thank
openzipkinzipkin
fix regression write i64 binary annotation
Bug
before we special case writing number except we have no test to cover i64 binary annotation eventhough these be niche they should work
openzipkinzipkin
unexpected handling of binary annotation contain sign long value
Bug
I notice after upgrade from version 1 7 to 1 8 and later 1 8 1 of zipkin that the recent codec change may have introduce a regression in the handling of binary annotation contain negative int or long I find it easy to reproduce use the tracingbasic demo in activator akka tracing which record the result of random nextlong as a binary annotation after run this demo attempt to find trace use the ui result in an error similar to error execute query expect 1005656679588439279 to be unsigned I ve be able to trace this back to the checkargument call in buffer java 246 admittedly I don t understand zipkin well enough to know whether this be be now intend behaviour if it be I can raise an issue with the author of the akka trace activator akka tracing project
openzipkinzipkin
help want make a generic python tracer for zipkin
Help Wanted
right now there s support for python app that use pyramid or swagger via pyramid zipkin we be regularly ask about a generic python tracer but we be miss a champion to do this extract a generic python client from extract a generic python client from this be what be suppose to be adapt to report to zipkin and use b3 header write the several time abandon create a new repo with a new tracer such as note that these aren t mutually exclusive but a solid python zipkin capable tracer be certainly the outcome if you can champion this please reply back and let we know which direction for example if you want a repo create here be some contact of interest user who ve express interest jmontemayor sundararn twitter joeb git those who ve contribute to exist oss exist python tracer abesto prat0318 yurishkuro zsol those who ve write in house python tracer yzhang226 virtuald liyichao pavanch007 mansu
openzipkinzipkin
leniently read span annotation and span binaryannotation in ui
Bug
before only some branch of code guard read to span annotation and span binaryannotation this guard the rest the impact be that we now tolerate json that omit the array field on empty fix 1263
openzipkinzipkin
uncaught typeerror can not read property map of undefined
Bug
zipkin 1 8 0 ui page will throw javascript exception when any span miss a binaryannotation field uncaught typeerror can not read property map of undefined maybe do some null check here l10 javascript js component ui tracesummary js function endpointsforspan span return union span annotation map a a endpoint span binaryannotation map a a endpoint
openzipkinzipkin
make zipkin easy to import into eclipse and intellij
Help Wanted
I git clone this repository and import my eclipse ide but it have many error how should I do
openzipkinzipkin
publish use circleci
Enhancement
do not merge yet continue the work in 1248 this pr be the place to discuss whether when and how we want to move release from travis to circleci openzipkin zipkin on circleci why thing to consider before merge do we like the trade off circleci make in term of build executor oss orgs not repos get a total of 4 container mean we can do 4 thing at the same time at the moment openzipkin zipkin be configure to use all 4 container for run test in parallel but over time we may want to have concurrent build of separate commit branch prs also run on the same pool of container as well as any other openzipkin project we may migrate to circleci in the future otoh we can pay monie for more container unlike with travis citation need do we want to spend extra effort on do a test run of the deployment process on non production bintray maven repos be we really comfortable jump onto circleci maybe run a dual setup for a while and learn by do thing to do before merge review add credential to circleci in one of two way via the web ui set environment variable for all command without add they to git encrypt in circle yml tool more rudimentary than in travis disable build on travis to avoid confusion when they both want to upload to bintray enable github status update on advanced setting replace build badge in readme md badge
openzipkinzipkin
zipkin ui fix install node and npm
Bug
as discuss in
openzipkinzipkin
support async span
Enhancement
we ve have many issue about represent one way activity this be an attempt to define the most semantic mean to address this concern in zipkin v1 in zipkin we have an rpc span where two host participate they participate by add bookend annotation to a single span this allow for many convenience include host able to report incomplete work and report in any order for example a typical rpc span be cs sr ss cr for a dual host client server span or either of its partial one sr ss uninstrumented client and cs cr uninstrumented server the path of least resistance for async half duplex or message be to follow this model this prevent we from need to wait for a big bang zipkin 2 release of the entire ecosystem my proposal be to add a message span ms and mr the message sender add a ms when a one way message be send they be free to add ws to indicate it go on the wire the message receiver add a mr when a one way message be receive they be free to precede that with wr to indicate one be process from the wire this work like the rpc span but to pin it down here be example span mr message receive from an uninstrumented sender the host of mr be the processor ms message send to an uninstrumented recipient or the message be drop the host of mr be the sender ms mr message send and receive from instrumented host similarly the host of ms be the sender and the host of mr be the receiver the duration of a complete messaging span can be a lot long than an rpc span potentially order of magnitude long than the processing time once we have a means to indicate this via ms mr we can teach the ui to collapse the timeline or do other trick message span need to be propagate just like rpc one for example store the binary version of a trace i d as metadata on the message be appropriate this design add pressure for link trace especially when message be need to create a new outbound activity this be out of scope of this design but not preclude by it in other word we need to take on link trace separately fix 1189 fix 925
openzipkinzipkin
enable cross origin request on api v1
Enhancement
close 1135 unless of course I totally misunderstood the issue
openzipkinzipkin
investigate custom context root
Enhancement
from adriancole on may 21 2016 13 47 be open about move all zipkin thing under the context root zipkin directly vs via a reverse proxy this might be possible with oob spring boot if so we could consider this otherwise we can close it with explanation in case the question come up again copy from original issue openzipkin zipkin java 244
openzipkinzipkin
refactor duration query in cassandra
Bug
from adriancole on may 6 2016 0 59 the duration query be the most expensive query in cassandra as it turn into 1 request per hour of lookback limit to indexttl the ui s default lookback be a day so this mean 24 request to the backend if someone set the ui to an early time it limit at index ttl which default to 7 day or 168 request we should look into alternative perhaps do a peek at the first bucket and only proceed to fan out if that doesn t meet the response limit since the response limit be often 10 it might actually be fine see 199 cc eirslett yurishkuro danchia copy from original issue openzipkin zipkin java 200
openzipkinzipkin
find all trace where x number of span y
Enhancement
just would be a nice feature and useful for debug service I e trace with only 1 span may have be lose in the service somewhere
openzipkinzipkin
relative time be incorrect in the ui 1 4 0
Bug
hello it seem the relative time display in the ui be off relative time issue though it seem correctly display trace diplay here be the raw json to reproduce the issue traceid 1e223ff1f80f1c69 name post i d 74280ae0c10d8062 parentid bf396325699c84bf duration 93576 annotation endpoint servicename servicea ipv4 x x x x timestamp 1470150004008761 value sr endpoint servicename servicea ipv4 x x x x timestamp 1470150004102338 value ss binaryannotation key host name value b endpoint servicename servicea ipv4 x x x x debug false traceid 1e223ff1f80f1c69 name get i d bf396325699c84bf duration 99410 annotation endpoint servicename serviceb ipv4 x x x x timestamp 1470150004071068 value sr endpoint servicename serviceb ipv4 x x x x timestamp 1470150004170479 value ss binaryannotation key host name value a endpoint servicename serviceb ipv4 x x x x key http status code value 200 endpoint servicename serviceb ipv4 x x x x debug false traceid 1e223ff1f80f1c69 name post i d 74280ae0c10d8062 parentid bf396325699c84bf duration 94539 annotation endpoint servicename servicea ipv4 x x x x timestamp 1470150004074202 value cs endpoint servicename servicea ipv4 x x x x timestamp 1470150004168741 value cr binaryannotation debug false thank you
openzipkinzipkin
add zipkin version to the info endpoint
Enhancement
in order to easily identify the version deploy and run this expose the zipkin version from the info endpoint relate to 1208 cc dragontree101 before bash curl s jq since we can add arbitrary property to expose on the info endpoint through configuration include maven variable with maven resource filtering this pull request do the follow yaml info zipkin version project version which would show up in the info endpoint as json zipkin version 1 6 1 snapshot see this section production ready application info of the spring boot documentation regard this and relate feature
openzipkinzipkin
be 7 day lookback a terrible default for the ui
Question
something raise by mansu be that the default interval of 7 day ago until now be troubling he he believe that this should be a small value like 1 day so that he doesn t need to set a property like dzipkin ui default lookback 86400000 I m not sure what the actual problem be since the datum be limit to 10 result so any trace now would be return first perhaps it be a distraction or maybe make a query take long anyway 1 day or even small sound like a fine default for I cc other in the room like prat0318 yurishkuro
openzipkinzipkin
how can I get zipkin version from zipkin ui
Enhancement
how can I get zipkin version from zipkin ui I update zipkin but don t know how to get zipkin ui version from web
openzipkinzipkin
duration option in ui
Enhancement
any plan to add a duration less than box to allow search for x duration y
openzipkinzipkin
refactor duration query in cassandra
Enhancement
from the follow three table can be merge into one service name index service span name index span duration index by use the follow one table create table zipkin service span name index service name text service name span name text span name or blank for query without span name bucket int time bucket calculate as ts interval in microsecond for some pre configure interval like 1 day ts timeuuid start timestamp of the span truncate to millisecond precision trace i d bigint trace i d duration bigint span duration in microsecond primary key service name span name bucket ts actual query constraint against a duration range would no long be possible but I suspect that do this at run time be not go to be bad than what we have today especially if we can reduce so much write and put more read query into the cache
openzipkinzipkin
represent an asynchronous span in zipkin
Enhancement
for instance if we want a span to represent the latency between produce a message to a queue and consume it from the queue e g if kafka be the queue in this case the producer call will finish prior to the start of the consumer call we would like to represent the duration between produce and consume we could use the core rpc annotation in this case to the represent the producer call cs at the start cr at the end and consumer call sr at the start ss at the end however as the client annotation will both occur before the server annotation look at the zipkin code in particular zipkin internal correctforclockskew apply this will cause zipkin to detect clock skew where there be none be there a well way of represent this type of call use the zipkin datum model
openzipkinzipkin
add endpoint ipv6 field with support change to mysql and ui
Enhancement
this add endpoint ipv6 as a fix width byte array 16 byte this formalize endpoint ipv4 0 imply there s no ipv4 address in thrift this remain a byte array string at field 4 in json this be normal string format normal java utility be use for codec inet6address in the ui the ipv6 address be prefer and bracket when present ex 2001 db8 0 0 0 0 0 c002 8080 in mysql this be map to a binary 16 field name zipkin annotation endpoint ipv6 when this column be miss a warning like below be print jul 11 2016 4 08 53 pm zipkin storage mysql hasipv6 compute warn zipkin annotation ipv6 doesn t exist so endpoint ipv6 be not support execute alter table zipkin annotation add endpoint ipv6 binary 16 fix 306
openzipkinzipkin
should we allow span duration 0
Question
should we say duration 1 microsecond should round up to 1 microsecond reason be that sometimes instrumentation accidentally store 0l when they mean null we could coerce to 0 null if we document it this could prevent some mistake at the cost of special casing when round 1 microsecond span see 1173
openzipkinzipkin
can zipkin sever be distribute deployment
Question
hello if I have a lot of span to consume kafka cassandra one zipkin sever will take much time to insert into cassandra too slowly can zipkin sever be distribute deployment any good idea thank you
openzipkinzipkin
zipkin ui be not optimize at all deliver a bloated zipkin ui jar
Bug
work with zipkin I ve discover that the webpack config for zipkin be crazy unoptimized vs what it could be even just with a simple optimize minimize optimize dedupe add to the npm run build script reduce file size to nearly 1 2th of the original size 1026 kb vs 2 1 mb it should also be possible to chunk the dagre d3 dependency to just load with the dependency page so that it and it s dependency don t bloat load the trace view I m not a js webpack expert or I would have couple a pr with this but I think this be definitely something that should be improve on
openzipkinzipkin
capture the tracing datum from the pl sql store procedure
Question
hi all as part of my project I have the tracing thing extend to the pl sql package in the database idea be to have the trace i d and span i d pass as parameter to the pl sql package which in turn would have the trace generate in the flat file can you please help in publish the generic guideliness as to how the trace data capturing can be do by the database package to start with the idea they would have the below generic function which would have the below datum publish to flat file createspan traceid parentspanid generate span i d server receive timestamp packagename closespan traceid parentspanid generate span i d server send timestamp packagename now I will have two record in the file traceid parentspanid generate span i d server receive timestamp packagename traceid parentspanid generate span i d server send timestamp packagename I need to have this data load in the zipkin I be try to understand what s the good way to have it publish I can not have it publish all together can I create a json format below and call the zipkin ui which in turn take care of traslation for any db to which its be configure if I have json format create I need to have server send and server recive publish seperately traceid beeae08bfaa5c2d3 name i d beeae08bfaa5c2d3 timestamp 1467222628696000 duration 65000 annotation timestamp 1467222628696000 value sr endpoint servicename ipv4 port 10000 timestamp 1467222628761000 value ss endpoint servicename ipv4 port 10000
openzipkinzipkin
fix cassandra index that lose trace in the same millisecond
Bug
a schema bug result in cassandra not index more than bucket count 10 trace ids per millisecond search input this manifest as less trace retrieve by ui search or api query than expect for example if you have 1000 trace that happen on the same service in the same millisecond only 10 would return the index affect be service span name index service name index and annotation index and this be a schema only change those with exist zipkin installation should recreate these index to solve the problem fix 1142
openzipkinzipkin
highlight span with error
Enhancement
annotation value must be error binary annotation key must be error fix 1140 here s three screenshot that illustrate the change trace view top be transient bottom be critical trace trace view span be critical normal critical error annotation transient trace trace modal trace modal and the json to duplicate annotation endpoint ipv4 10 24 23 10 port 9411 servicename zipkin server timestamp 1466977002899000 value sr endpoint ipv4 10 24 23 10 port 9411 servicename zipkin server timestamp 1466977002908000 value ss binaryannotation endpoint ipv4 10 24 23 10 port 9411 servicename zipkin server key http status code value 500 endpoint ipv4 10 24 23 10 port 9411 servicename zipkin server key http url value error endpoint ipv4 10 24 23 10 port 9411 servicename zipkin server key error value you do mess up son duration 9000 i d 8e5b31230ccb7f42 name get timestamp 1466977002899000 traceid 8e5b31230ccb7f42 annotation endpoint ipv4 10 24 23 10 port 9411 servicename zipkin server timestamp 1466977002899000 value sr endpoint ipv4 10 24 23 10 port 9411 servicename zipkin server timestamp 1466977002908000 value ss binaryannotation endpoint ipv4 10 24 23 10 port 9411 servicename zipkin server key http status code value 500 endpoint ipv4 10 24 23 10 port 9411 servicename zipkin server key http url value error duration 9000 i d 8e5b31230ccb7e30 parentid 8e5b31230ccb7f42 name getit timestamp 1466977002899000 traceid 8e5b31230ccb7f42 annotation endpoint ipv4 10 24 23 10 port 9411 servicename zipkin server timestamp 1466977002899000 value sr endpoint ipv4 10 24 23 10 port 9411 servicename zipkin server timestamp 1466977002908000 value ss endpoint ipv4 10 24 23 10 port 9411 servicename zipkin server timestamp 1466977002907000 value error binaryannotation endpoint ipv4 10 24 23 10 port 9411 servicename zipkin server key http status code value 500 endpoint ipv4 10 24 23 10 port 9411 servicename zipkin server key http url value error endpoint ipv4 10 24 23 10 port 9411 servicename zipkin server key error value you do mess up son duration 9000 i d 8e5b31230ccb7e43 parentid 8e5b31230ccb7e30 name gettt timestamp 1466977002899000 traceid 8e5b31230ccb7f42 annotation endpoint ipv4 10 24 23 10 port 9411 servicename zipkin server2 timestamp 1466977002899000 value sr endpoint ipv4 10 24 23 10 port 9411 servicename zipkin server2 timestamp 1466977002908000 value ss endpoint ipv4 10 24 23 10 port 9411 servicename zipkin server2 timestamp 1466977002907000 value error binaryannotation endpoint ipv4 10 24 23 10 port 9411 servicename zipkin server2 key http status code value 500 endpoint ipv4 10 24 23 10 port 9411 servicename zipkin server2 key http url value error duration 19000 i d 8e5b31230ccb7e53 parentid 8e5b31230ccb7e43 name geterdone timestamp 1466977002899000 traceid 8e5b31230ccb7f42 annotation endpoint ipv4 10 24 23 10 port 9411 servicename zipkin server2 timestamp 1466977002899000 value sr endpoint ipv4 10 24 23 10 port 9411 servicename zipkin server2 timestamp 1466977002908000 value ss endpoint ipv4 10 24 23 10 port 9411 servicename zipkin server2 timestamp 1466977002907000 value error binaryannotation endpoint ipv4 10 24 23 10 port 9411 servicename zipkin server2 key http status code value 500 endpoint ipv4 10 24 23 10 port 9411 servicename zipkin server2 key http url value error duration 19000 i d 8e5b31230ccb7e99 name be transient timestamp 1466977002899000 traceid 8e5b31230ccb7e99
openzipkinzipkin
metric and log for asyncspanconsumer
Enhancement
while investigate 1141 I notice that while we have good log and metric for collector we have no log or metric for store operation the impact be that it be very hard to debug subtle issue where collection be successful but storage doesn t throw an exception but still fail
openzipkinzipkin
for exception change the color to red
Enhancement
hi can we have some feature where if I have a tag add key as exception or error the color change to red to have it highlight
openzipkinzipkin
the page problem
Question
zipkin hello look at my photo in my program zhconverter convert happen before vproductsolrqueryparser parse but what it show in zipkin ui be the vproductsolrqueryparser parse go ahead be it time very closed any good idea to solve it
openzipkinzipkin
what s the meaning 88 of this sentence mysql ycfsolr inno 88
Question
9 000ms 9 span mysql ycfsolr inno 88 mysql ycfsolr inno x4 3ms ycf search x5 3ms above content show on zipkin find a trace page question what s the meaning 88 of this sentence mysql ycfsolr inno 88 thank
openzipkinzipkin
enable cor for zipkin server
Enhancement
enable cor header access control allow origin in the zipkin query api will allow api access from ui application run on different host which seem very useful be there a reason not to enable this by default
openzipkinzipkin
why do I fail to build the zipkin project
Question
who can do I a favour please mvnw dskiptest also make pl zipkin server clean install info scan for project info info reactor build order info info zipkin parent info zipkin info zipkin ui info guava support library info storage info storage cassandra info storage mysql info storage elasticsearch info zipkin collector info collector scribe info collector kafka info auto configuration info auto configuration ui info auto configuration kafka collector info auto configuration scribe collector info auto configuration cassandra storage info auto configuration elasticsearch storage info auto configuration mysql storage info zipkin server info info info building zipkin parent 1 1 5 snapshot info info info maven clean plugin 2 5 clean default clean parent info info maven compiler plugin 3 5 1 compile default compile parent info no source to compile info info license maven plugin 2 11 check default parent info check license warn failure occur while call class com mycila maven plugin license git copyrightrangeprovider warn failure occur while call class com mycila maven plugin license git copyrightrangeprovider java lang runtimeexception could not compute the year of the last git commit for file opt zipkin java travis publish sh at com mycila maven plugin license git copyrightrangeprovider getadditionalproperties copyrightrangeprovider java 95 at com mycila maven plugin license abstractlicensemojo 1 load abstractlicensemojo java 338 at com mycila maven plugin license document document mergepropertie document java 97 at com mycila maven plugin license header header ismatchfortext header java 179 at com mycila maven plugin license document document hasheader document java 85 at com mycila maven plugin license abstractlicensemojo 2 run abstractlicensemojo java 376 at java util concurrent executors runnableadapter call executor java 511 at java util concurrent futuretask run futuretask java 266 at java util concurrent executors runnableadapter call executor java 511 at java util concurrent futuretask run futuretask java 266 at java util concurrent threadpoolexecutor runworker threadpoolexecutor java 1142 at java util concurrent threadpoolexecutor worker run threadpoolexecutor java 617 at java lang thread run thread java 745 cause by java lang illegalargumentexception one of setgitdir or setworktree must be call at org eclipse jgit lib baserepositorybuilder requiregitdirorworktree baserepositorybuilder java 586 at org eclipse jgit lib baserepositorybuilder setup baserepositorybuilder java 554 at org eclipse jgit storage file filerepositorybuilder build filerepositorybuilder java 92 at com mycila maven plugin license git gitlookup gitlookup java 75 at com mycila maven plugin license git copyrightrangeprovider getgitlookup copyrightrangeprovider java 138 at com mycila maven plugin license git copyrightrangeprovider getadditionalproperties copyrightrangeprovider java 84 12 more warn failure occur while call class com mycila maven plugin license git copyrightrangeprovider java lang runtimeexception could not compute the year of the last git commit for file opt zipkin java pom xml at com mycila maven plugin license git copyrightrangeprovider getadditionalproperties copyrightrangeprovider java 95 at com mycila maven plugin license abstractlicensemojo 1 load abstractlicensemojo java 338 at com mycila maven plugin license document document mergepropertie document java 97 at com mycila maven plugin license header header ismatchfortext header java 179 at com mycila maven plugin license document document hasheader document java 85 at com mycila maven plugin license abstractlicensemojo 2 run abstractlicensemojo java 376 at java util concurrent executors runnableadapter call executor java 511 at java util concurrent futuretask run futuretask java 266 at java util concurrent executors runnableadapter call executor java 511 at java util concurrent futuretask run futuretask java 266 at java util concurrent threadpoolexecutor runworker threadpoolexecutor java 1142 at java util concurrent threadpoolexecutor worker run threadpoolexecutor java 617 at java lang thread run thread java 745 cause by java lang illegalargumentexception one of setgitdir or setworktree must be call at org eclipse jgit lib baserepositorybuilder requiregitdirorworktree baserepositorybuilder java 586 at org eclipse jgit lib baserepositorybuilder setup baserepositorybuilder java 554 at org eclipse jgit storage file filerepositorybuilder build filerepositorybuilder java 92 at com mycila maven plugin license git gitlookup gitlookup java 75 at com mycila maven plugin license git copyrightrangeprovider getgitlookup copyrightrangeprovider java 138 at com mycila maven plugin license git copyrightrangeprovider getadditionalproperties copyrightrangeprovider java 84 12 more java lang runtimeexception could not compute the year of the last git commit for file opt zipkin java setting xml at com mycila maven plugin license git copyrightrangeprovider getadditionalproperties copyrightrangeprovider java 95 at com mycila maven plugin license abstractlicensemojo 1 load abstractlicensemojo java 338 at com mycila maven plugin license document document mergepropertie document java 97 at com mycila maven plugin license header header ismatchfortext header java 179 at com mycila maven plugin license document document hasheader document java 85 at com mycila maven plugin license abstractlicensemojo 2 run abstractlicensemojo java 376 at java util concurrent executors runnableadapter call executor java 511 at java util concurrent futuretask run futuretask java 266 at java util concurrent executors runnableadapter call executor java 511 at java util concurrent futuretask run futuretask java 266 at java util concurrent threadpoolexecutor runworker threadpoolexecutor java 1142 at java util concurrent threadpoolexecutor worker run threadpoolexecutor java 617 at java lang thread run thread java 745 cause by java lang illegalargumentexception one of setgitdir or setworktree must be call at org eclipse jgit lib baserepositorybuilder requiregitdirorworktree baserepositorybuilder java 586 at org eclipse jgit lib baserepositorybuilder setup baserepositorybuilder java 554 at org eclipse jgit storage file filerepositorybuilder build filerepositorybuilder java 92 at com mycila maven plugin license git gitlookup gitlookup java 75 at com mycila maven plugin license git copyrightrangeprovider getgitlookup copyrightrangeprovider java 138 at com mycila maven plugin license git copyrightrangeprovider getadditionalproperties copyrightrangeprovider java 84 12 more warning miss header in opt zipkin java travis publish sh warn miss header in opt zipkin java setting xml warn miss header in opt zipkin java pom xml info info reactor summary info info zipkin parent failure 0 922 s info zipkin skip info zipkin ui skip info guava support library skip info storage skip info storage cassandra skip info storage mysql skip info storage elasticsearch skip info zipkin collector skip info collector scribe skip info collector kafka skip info auto configuration skip info auto configuration ui skip info auto configuration kafka collector skip info auto configuration scribe collector skip info auto configuration cassandra storage skip info auto configuration elasticsearch storage skip info auto configuration mysql storage skip info zipkin server skip info info build failure info info total time 1 268 s info finish at 2016 06 15t01 12 20 08 00 info final memory 20 m 217 m info error fail to execute goal com mycila license maven plugin 2 11 check default on project parent some file do not have the expect license header help 1 error error to see the full stack trace of the error re run maven with the e switch error re run maven use the x switch to enable full debug log error error for more information about the error and possible solution please read the follow article error help 1
openzipkinzipkin
ui doesn t resolve duration properly
Question
hi for some reason a request repeat to the same endpoint twice for the same trace make the ui render the duration improperly check out this section 2 completely different request have same traceid shot to the same endpoint traceid caa9948bef618715 name http present order i d c7d6f8f1f0be2d7f parentid c47bbb8a2ea2334a timestamp 1465236501361000 duration 28000 annotation binaryannotation key http status code value 500 endpoint servicename present ipv4 10 69 252 94 port 9991 key lc value unknown endpoint servicename present ipv4 10 69 252 94 port 9991 traceid caa9948bef618715 name http present order i d 23ca77c6a15733bd parentid 1c57dfdea6d8f7e8 timestamp 1465236636507000 duration 23000 annotation binaryannotation key http status code value 500 endpoint servicename present ipv4 10 69 252 94 port 9991 key lc value unknown endpoint servicename present ipv4 10 69 252 94 port 9991 json bad duration txt screen bad duration
openzipkinzipkin
why zipkin dependencie tab show nothing statistic information and how should I do
Question
dear let I talk about the issue 1 I deploy zipkin server via docker and all server collector cassandra query web ui run normally 2 by the brave client send log info to query service the query default port be 9411 3 then I can find the tracer information on the zipkin web ui server 4 issue be the dependency tab have nothing to show what should I do and then the dependency tab will show the statistic info thank very much
openzipkinzipkin
show error
Enhancement
include 1124 because of potential merge conflict this be 3 separate piece that have 3 commit associate with they show an error when config json isn t present provide mechanism to show error if one of the ajax call loading datum fail show the user an error when a query fail this use a separate mechanism to ensure that it s place in a semantically meaningful way a query that fail be something like foo bar
openzipkinzipkin
add json button to trace page
Enhancement
well since the privileged minority issuecomment 213216090 hasn t do it yet I figure I would since I keep find that I need it show prettify json in modal dialog fix 1060 I m very new to the various framework that the ui be use so I m open to suggestion if there s anything that I do that be a bit wonky
openzipkinzipkin
run bin query npmbuild error on zipkin ui
Question
I follow the official document quickstart by run from souce git clone cd zipkin bin query everything go fine such as download gradle build zipkin module but when build ui module there be some error zipkin ui npminstall up to date zipkin ui npmbuild build home qihuang zheng zipkin 1 40 1 zipkin ui node node module webpack bin webpack js bail modulebuilderror module build fail error home qihuang zheng zipkin 1 40 1 zipkin ui node modules node sass vendor linux x64 47 bind node elf load command past end of file at error native at object module extension node module js 440 18 at module load module js 357 32 at function module load module js 314 12 at module require module js 367 17 at require internal module js 16 19 at object home qihuang zheng zipkin 1 40 1 zipkin ui node modules node sass lib index js 23 15 at module compile module js 413 34 at object module extension js module js 422 10 at module load module js 357 32 at function module load module js 314 12 at module require module js 367 17 at require internal module js 16 19 at object home qihuang zheng zipkin 1 40 1 zipkin ui node modules sass loader index js 4 12 at module compile module js 413 34 at object module extension js module js 422 10 at module load module js 357 32 at function module load module js 314 12 at module require module js 367 17 at require internal module js 16 19 at dependenciesblock loadpitch home qihuang zheng zipkin 1 40 1 zipkin ui node modules webpack core lib normalmodulemixin js 193 17 at dependenciesblock loadpitch home qihuang zheng zipkin 1 40 1 zipkin ui node modules webpack core lib normalmodulemixin js 186 21 at dependenciesblock loadpitch home qihuang zheng zipkin 1 40 1 zipkin ui node modules webpack core lib normalmodulemixin js 223 61 at dependenciesblock dobuild home qihuang zheng zipkin 1 40 1 zipkin ui node modules webpack core lib normalmodulemixin js 241 4 at dependenciesblock build home qihuang zheng zipkin 1 40 1 zipkin ui node modules webpack lib normalmodule js 84 14 at compilation buildmodule home qihuang zheng zipkin 1 40 1 zipkin ui node modules webpack lib compilation js 126 9 at compilation home qihuang zheng zipkin 1 40 1 zipkin ui node modules webpack lib compilation js 398 8 at home qihuang zheng zipkin 1 40 1 zipkin ui node modules webpack lib normalmodulefactory js 58 13 at normalmodulefactory applypluginsasyncwaterfall home qihuang zheng zipkin 1 40 1 zipkin ui node modules tapable lib tapable js 75 69 at ondoneresolving home qihuang zheng zipkin 1 40 1 zipkin ui node modules webpack lib normalmodulefactory js 38 11 at dependenciesblock onmodulebuildfaile home qihuang zheng zipkin 1 40 1 zipkin ui node modules webpack core lib normalmodulemixin js 315 19 at dependenciesblock home qihuang zheng zipkin 1 40 1 zipkin ui node modules webpack core lib normalmodulemixin js 228 39 at context callback home qihuang zheng zipkin 1 40 1 zipkin ui node modules webpack core lib normalmodulemixin js 148 14 at object home qihuang zheng zipkin 1 40 1 zipkin ui node modules extract text webpack plugin loader js 82 20 at compiler home qihuang zheng zipkin 1 40 1 zipkin ui node modules webpack lib compiler js 204 18 at compiler home qihuang zheng zipkin 1 40 1 zipkin ui node modules webpack lib compiler js 395 18 at home qihuang zheng zipkin 1 40 1 zipkin ui node modules tapable lib tapable js 99 11 at compilation home qihuang zheng zipkin 1 40 1 zipkin ui node modules webpack lib compilation js 433 11 at errorandcallback home qihuang zheng zipkin 1 40 1 zipkin ui node modules webpack lib compilation js 340 3 at compilation home qihuang zheng zipkin 1 40 1 zipkin ui node modules webpack lib compilation js 400 12 at home qihuang zheng zipkin 1 40 1 zipkin ui node modules webpack lib compilation js 123 4 at array foreach native at callback home qihuang zheng zipkin 1 40 1 zipkin ui node modules webpack lib compilation js 122 12 at compilation home qihuang zheng zipkin 1 40 1 zipkin ui node modules webpack lib compilation js 137 11 at dependenciesblock home qihuang zheng zipkin 1 40 1 zipkin ui node modules webpack lib normalmodule js 85 18 at dependenciesblock loadpitch home qihuang zheng zipkin 1 40 1 zipkin ui node modules webpack core lib normalmodulemixin js 206 13 at dependenciesblock loadpitch home qihuang zheng zipkin 1 40 1 zipkin ui node modules webpack core lib normalmodulemixin js 186 21 at dependenciesblock loadpitch home qihuang zheng zipkin 1 40 1 zipkin ui node modules webpack core lib normalmodulemixin js 223 61 at dependenciesblock dobuild home qihuang zheng zipkin 1 40 1 zipkin ui node modules webpack core lib normalmodulemixin js 241 4 at dependenciesblock build home qihuang zheng zipkin 1 40 1 zipkin ui node modules webpack lib normalmodule js 84 14 at compilation buildmodule home qihuang zheng zipkin 1 40 1 zipkin ui node modules webpack lib compilation js 126 9 at compilation home qihuang zheng zipkin 1 40 1 zipkin ui node modules webpack lib compilation js 398 8 at home qihuang zheng zipkin 1 40 1 zipkin ui node modules webpack lib normalmodulefactory js 58 13 at normalmodulefactory applypluginsasyncwaterfall home qihuang zheng zipkin 1 40 1 zipkin ui node modules tapable lib tapable js 75 69 at ondoneresolving home qihuang zheng zipkin 1 40 1 zipkin ui node modules webpack lib normalmodulefactory js 38 11 at ondoneresolving home qihuang zheng zipkin 1 40 1 zipkin ui node modules webpack lib normalmodulefactory js 121 6 at home qihuang zheng zipkin 1 40 1 zipkin ui node modules webpack lib normalmodulefactory js 98 13 at home qihuang zheng zipkin 1 40 1 zipkin ui node modules async lib async js 726 13 at home qihuang zheng zipkin 1 40 1 zipkin ui node modules async lib async js 52 16 at async foreachof async eachof home qihuang zheng zipkin 1 40 1 zipkin ui node modules async lib async js 236 30 babel note the code generator have deoptimise the styling of home qihuang zheng zipkin 1 40 1 zipkin ui libs dagre d3 js dagre d3 js as it exceed the max of 100 kb npm err linux 3 10 97 1 el6 elrepo x86 64 npm err argv home qihuang zheng zipkin 1 40 1 zipkin ui build nodejs node v5 5 0 linux x64 bin node home qihuang zheng zipkin 1 40 1 zipkin ui build nodejs node v5 5 0 linux x64 lib node modules npm bin npm cli js run script build npm err node v5 5 0 npm err npm v3 3 12 npm err code elifecycle npm err build node node module webpack bin webpack js bail npm err exit status 1 npm err npm err fail at the build script node node module webpack bin webpack js bail npm err make sure you have the late version of node js and npm instal npm err if you do this be most likely a problem with the zipkin ui package npm err not with npm itself npm err tell the author that this fail on your system npm err node node module webpack bin webpack js bail npm err you can get their info via npm err npm owner ls zipkin ui npm err there be likely additional log output above npm err please include the following file with any support request npm err home qihuang zheng zipkin 1 40 1 zipkin ui npm debug log zipkin ui npmbuild fail failure build fail with an exception what go wrong execution fail for task zipkin ui npmbuild process command home qihuang zheng zipkin 1 40 1 zipkin ui build nodejs node v5 5 0 linux x64 bin node finish with non zero exit value 1 try run with stacktrace option to get the stack trace run with info or debug option to get more log output build fail total time 16 min 53 602 sec and if leave the error alone then run bin web also have problem build 90 zipkin web run e 0527 08 43 41 629 thread41 exception propagate to the root monitor com twitter finagle failedfastexception endpoint zipkin web be mark down for more detail see why do client see com twitter finagle failedfastexception s remote info not available at com twitter finagle nostacktrace unknown source anyone meet this problem
openzipkinzipkin
how to set zipkin web s port
Question
I be not want to use 8080 how can I to set the port at start the zipkin web thank I view the code val webserverport flag zipkin web port new inetsocketaddress 8080 listening port for the zipkin web frontend but have not find how to change the zipkin web port parameter