repository stringclasses 156 values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8 values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
openzipkinzipkin | make ui merge logic lenient to miss share flag on server side | Bug | last pr I cheat by backfille miss share flag on netflix datum this remove it as now the logic can work around miss share flag under the most common circumstance cc narayaruna |
openzipkinzipkin | rename ui reference of binary annotation to tag | Enhancement | long time come now that we don t require v1 datum any more we can clean up some old naming in the ui before after cc openzipkin ui cc wu sheng drolando for language checking |
openzipkinzipkin | remove a ui transformation step processing span timeline | Enhancement | this convert zipkin v2 timestamp duration and annotation to mustache annotation without an intermediate step this have some interesting advantage more clear which event be derive less reliance on keyword like sr in favor of xxx start xxx finish a future change can clarify the mustache event list as a timeline instead of annotaion which be imprecise before after |
openzipkinzipkin | correct count in trace detail screen | Bug | while I don t currently agree with the count be helpful this fix the count such that they add up before they be count of unique span i d not actual span this be confuse more work to follow but this be enough to review on its own |
openzipkinzipkin | move glyphicon to font awesome | Enhancement | in bootstrap4 glyphicon be remove so we can not use backtotop button zoomout button now this pr move glyphicon to font awesome |
openzipkinzipkin | move ui test to v2 data fix a couple glitch | Bug | this fix a glitch that cause nan to show in the trace summary it also add some todo which will be fix when the new code merge that use v2 native datum before netflix trace after |
openzipkinzipkin | support client certificate authentication elasticsearch storage | Enhancement | currently zipkin use okhttp client to connect to es storage its build use builder in zipkin2 autoconfigure storage elasticsearch zipkinelasticsearchokhttpautoconfiguration elasticsearchokhttpclient however it ignore keystore load by djavax net ssl keystore parameter make it impossible to authenticate use client certificate so far I manage to bypass this problem by add builder sslsocketfactory sslsocketfactory sslsocketfactory getdefault so that everything look like that bean qualifi zipkinelasticsearchhttp conditionalonmissingbean okhttpclient elasticsearchokhttpclient value zipkin storage elasticsearch timeout 10000 int timeout okhttpclient builder builder elasticsearchokhttpclientbuilder null elasticsearchokhttpclientbuilder new okhttpclient builder for interceptor interceptor networkinterceptor builder addnetworkinterceptor interceptor builder sslsocketfactory sslsocketfactory sslsocketfactory getdefault builder connecttimeout timeout timeunit millisecond builder readtimeout timeout timeunit millisecond builder writetimeout timeout timeunit millisecond return builder build however I m not sure if it s a full solution |
openzipkinzipkin | fix expand all and collapse all | Bug | cc tacigar |
openzipkinzipkin | support u suffix for duration input | Enhancement | relate 2260 discussion r234491690 354704970299c2f992a8d7f14534eeaf |
openzipkinzipkin | allow different unit for duration input | Enhancement | I try to implement 2nd idea of 2208 s e2fd44d074cb28b784c46bc6fcab9982 ms c2ed6da055f891b75dfd760297cbb1fb s c85c551de9b1969da64cf54ef14e051f |
openzipkinzipkin | fix misalign json button | Bug | I think this be the simple solution for 2253 90d13516ede9b3ec524d52dd7f89689f |
openzipkinzipkin | js error when load the homepage in the ui | Bug | see the attach error when load the homepage also only the label zipkin investigate system behavior appear and rest of the ui then after few millisecond this issue be appear only after upgrade to the late ui zipkin version 2 11 8 image |
openzipkinzipkin | upgrade webpack and dependency | null | we be get into a version lockup problem with webpack npm audit complain about webpack dev server which imply webpack 4 which make we have to revisit the stagnant extract text webpack plugin which isn t update to that |
openzipkinzipkin | json button misalign in the late ui | Bug | image not sure if it s want or a bug but in the late ui the json be not at the top right corner of the container but it s treat just like another total span label have that button float in the middle seem a bit weird to I those label seem to be much more widely space than before too |
openzipkinzipkin | how to regist zipkin server to eureka | Question | |
openzipkinzipkin | correct clock skew on single host span | Enhancement | see 1480 here s before and after json traceid 1e223ff1f80f1c69 parentid 43210ae0c10d1234 i d 43210ae0c10dabcd name async timestamp 1470150004008762 duration 65000 localendpoint servicename serviceb ipv4 192 0 0 0 traceid 1e223ff1f80f1c69 parentid 74280ae0c10d8062 i d 43210ae0c10d1234 kind server name post timestamp 1470150004008761 duration 93577 localendpoint servicename serviceb ipv4 192 0 0 0 traceid 1e223ff1f80f1c69 i d bf396325699c84bf kind server name get timestamp 1470150004071068 duration 99411 localendpoint servicename servicea ipv4 127 0 0 0 share true traceid 1e223ff1f80f1c69 parentid bf396325699c84bf i d 74280ae0c10d8062 kind client name post timestamp 1470150004074202 duration 94539 localendpoint servicename servicea ipv4 127 0 0 0 |
openzipkinzipkin | java lang illegalargumentexception could not detect the span format | Question | hi I m use project in late version for kafka deployment and I want to use zipkin at late version as a tracing system but I m stick becouse when I publish message via kafka I get on zipkin log java lang illegalargumentexception could not detect the span format I also see counter zipkin collector message drop kafka incrementation on metric endpoint this be a bug or it s I do something wrong thank you for any help |
openzipkinzipkin | add support for pagination of trace query result | Enhancement | how to add scroll page use es |
openzipkinzipkin | replace javascript i18n library | Enhancement | the i18n library we use have be abandon with some quite severe bug like 2175 it also rely on resource traffic to get translation which have lead to question about the number of 404 response issue we should replace the library with something maintain and ideally less chatty I don t know what be good but be maintain cc openzipkin ui |
openzipkinzipkin | work around i18n bug for chinese user by make zh cn default for zh | Bug | eventually we may need to change the javascript library use as it be break fix 2175 |
openzipkinzipkin | ui should support generic and site specific tag | Enhancement | feature right now the annotation query section be flexible by allow people to enter free form text however this be not ideal for some site it would be good to allow some tag name to be pre populate with value auto completion notably thing with low cardinality like the standard http route or a site specific phase rational sometimes people make mistake in the ui search by use incorrect key value encoding also folk like line and also expedia already know there be a need for pre define site specific tag this be discuss at length at the line workshop who make a new ui that support this this be also previously discuss at netflix who have some site specific tag that help correlate with spinnaker deployment example scenario for example line have a phase tag which be similar to an environment this allow the user to easily reduce result without think about search syntax or make mistake prior art |
openzipkinzipkin | fix bug in service percentage calculation | Bug | there be a small bug in service calculation for async span |
openzipkinzipkin | bring back relative width in trace query screen | Bug | this fix a bug in the trace query screen and reorganize code to more easily tell which screen need which datum from the trace summary before after |
openzipkinzipkin | revert skew uncorrection in index as it affect service percentage | Bug | in 2228 my assumption be incorrect as tacigar highlight this make a test to ensure the logic stay the same for now |
openzipkinzipkin | update github issue template | Enhancement | split apart the old issue tempalte into 3 feature bug question expand the template for feature a bit this fix 2081 |
openzipkinzipkin | style error when text overflow | Bug | image if annotate too long it overflow the content div |
openzipkinzipkin | fail integration test if http warning header be return from es | Enhancement | base on advice from jasontedor we should be able to be more aware of thing be deprecate if we crash our integration test request issuecomment 432921238 |
openzipkinzipkin | zipkin elasticsearch elk not create index | Question | hi everyone I have elk 6 4 2 work perfectly with filebeat metricbeat packetbeat and winlogbeat in centos 7 x86 64 kernel 3 10 0 862 11 6 el7 x86 64 I m try to integrate zipkin elk see but elasticsearch do not create index with kibana when try to create the index in kibana the process do not end follow log below kibana index zipkin I suspect the zipkin connection driver be not compatible with elk 6 4 2 have anyone have the same problem and have a light at the end of the tunnel tks for all java version java version 1 8 0 181 java tm se runtime environment build 1 8 0 181 b13 java hotspot tm 64 bit server vm build 25 181 b13 mixed mode zipkin startup java dstorage type elasticsearch des host jar opt zipkin io bin zipkin jar error log in elasticsearch 2018 10 24t11 31 59 933 warn o e d I m mapperservice set index mapper dynamic be deprecate since index may not have more than one type anymore 2018 10 24t11 31 59 936 warn o e d I m mapperservice default mapping be deprecate since it be not useful anymore now that index can not have more than one type 2018 10 24t11 31 59 954 warn o e d I m mapperservice set index mapper dynamic be deprecate since index may not have more than one type anymore 2018 10 24t11 32 00 033 warn o e d c m metadatacreateindexservice index or alias name zipkin span 2018 10 24 contain be deprecate and will not be support in elasticsearch 7 0 2018 10 24t11 32 00 245 warn o e d I m mapperservice set index mapper dynamic be deprecate since index may not have more than one type anymore |
openzipkinzipkin | refactor ui to internally use the v2 model | Enhancement | right now we pull datum in v2 format 1802 but we still operate on it in v1 |
openzipkinzipkin | migrate to headless ui test to work around broken circleci build | Enhancement | this move to headless chrome while this depend on chrome be instal it avoid problem with the abandon phantomjs library also we do need circleci to pass else we don t know if thing only test there work such as jdk 11 fix 2211 |
openzipkinzipkin | move ui test off phantomjs to something else | Enhancement | our ui test in circleci not travis fail on phantomj exit code 1 output info info 15 10 2018 02 19 29 067 error launcher can not start phantomjs info auto configuration fail info 140336306921088 error 25066067 dso support routine dlfcn load could not load the share library dso dlfcn c 185 filename libssl conf so libssl conf so can not open share object file no such file or directory seem phantomjs be dead anyway headless chrome seem possible not sure which circleci image would be imply note sheng mention that circleci be not support for apache anyway so maybe we can avoid this by also stop our dependency on circleci cc openzipkin devop tool |
openzipkinzipkin | manually set ui depedendencie to avoid cryptile 3 x | Enhancement | we have a vulnerability albeit only dev dep associate with cryptile 3 x this hard code version of library that depend on it in favor of 4 x |
openzipkinzipkin | ui enhancement allow different unit for duration input | Enhancement | currently the duration input field on the ui force user to use microsecond as the unit microsecond be not a familiar time unit for most people I assume we even convert trace duration display in trace search result into more familiar unit when the duration be long enough ms or s I think we can provide a well experience by allow user to input different unit some idea 1 dropdown selection of unit next to the text field could still default to microsecond if we want to be least jarring from the status quo 2 allow specifying of unit in the text field while default to microsecond if no unit be provide ex 1s for 1 second 50ms for 50 millisecond I assume we ll want to restrict the change to the ui and not touch the actual api so the ui would need to convert whatever be input to microsecond if we do want to consider change the api in a backwards compatible way I think we could look at spring s support for duration conversion as long as we can default the unit to microsecond cc zeagord |
openzipkinzipkin | can not save dependency datum to table zipkin dependecie when storage type be mysql | Question | I consider use mysql to save trace datum but the table zipkin dependecie lose datum zipkin annotation and zipkin span be quite normal springboot version 1 5 8 relese springcloud version dalston sr1 zipkin version 1 23 2 zipkin servers pom file io zipkin java zipkin autoconfigure ui org springframework cloud spring cloud sleuth zipkin stream org springframework cloud spring cloud starter stream rabbit io zipkin java zipkin autoconfigure storage mysql org springframework boot spring boot starter jdbc mysql mysql connector java application yml server port 9411 eureka client service url defaultzone eureka host localhost eureka port 9761 eureka spring datasource schema classpath mysql sql url jdbc mysql party build usessl false username root password 19970914 initialize true continue on error true driver class name com mysql jdbc driver rabbitmq host localhost port 5672 username guest password guest application name zipkin server sleuth enable false sampler percentage 1 0 zipkin storage type mysql emmm it s my configuration s wrong or zipkin s bug thank |
openzipkinzipkin | sort service name in the ui | Enhancement | implementation for 2204 |
openzipkinzipkin | ui order service name | Enhancement | it would make sense to alphabetically order the list of service in the service name dropdown |
openzipkinzipkin | collect span info with kafka | Question | after I use kafka the consumer can t get any span question I want zipkin to send span to kafka than I will user kafka s consumer to consumer info but after I do that I don t get any infomation can you help I my zipkin name zipkin image docker io openzipkin zipkin late imagepullpolicy ifnotpresent port containerport 9411 env name kafka bootstrap server value awslbdnsname 9092 the consumer show no span information but the zipkin ui have trace info bash 4 4 kafka console consumer sh bootstrap server awslbdnsname 9092 topic zipkin from begin I really need your help thank a lot |
openzipkinzipkin | my own brave span connect with springboot tracing | Question | trace my own brave span like this java sender sender okhttpsender create asyncreporter spanreporter asyncreporter create sender tracing tracing trace newbuild localservicename stand alone service spanreporter spanreporter sampler sampler always sample propagationfactory extrafieldpropagation newfactory b3propagation factory user name currenttracecontext threadcontextcurrenttracecontext create supportsjoin true build httptracing httptracing httptracing create trace brave span span trace tracer newtrace name stand alone service span start span tag test stand alone service span annotate method in okhttpt httptracing call springboot with okhttpclient span annotate method out span finish trace close spanreporter close sender close private static void okhttptest httptracing httptracing string url okhttpclient okhttpclient new okhttpclient builder addnetworkinterceptor tracinginterceptor create httptracing build request builder builder new request builder request request builder url url build call call okhttpclient newcall request try response response call execute system out println response body string catch ioexception e e printstacktrace image in okhttpt be a url for springboot and this project have two trace like this image now I want to connect my own span trace with springboot tracing like this normal jar stand alone service springboot2 zipkin service2 springboot1 zipkin service1 however stand alone service can not trace in springboot s call chain how can I make it work |
openzipkinzipkin | do not limit the length of the i d to a string type | Question | in the zipkin model the i d value of the span can be set by the string type but the length can be limit to no more than 16 bit public span builder i d string i d if i d null throw new nullpointerexception i d null else int length i d length if length 0 throw new illegalargumentexception i d be empty else if length 16 throw new illegalargumentexception i d length 16 else span validatehex i d this i d length 16 span padleft i d 16 i d return this now we use 0 0 1 0 1 1 0 1 1 1 to describe the spanid if the link be long it may exceed 16 bit therefore it be recommend not to set the maximum length or increase the maximum length |
openzipkinzipkin | fix ui to not show 0 when all service be select | Bug | screen shoot 2561 09 27 at 11 02 36 |
openzipkinzipkin | zipkin ui doesn t fail gracefully when no endpoint be find in a span | Bug | view the attached save trace use zipkin ui the ui fail with the error error can not parse file typeerror can not read property ipv4 of undefined for the file miss endpoint trace json and load fine when the localendpoint and remoteendpoint value be add good trace json txt miss endpoint trace json txt the failure be from skew js 188 function ipsmatch a b if a ipv6 b ipv6 a ipv6 b ipv6 return true if a ipv4 b ipv4 return false return a ipv4 b ipv4 |
openzipkinzipkin | more clear hierarchy in the trace view | Enhancement | currently it s very difficult to tell whether 2 span be sibling parent child or from 2 different subtree it s doable in small trace but as you start have hundred of span it s hard to visually track the hierarchy the service name box not sure how to call they on the left kind of show the hierarchy but they don t go very deep and it s still hard to tell whether 2 box with 50 span between they be at the same depth in the tree or not and whether they re actually relate in my opinion it d be useful to have even just something like ascii and visually draw the tree and connect the span example get homepage select from user get be user authorize get session token select token from session db memcache set update cookie render template hopefully with css and javascript you can come up with a well solution than my terrible ascii tree cc zeagord |
openzipkinzipkin | after the test be complete not all trace be display in ui | Question | I use zipkin4net and docker zipkin to track trace in my application I have a unit test inside a unit test a client be create from which I send a request to the first server then I send the request from the first server to the second then from the second service I send a request to the third service and then I return the response to the client all this I do with the help of command clientsend serverreciev serversend clientreciev if the request be one then all be well if I send asynchronously 100 request then some of the trace be lose but if I debug the test in debug mode or when I end the test I set a delay then all the trace be display it seem that all the trace simply do not have time to send to the collector can you help I |
openzipkinzipkin | restful request with pathvariable cause too many span | Question | hi one of my service requestmappe like below everytime a new i d come in zipkin will take it as a new span finally when I select span in zipkin ui the response be very slow any suggestion for this thank requestmapping value test i d method requestmethod get public string testpathvariable pathvariable string i d return i d |
openzipkinzipkin | unable to store tracing datum in cassandra server | Question | hello I want to store trace datum in my own custom cassandra server I have manually create below table in cassandra table span dependency trace by service span span by service I want that trace datum will store in these table I do not want to allow zipkin server to create table with schema cassandra3 schema cql for this I have set zipkin storage cassandra3 ensure schema false property in application property but as soon as I click on find trace button on zipkin ui it start run cassandra3 schema cql for table creation I be new to this may you please guide I if there be some property available to handle the situation please find code below zipkinserverapplication java springbootapplication enablezipkinserver public class zipkinserverapplication public static void main string args springapplication run zipkinserverapplication class args pom xml dependecie org springframework cloud spring cloud starter config io zipkin java zipkin server io zipkin java zipkin autoconfigure ui runtime org springframework boot spring boot starter io zipkin java zipkin autoconfigure storage cassandra3 1 17 1 cassandra driver core com datastax cassandra com datastax cassandra cassandra driver core 3 1 0 com datastax cassandra cassandra driver mapping 3 1 0 application property zipkin storage type cassandra3 zipkin storage cassandra3 ensure schema false zipkin storage cassandra3 contact point contact pt value zipkin storage cassandra3 keyspace keyspacename zipkin storage cassandra3 username username zipkin storage cassandra3 password pwd |
openzipkinzipkin | ui display problem in the late version of zipkin | Bug | feature image spanpanel s title should wrap when my servicename and spanname be too long |
openzipkinzipkin | provide method to call zipkin apis | Question | feature provide static method to make call to zipkin apis explain zipkin expose those apis to user and the documentation be write in swagger a yaml file be also available for api v2 in order to make call to those apis user may need use raml or swagger to generate client side code to make those call to zipkin server it s a lot of work and many class include client implementation and model will be generate it would save a lot of work if zipkin itself provide interface to make those call example public static list gettracebyid string traceid optional string version version could be v1 or v2 due to the version of zipkin that the user use the zipkin server url be define by user by override the follow default value spring zipkin base url |
openzipkinzipkin | i18n fail | Bug | when I visit index html error occur below it might be because datum i18n trace lookback template index mustache have not be define in i18n file jquery i18n property js 271 uncaught typeerror can not read property length of undefined at object i18n prop jquery i18n property js 271 at htmlspanelement i18n js 22 at function each jquery js 354 at de fn init each jquery js 189 at object callback i18n js 18 at callbackifcomplete jquery i18n property js 306 at loadandparsefile jquery i18n property js 322 at jquery i18n property js 319 at object success jquery i18n property js 349 at l jquery js 3268 |
openzipkinzipkin | fix ui render of trace update to official font awesome lib | Bug | and fix log url button alignment |
openzipkinzipkin | hessian protocol not support | Invalid | how to integrate hession protocol in my project |
openzipkinzipkin | upgrade the ui to bootstrap 4 | Enhancement | this pr be a wip to upgrade the zipkin ui to bootstrap 4 at least it will give we a sleek ui and may be a good start when we have bandwidth to rewrite the ui I will limit the scope of this pr be only migrate to bootstrap 4 and fix minor thing todo prune unused dependency fix ui glitch screen shoot 2561 08 08 at 16 58 31 screen shoot 2561 08 08 at 16 58 49 screen shoot 2561 08 08 at 16 58 56 screen shoot 2561 08 08 at 16 59 05 |
openzipkinzipkin | 404 not find app min js and app min css | Question | hello I deploy zipkin on kubernete but when I try to access to zipkin it not find app 6a05bdd92a449a6ee72a min css app 6a05bdd92a449a6ee72a min js timestamp 2018 08 01t09 31 28 410 0000 status 404 error not find message not find path app 6a05bdd92a449a6ee72a min js timestamp 2018 08 01t09 31 28 410 0000 status 404 error not find message not find path app 6a05bdd92a449a6ee72a min css environment querylimit 10 defaultlookback 3600000 instrument logsurl null basepath zipkin searchenable true dependency lowerrorrate 0 5 higherrorrate 0 75 my k8s ingress path zipkin backend servicename zipkin service serviceport 9411 in local with docker it run correctly thank you for your time |
openzipkinzipkin | the root span s duration be not equal with ss sr | Question | I find that the root span s duration time be not equal with ss sr time and the first root span just have tow annotation under the propery annotation so I think duration should be equal with ss sr java status success code 200 datum traceid 04820a393727e7d5 i d 04820a393727e7d5 name http b2c timestamp 1532339436420000 annotation endpoint ipv4 10 1 166 177 port 11001 servicename trace demo a timestamp 1532339436420000 value sr endpoint ipv4 10 1 166 177 port 11001 servicename trace demo a timestamp 1532339436540000 value ss binaryannotation array 3 duration 122037 child array 1 spancount 2 service object success true servername trace demo a the duration be 122 037m but the ss sr be 120ms can you explain this for I thank |
openzipkinzipkin | switch json download button to v2 endpoint | Enhancement | when we remove the v1 endpoint we miss update the link for the json download button in the ui this switch it to the v2 trace endpoint resolve 2143 |
openzipkinzipkin | json download button still use v1 http endpoint | Bug | whitelabel error page this application have no explicit mapping for error so you be see this as a fallback fri jul 20 14 53 14 cst 2018 there be an unexpected error type not find status 404 not find |
openzipkinzipkin | fix ui display of json annotation value cause by opentrace log message | null | ui panel go out of screen for json value same issue in log message normal annotation as give in this issue request you to merge to the master branch |
openzipkinzipkin | allow user to use any span name | Enhancement | since we use the url path as span name for http request we usually have more span name for a service than the 1000 that zipkin read from the storage the issue be that even if I know what s exactly the span name I e post login the zipkin ui win t let I search for that unless it show in its list I usually have to search for a random span name and then manually change the url which be very annoying it d be great if we could remove the requirement of the span name be in the pre compute list and let the user search on whatever they want |
openzipkinzipkin | ui slow if the aggregation create too many bucket | Question | the aggregation zipkin server send to elasticsearch as below source false aggs name term field name size 2147483647 query bool filter bool must range timestamp millis from 1531825045984 include low true include upper true to 1531911445984 term localendpoint servicename mobileuser service warn 299 elasticsearch 6 3 0 424e937 this aggregation create too many bucket 10001 and will throw an error in future version you should update the search max bucket cluster setting or use the composite aggregation to paginate all bucket in multiple request we d 18 jul 2018 08 21 04 gmt question 1 what be this aggregation use for 2 how to resolve this issue |
openzipkinzipkin | how could my error span show in red or yellow | Question | when my span be more I find the error span need cost more time how could I distinguish the error span with other such as give it red or yellow color |
openzipkinzipkin | add ui for link with trace id | Enhancement | add the ui service endpoint and the integration todo ui integration test which will do when we actually implement this feature |
openzipkinzipkin | zipkin server 2 7 5 v2 datum model can be read | Question | java jar zipkin server 2 7 5 exec jar the v1 data model can be read and in the zipkin ui display can not read the v2 data model download from artifactdetail 7cio zipkin java 7czipkin server 7c2 7 5 7cjar can you give I some help |
openzipkinzipkin | track number of active request | Enhancement | I can happily report that 1760 have cause our zipkin instance to be much more stable but to help further tune a server and prevent issue like 2023 it would be nice if a prometheus metric for number of active request could be add that way we could identify peak load time and tune the number of max request appropriately essentially log httpcall semaphore availablepermit normally not a good method to call because of unreliable synchronization issue but should be safe for the sake of metric note this solve a different problem than counter zipkin collector message http would answer because that semaphore get use for request that read from storage in addition to those that write whereas the collector increment only for those that write if you want to turn this into a case for separate read from write limit I d be ok with that also |
openzipkinzipkin | how do undertow project use zipkin | Question | I m new user zipkin as a playframework project can use play zipkin trace how do undertow project use zipkin and how to trace between play project to undertow project I know by undertow side need process request header something can you give I some detail |
openzipkinzipkin | sort api result in the ui | Enhancement | report by drolando |
openzipkinzipkin | port correctforclockskew to javascript and move ui to v2 endpoint | Enhancement | this be the last change before move the ui to v2 read endpoint see 2047 |
openzipkinzipkin | documentation improvement what dependency do you need to include to start use the zipkin library | Question | to get zipkin up and run locally without download a complete jar how do one do that what be the dependency need to get zipkin server and ui work if I go to spring initilizr and download a spring boot project and want to build this project by include a dependency in the build gradle and a enablezipkinserver annotation in my main class how would I know to do that from this documentation give zipkin be often use in a pcf environment as well maybe consider also include the pcf variation of this dependency |
openzipkinzipkin | port mergebyid to javascript and use it in upload form normalize id | Enhancement | all that s leave after this be clock skew logic then the ui can read v2 endpoint see 2047 |
openzipkinzipkin | complete javascript port of v2 v1 span conversion | Enhancement | there be a number of edge case that our java code handle which the javascript do not this will complete the port as a part of migrate the ui to use v2 endpoint see 2047 |
openzipkinzipkin | spring boot 2 0 x and spring cloud 2 0 x support | Question | do zipkin support spring boot 2 0 x and spring cloud 2 0 x specifically spring cloud gateway our exist configuration which run on spring boot 1 5 9 no long work under 2 0 1 |
openzipkinzipkin | zipkin server be not able to collect from kafka | Question | I have create a spring boot application and include the zipkin server and also include the collector kafka of zipkin and enable the elasticsearch for storage but for some reason the service be not read the message from kafka and it be read the message please attach the spring boot application search alot in the internet but not able to find out why the service be not read the message and persist into elastic search and display the same in the ui zipkinstreamserver zip any help be much appreciated |
openzipkinzipkin | elasticsearch do not show the correctly number of span | Question | I be do a pressure test in 30 second I send 3000 request to my service then the service generate 3000 traceid each tracesid have 7 span for example image the total span 3000 7 21000 span and the datum flow be service zipkin server elasticsearch the zipkin ui only get 2957 why not be 3000 image I check the zipkin ui metric interface and elasticsearch nothing wrong image why |
openzipkinzipkin | error can not load service name request processing fail nest exception be java lang nullpointerexception | Question | get null pointer error in zipkin ui use cassandra3 env we set be export cassandra username export cassandra password export cassandra contact point export cassandra keyspace zipkin2 export storage type cassandra3 exception 2018 06 11 16 37 47 426 error 56622 xnio 2 task 8 io undertow request ut005023 exception handle request to api v1 service org springframework web util nestedservletexception request processing fail nest exception be java lang nullpointerexception at org springframework web servlet frameworkservlet processrequest frameworkservlet java 982 spring webmvc 5 0 5 release jar 5 0 5 release stack trace cause by java lang nullpointerexception null at zipkin2 storage cassandra cassandraspanstore cassandraspanstore java 64 io zipkin zipkin2 zipkin storage cassandra 2 8 1 jar na at zipkin2 storage cassandra cassandrastorage spanstore cassandrastorage java 168 io zipkin zipkin2 zipkin storage cassandra 2 8 1 jar na at zipkin2 storage cassandra autovalue cassandrastorage spanstore autovalue cassandrastorage java 47 io zipkin zipkin2 zipkin storage cassandra 2 8 1 jar na at zipkin internal v2storagecomponent spanstore v2storagecomponent java 65 io zipkin java zipkin 2 8 1 jar na at zipkin server internal zipkinqueryapiv1 getservicename zipkinqueryapiv1 java 75 class na at sun reflect nativemethodaccessorimpl invoke0 native method na 1 8 0 172 at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java 62 na 1 8 0 172 at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java 43 na 1 8 0 172 at java lang reflect method invoke method java 498 na 1 8 0 172 at org springframework web method support invocablehandlermethod doinvoke invocablehandlermethod java 209 spring web 5 0 5 release jar 5 0 5 release at org springframework web method support invocablehandlermethod invokeforrequest invocablehandlermethod java 136 spring web 5 0 5 release jar 5 0 5 release at org springframework web servlet mvc method annotation servletinvocablehandlermethod invokeandhandle servletinvocablehandlermethod java 102 spring webmvc 5 0 5 release jar 5 0 5 release at org springframework web servlet mvc method annotation requestmappinghandleradapter invokehandlermethod requestmappinghandleradapter java 877 spring webmvc 5 0 5 release jar 5 0 5 release at org springframework web servlet mvc method annotation requestmappinghandleradapter handleinternal requestmappinghandleradapter java 783 spring webmvc 5 0 5 release jar 5 0 5 release at org springframework web servlet mvc method abstracthandlermethodadapter handle abstracthandlermethodadapter java 87 spring webmvc 5 0 5 release jar 5 0 5 release at org springframework web servlet dispatcherservlet dodispatch dispatcherservlet java 991 spring webmvc 5 0 5 release jar 5 0 5 release at org springframework web servlet dispatcherservlet doservice dispatcherservlet java 925 spring webmvc 5 0 5 release jar 5 0 5 release at org springframework web servlet frameworkservlet processrequest frameworkservlet java 974 spring webmvc 5 0 5 release jar 5 0 5 release 83 common frame omit |
openzipkinzipkin | zipkin 2 8 4 when use storage elasticsearch can not query dependency | Question | when I use storage mysql to store zipkin span infos I can query dependency the api v2 dependency api can return the invoke dependency infos and web ui can query and display it but when I use storage elasticsearch to store zipkin span infos I can not query dependency the api v2 dependency api return an empty json array and web ui can not query dependency what s wrong with I or any bug with zipkin the follow code be my startup shell script bin sh prgdir dirname 0 svr name zipkin server log file prgdir zipkin log java option server xmn128 m xmx128 m xms512 m spring boot option management endpoint enable by default true zipkin collector option mysql storage can query dependency zipkin storage option zipkin storage type mysql zipkin storage mysql host myhost zipkin storage mysql port 3306 zipkin storage mysql username dev zipkin storage mysql password 123456 zipkin storage mysql db my zipkin db elasticsearch storage can not query dependency zipkin storage option zipkin storage storagecomponent elasticsearch zipkin storage type elasticsearch zipkin storage elasticsearch host zipkin storage elasticsearch index zipkin zipkin storage elasticsearch index shard 5 zipkin storage elasticsearch index replicas 1 zipkin storage elasticsearch max request 64 zipkin storage elasticsearch timeout 10000 printf start s n svr name printf log file s n log file nohup java jar prgdir zipkin server 2 8 4 exec jar java option spring boot option zipkin collector option zipkin storage option log file 2 1 |
openzipkinzipkin | collector rabbitmq start fail when the queue exist | Bug | if rabbitmq queue exist and args of the queue not same as args of collector rabbitmq default zipkin server would start fail exception file line at zipkin collector rabbitmq rabbitmqcollector lazyinit compute rabbitmqcollector java 141 zipkin collector rabbitmq 2 8 4 jar stack trace cause by com rabbitmq client shutdownsignalexception channel error protocol method method reply code 406 reply text precondition fail inequivalent arg x message ttl for queue queue monitor zipkin in v host monitor receive none but current be the value 36000000 of type long class i d 50 method i d 10 at com rabbitmq utility valueorexception getvalue valueorexception java 66 amqp client 5 1 2 jar 5 1 2 at com rabbitmq utility blockingvalueorexception uninterruptiblegetvalue blockingvalueorexception java 36 amqp client 5 1 2 jar 5 1 2 at com rabbitmq client impl amqchannel blockingrpccontinuation getreply amqchannel java 494 amqp client 5 1 2 jar 5 1 2 at com rabbitmq client impl amqchannel privaterpc amqchannel java 288 amqp client 5 1 2 jar 5 1 2 at com rabbitmq client impl amqchannel exnwrappingrpc amqchannel java 138 amqp client 5 1 2 jar 5 1 2 at com rabbitmq client impl channeln queuedeclare channeln java 947 amqp client 5 1 2 jar 5 1 2 at com rabbitmq client impl recovery autorecoveringchannel queuedeclare autorecoveringchannel java 333 amqp client 5 1 2 jar 5 1 2 at zipkin collector rabbitmq rabbitmqcollector lazyinit compute rabbitmqcollector java 141 zipkin collector rabbitmq 2 8 4 jar at zipkin collector rabbitmq rabbitmqcollector lazyinit compute rabbitmqcollector java 128 zipkin collector rabbitmq 2 8 4 jar at zipkin internal lazycloseable trycompute lazycloseable java 51 io zipkin java zipkin 2 8 4 jar at zipkin internal lazy get lazy java 37 io zipkin java zipkin 2 8 4 jar at zipkin collector rabbitmq rabbitmqcollector start rabbitmqcollector java 108 zipkin collector rabbitmq 2 8 4 jar at sun reflect nativemethodaccessorimpl invoke0 native method 1 8 0 72 at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java 62 1 8 0 72 at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java 43 1 8 0 72 at java lang reflect method invoke method java 498 1 8 0 72 at org springframework bean factory support abstractautowirecapablebeanfactory invokecustominitmethod abstractautowirecapablebeanfactory java 1831 spring bean 5 0 6 release jar 5 0 6 release at org springframework bean factory support abstractautowirecapablebeanfactory invokeinitmethod abstractautowirecapablebeanfactory java 1774 spring bean 5 0 6 release jar 5 0 6 release at org springframework bean factory support abstractautowirecapablebeanfactory initializebean abstractautowirecapablebeanfactory java 1702 spring bean 5 0 6 release jar 5 0 6 release 23 more |
openzipkinzipkin | zipkin ui do not show the time | Question | if service a send 10 request to service b there will be 10 trace item but on the zipkin ui there be only one image I want to see like this image |
openzipkinzipkin | zipkin ui span name have incorrect css leave value | Question | zipkin ui don t show span name in correct place css leave value have minus value which cause they to be out of the screen selection 001 selection 002 use openzipkin zipkin late image i d a62fb9056a9a |
openzipkinzipkin | build zipkin multi arch docker image | Duplicate | hi I have a question and I hope you could help I I want to build openzipkin zipkin docker image for another platform rather than x86 however the cantara alpine zulu jdk8 have not multi arch image support so I be wonder if it would be possible to change the parent image of openzipkin jre full with the official docker image openjdk 8 jdk alpine the openjdk image have already multi arch support I also open the same issue in thank for the help |
openzipkinzipkin | zipkin ui can not get service name from api v1 service | Question | the number of service name be 320 and zipkin ui can not get service name from api v1 service but can get service name from api v2 service when I reduce the number of service name it can be load from api v1 service zipkin version 2 7 1 can you give I some help |
openzipkinzipkin | get rid of the v1 codebase | Enhancement | we don t have a lot of hand to do huge maintenance work there be a lot of demand for a v2 format so we release a v2 core library as soon as we could september 2017 with this in place we be able to decouple library from the v1 codebase this include brave and zipkin reporter which no long have mandatory dependency on it however there s still a large amount of work to do this issue track that work x port mysql as be to the zipkin2 codebase or redo it x port cassandra as be to the zipkin2 codebase or drop it x remove zipkin v1 dep from zipkin junit and repackage under io zipkin zipkin2 namespace x make a new collector which accept even the old v1 thrift make the server depend on it x redo all the storage test to port to v2 codebase x implement the zipkin ui in v2 javascript imply clock skew and merge logic make this issue be influence but not cause by a strange recent flurry of issue 2044 2045 2046 it have always be implicitly on the backlog |
openzipkinzipkin | to distinguish from the zipkin module | Bug | this will cause a error in eclipse when import the project due to that there be two same artifact in the maven project |
openzipkinzipkin | help I u request ut005023 exception handle request to error | Question | hi I stucke with some problem I be test with zipkin its version be 2 8 3 this be my pom denpendencie io zipkin java zipkin server 2 8 3 io zipkin java zipkin autoconfigure ui 2 8 3 runtime and below be my property file spring application name demo zipkin server server port 9411 management endpoint web exposure include and then when I start with enablezipkinserver it run without mistake but when I request it give I mistake as bellow and I have no idea to handle it do anyone ever handle this problem 2018 05 02 17 38 01 043 error 7412 xnio 2 task 1 I u request ut005023 exception handle request to error java lang illegalargumentexception prometheus require that all meter with the same name have the same set of tag key there be already an exist meter contain tag key exception method status uri the meter you be attempt to register have key method status uri at io micrometer prometheus prometheusmeterregistry lambda collectorbyname 9 prometheusmeterregistry java 361 micrometer registry prometheus 1 0 3 jar 1 0 3 at java util concurrent concurrenthashmap compute concurrenthashmap java 1877 1 8 0 121 at io micrometer prometheus prometheusmeterregistry collectorbyname prometheusmeterregistry java 348 micrometer registry prometheus 1 0 3 jar 1 0 3 at io micrometer prometheus prometheusmeterregistry newtimer prometheusmeterregistry java 160 micrometer registry prometheus 1 0 3 jar 1 0 3 at io micrometer core instrument meterregistry lambda timer 2 meterregistry java 255 micrometer core 1 0 3 jar 1 0 3 at io micrometer core instrument meterregistry getorcreatemeter meterregistry java 561 micrometer core 1 0 3 jar 1 0 3 at io micrometer core instrument meterregistry registermeterifnecessary meterregistry java 537 micrometer core 1 0 3 jar 1 0 3 at io micrometer core instrument meterregistry timer meterregistry java 253 micrometer core 1 0 3 jar 1 0 3 at io micrometer core instrument timer builder register timer java 447 micrometer core 1 0 3 jar 1 0 3 at zipkin autoconfigure prometheus zipkinprometheusmetricsautoconfiguration httprequestdurationhandler lambda handlerequest 0 zipkinprometheusmetricsautoconfiguration java 80 zipkin autoconfigure metric prometheus 2 8 3 jar at io undertow server httpserverexchange invokeexchangecompletelistener httpserverexchange java 1276 undertow core 1 4 23 final jar 1 4 23 final at io undertow server httpserverexchange terminateresponse httpserverexchange java 1558 undertow core 1 4 23 final jar 1 4 23 final at io undertow server connector terminateresponse connector java 143 undertow core 1 4 23 final jar 1 4 23 final at io undertow server protocol http serverfixedlengthstreamsinkconduit channelfinishe serverfixedlengthstreamsinkconduit java 58 undertow core 1 4 23 final jar 1 4 23 final at io undertow conduit abstractfixedlengthstreamsinkconduit exitflush abstractfixedlengthstreamsinkconduit java 316 undertow core 1 4 23 final jar 1 4 23 final at io undertow conduit abstractfixedlengthstreamsinkconduit flush abstractfixedlengthstreamsinkconduit java 234 undertow core 1 4 23 final jar 1 4 23 final at org xnio conduits conduitstreamsinkchannel flush conduitstreamsinkchannel java 162 xnio api 3 3 8 final jar 3 3 8 final at io undertow channel detachablestreamsinkchannel flush detachablestreamsinkchannel java 119 undertow core 1 4 23 final jar 1 4 23 final at org xnio channel channel flushblocke channel java 63 xnio api 3 3 8 final jar 3 3 8 final at io undertow servlet spec servletoutputstreamimpl close servletoutputstreamimpl java 615 undertow servlet 1 4 23 final jar 1 4 23 final at io undertow servlet spec servletprintwriter close servletprintwriter java 117 undertow servlet 1 4 23 final jar 1 4 23 final at io undertow servlet spec servletprintwriterdelegate close servletprintwriterdelegate java 81 undertow servlet 1 4 23 final jar 1 4 23 final at io undertow servlet spec httpservletresponseimpl closestreamandwriter httpservletresponseimpl java 473 undertow servlet 1 4 23 final jar 1 4 23 final at io undertow servlet spec httpservletresponseimpl responsedone httpservletresponseimpl java 568 undertow servlet 1 4 23 final jar 1 4 23 final at io undertow servlet spec httpservletresponseimpl doerrordispatch httpservletresponseimpl java 171 undertow servlet 1 4 23 final jar 1 4 23 final at io undertow servlet handler servletinitialhandler handlefirstrequest servletinitialhandler java 295 undertow servlet 1 4 23 final jar 1 4 23 final at io undertow servlet handler servletinitialhandler access 100 servletinitialhandler java 81 undertow servlet 1 4 23 final jar 1 4 23 final at io undertow servlet handler servletinitialhandler 2 call servletinitialhandler java 138 undertow servlet 1 4 23 final jar 1 4 23 final at io undertow servlet handler servletinitialhandler 2 call servletinitialhandler java 135 undertow servlet 1 4 23 final jar 1 4 23 final at io undertow servlet core servletrequestcontextthreadsetupaction 1 call servletrequestcontextthreadsetupaction java 48 undertow servlet 1 4 23 final jar 1 4 23 final at io undertow servlet core contextclassloadersetupaction 1 call contextclassloadersetupaction java 43 undertow servlet 1 4 23 final jar 1 4 23 final at io undertow servlet handler servletinitialhandler dispatchrequest servletinitialhandler java 272 undertow servlet 1 4 23 final jar 1 4 23 final at io undertow servlet handler servletinitialhandler access 000 servletinitialhandler java 81 undertow servlet 1 4 23 final jar 1 4 23 final at io undertow servlet handler servletinitialhandler 1 handlerequest servletinitialhandler java 104 undertow servlet 1 4 23 final jar 1 4 23 final at io undertow server connector executeroothandler connector java 336 undertow core 1 4 23 final jar 1 4 23 final at io undertow server httpserverexchange 1 run httpserverexchange java 830 undertow core 1 4 23 final jar 1 4 23 final at java util concurrent threadpoolexecutor runworker threadpoolexecutor java 1142 1 8 0 121 at java util concurrent threadpoolexecutor worker run threadpoolexecutor java 617 1 8 0 121 at java lang thread run thread java 745 1 8 0 121 |
openzipkinzipkin | fix ui basepath default | Bug | fix 2037 |
openzipkinzipkin | wip fix for log4j and trail double slash in the url of ui | Bug | this should fix the log issue and the test do not fail in kafka collector and have the fix for 2037 as well |
openzipkinzipkin | upgrade to springboot 2 add double slash in the url | Bug | after upgrade to springboot 2 the ui url after zipkin for the request |
openzipkinzipkin | fix metric response code and handle uris same as micrometer webmvc | Enhancement | this be to ensure dimension don t explode on variable |
openzipkinzipkin | when I build zipkin 2 7 1 server find the error at the ui can not load service name no message available | Question | and I find the network request at the chrome message no message available path zipkin api v1 service status 404 |
openzipkinzipkin | don t show all 0 in the ui | Bug | the all selection in the service name drop down shouldn t affect the service percentage result image thank 65725738 for report |
openzipkinzipkin | ui no long have datepicker when use a custom lookback | Bug | with the introduction of the lookback dropdown I no long see datepicker nor any sort of format help advice for the from to date time field image the datepicker be helpful please bring they back a placeholder attribute on the date and time textboxe indicate format would also be very much appreciate it would be even well if the box could be prepopulate with the value from the most recent search or lookback selection |
openzipkinzipkin | presumptive text in the zipkin ui help popup | Enhancement | from modal p4 span name be generally rpc method name or rail endpoint this allow you to look up trace that access a particular part of the service our instrumented service be java http rest service span name be never rpc method name nor rail endpoint zipkin should not be so presumptive about this |
openzipkinzipkin | elasticsearch storage zipkin dependency no datum | Question | elasticsearch storage zipkin dependency no datum trace be fine and mysql storage all be fine why no datum be fine zipkin server io zipkin java zipkin autoconfigure storage elasticsearch http 2 6 1 org elasticsearch client transport 5 2 2 org elasticsearch elasticsearch 5 2 2 io zipkin java zipkin server io zipkin java zipkin autoconfigure ui io zipkin java zipkin autoconfigure collector kafka 2 6 1 spring cloud org springframework cloud spring cloud dependency edgware sr3 pom import |
openzipkinzipkin | make collapse button work by default | Enhancement | this simple change work for I maintainer feel free to make edit 1774 |
openzipkinzipkin | zipkin ui not load server name | Question | hi kafka cluster be designate when the root kafka elasticsearch elasticsearch datum have be write normally however zipkin ui not load server name storage type elasticsearch kafka zookeeper 10 0 0 1 2181 kafka es host error log 2018 04 17 17 20 14 723 info 35598 xnio 2 task 5 backasyncspanstore stringsdoublecallback first error java lang illegalstateexception over capacity at zipkin2 elasticsearch internal client httpcall enqueue httpcall java 87 zipkin storage elasticsearch 2 7 1 jar na at zipkin internal v2spanstoreadapter getservicename v2spanstoreadapter java 104 io zipkin java zipkin 2 7 1 jar na at zipkin internal lenientdoublecallbackasyncspanstore getservicename lenientdoublecallbackasyncspanstore java 116 io zipkin java zipkin 2 7 1 jar na at zipkin storage internalasynctoblockingspanstoreadapter getservicename internalasynctoblockingspanstoreadapter java 57 io zipkin java zipkin 2 7 1 jar na at zipkin server internal zipkinqueryapiv1 getservicename zipkinqueryapiv1 java 75 class na at sun reflect nativemethodaccessorimpl invoke0 native method na 1 8 0 162 at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java 62 na 1 8 0 162 at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java 43 na 1 8 0 162 at java lang reflect method invoke method java 498 na 1 8 0 162 at org springframework web method support invocablehandlermethod doinvoke invocablehandlermethod java 205 spring web 4 3 14 release jar 4 3 14 release at org springframework web method support invocablehandlermethod invokeforrequest invocablehandlermethod java 133 spring web 4 3 14 release jar 4 3 14 release |
openzipkinzipkin | zipkin support for activemq as a collector | Enhancement | we be use activemq in our project and we don t want to go for any other queue so it will be good if zipkin provide support for activemq as a collector this issue be now close until a release happen with this change you can look at the pr description of 2639 for test |
openzipkinzipkin | how to configure the language of another country in application yml | Question | hi I see that zipkin have support i18n if it be use in the springcloud project do it only need to configure one item what be this lang configuration property thank you |
openzipkinzipkin | add note on security since it have come up several time on gitter | Enhancement | brief note basically say that zipkin ui do not handle security itself |
openzipkinzipkin | allow false value in config for ui | Enhancement | bad commit please ignore |
openzipkinzipkin | upgrade to spring boot 2 0 noclassdeffounderror undertowembeddedservletcontainerfactory | Question | undertowembeddedservletcontainerfactory have be rename in spring boot 2 0 it s now undertowservletwebserverfactory |
openzipkinzipkin | instruction for develop against zipkin ui don t work | Bug | apology for this lame issue but I m a lame ui coder to say the least p after follow the instruction here what s the easy way to develop against this locally I be get this from the zipkin ui dir npm sh run dev error npm not find at target node npm do you run mvn install find type f name npm node modules npm bin npm target node node modules npm bin npm it seem that the location of npm in the npm sh script do not exist after a build when I then change it to target node node modules npm bin npm execute but I get this module js 545 throw err error can not find module user jorgheyman developer zipkin zipkin ui target node node modules npm bin node modules npm bin npm cli js at function module resolvefilename module js 543 15 at function module load module js 470 25 at function module runmain module js 690 10 at startup bootstrap node js 194 16 at bootstrap node js 666 3 |
openzipkinzipkin | change the ui trace view page to show the traceid and update the popup window to always show trace span and parent i d | Enhancement | when I click on a trace in the main zipkin ui and I want to know the traceid I have to click on the trace then click on a service or span then click on more info to see the traceid though yes I can get the traceid from the url as point out by adriancole I might be a good idea to update it as follow 1 after click on a trace from the main ui show a traceid xxxxxxx at the top which can be easily cut paste e g a good place might be near before after above duration xxxx ms see screenshot 2 in the pop up window remove the more info button and always show the traceid spanid and parentid zipkin example trace i d |
openzipkinzipkin | inject configurable tag to support reverse proxy | Enhancement | previously 1930 unlike agree there this pr do not change the env var proxy use in development mode because base on the documentation that seem to be a different animal documentation for proxy say that http s and the port be require while here we re preferably use relative path I ll be happy if someone who understand exactly what that env var do say nope that doc string be mislead they do the same thing full disclosure I get org apache maven lifecycle lifecycleexecutionexception fail to execute goal org apache maven plugins maven compiler plugin 3 7 0 testcompile default testcompile on project zipkin compilation failure when try to compile the whole project for an end to end test so I didn t do that this be most likely a problem in my env but I m hope I can get away with not track it down at least not today the newly introduce unit test do pass fix 1930 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.