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 even...
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 u...
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 ser...
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 c...
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 b...
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 ...
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 ...
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 ds...
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 wel...
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 ...
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 openz...
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 propagatio...
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 ...
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 tra...
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 bu...
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...
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 s...
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 ...
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 th...
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 27...
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 scre...
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 ...
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 048...
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 usua...
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 ...
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 reques...
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 enablezipkinserve...
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 t...
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 zip...
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...
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 dep...
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 ...
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 ...
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 mandat...
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 ...
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 app...
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 ...
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 elast...
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...
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 ...
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 ...
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 l...