repository stringclasses 156
values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8
values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
openzipkinzipkin | add proto3 encoding | Enhancement | we should eventually map out a proto3 encoding even if this be just a direct translation from the json we don t yet have an issue for this but it be in response to 1644 and its parent in the mean time we should at least make it possible in the java library to do this minimally this require add zipkin2 ... |
openzipkinzipkin | ui inject into html configure via env var | Enhancement | as discuss in in situation where we run behind a reverse proxy with limited configurability like the nginx ingress of kubernete we can t rely on the reverse proxy inject the require tag to make the ui work on whatever url path prefix it s assign the clean solution would be add support to the spring ... |
openzipkinzipkin | loopback dropdown menu not work properly ui bug | Bug | in lookback dropdown menu when we select custom option then 2 input box come so when you click on find trace these input box disappear which shouldn t because if a user want to change the date of custom loopback then he have to again select custom from the dropdown menu in order to show those... |
openzipkinzipkin | define http route key and ensure server span name be prefer | Enhancement | especially when use http route base span name we have to be careful to not pick a bad name in share span for example the ui prefer server side s name of the service however we have no name priority logic so it be arbitrary this ensure the server s span name win in a race see l64 see |
openzipkinzipkin | mouseover flicker for kafka span | null | hard to describe this see the gif basically I have a trace contain kafka span when hover over the kafka span the little circle it be difficult to get the label to appear in a stable way the gif I capture don t really do justice to the flickering I be see sometimes it s near impossible to get it to appear... |
openzipkinzipkin | make cassandra write consistency configurable | Enhancement | what kind of issue be this question this issue tracker be not the place for question if you want to ask how to do something or to understand why something isn t work the way you expect it to use gitter or stack overflow bug report if you ve find a bug spend the ti... |
openzipkinzipkin | zipkin ui fix slow meaningless request in home page | Bug | fix 1914 |
openzipkinzipkin | zipkin ui slow meaningless request in home page | Bug | recently we upgrade to zipkin 2 4 5 and find that there be a request api v1 trace without any param will be send when open the home page this request be very slow about 10 cause the page stick for a while and the front end will not render the result to the page so it be meaningless before 1... |
openzipkinzipkin | get 404 error relate to property file | Enhancement | I m run the late docker build 2 4 5 and get 404 error as well as console error relate to a few property file this cause the ui to have nothing in it for 20 second and then finally render look like these file don t exist in source control either what s the fix for this nav en property nav en u... |
openzipkinzipkin | index page now show message if search be disabled | Enhancement | fix 1893 |
openzipkinzipkin | keep cassandra storage work even if the annotation query be drop | Enhancement | it should be possible to drop just the contain sasi and have zipkin continue to start up try to search by annotation will still ofcourse throw an exception here a npe |
openzipkinzipkin | fix the doc for zipkin ui log url for kibana version 4 5 and 6 | Bug | this might need another iteration but let s start the discussion to get the doc fix imo this have be work in kibana 3 but have be break with the full rewrite in version 4 no major change since then though I have only test it with kibana 6 1 unfortunately this get a bit more complicated after the rewrite |
openzipkinzipkin | 2 4 5 nosuchmethoderror zipkin2 span builder timestamp j lzipkin2 span builder | Question | in 2 4 5 I m run into the follow error in v2spanconverter java l200 when try to receive a v2 span in zipkin java lang nosuchmethoderror zipkin2 span builder timestamp j lzipkin2 span builder at zipkin internal v2spanconverter builder maybetimestampduration v2spanconverter java 200 at zipkin i... |
openzipkinzipkin | display bubble for core annotation nest in a span | Enhancement | currently we don t display bubble for core annotation like sr ss presumably the reason be to not duplicate signal by put a bubble on either side of the span however in client server span this doesn t make so much sense it be meaningful to show the time the server receive and send happen in a sh... |
openzipkinzipkin | hide the find a trace screen when searchenable false | Help Wanted | in support of we should hide the find a trace and also maybe change the default content to empty or otherwise when the config json have searchenable false |
openzipkinzipkin | will unfinishe span cause by some deadlock be recognize | Question | we be use zipkin to inspect the database sql execute in lot of service some time the sql execution will dead lock unpredictable this dead lock will leave some span un finish it seem these un finish span will not be report to database so if we use zipkin how to easily recognize such sql dead lock problem... |
openzipkinzipkin | why the number of find trace result be different | Question | there be series of screenshot and the query string be the same I use elasticsearch 5 4 1 to store the data image image image image image image image image image image image |
openzipkinzipkin | add the ability to import trace from json into zipkin ui | Enhancement | I get tired of have no way to view previous trace in zipkin since it provide a way to download the trace json I figure there should be a way to add it back this add a new link with the ability to select a json file for upload as oppose to copy paste due to the potential size of trace ref and view it just l... |
openzipkinzipkin | rewrite storage code where I can start | Question | my project need trace request responce so I use zipkin but I have a difficult question for I zipkin storage be not I wanna so I want to rewrite zipkin storage code but I don t know how to start thank u all help |
openzipkinzipkin | add ability to disable indexing for v2 storage implementation | Enhancement | this start towards firehose mode by make it possible to disable indexing notably on cassandra where sasi amplifie write into the cluster when enable only retrieval by i d be allow that say someone can feel free to run the dependency linker if they like if 100 sampling be on the dependenc... |
openzipkinzipkin | zipkin ui relative interval base lookback | Enhancement | the default start ts and end ts element in the form be imo a little difficult to use commonly I be usually interested in some sort of relative interval or lookback this patch replace the start ts and end ts field with a pre configure dropdown of 1 hour 3 hour 6 hour 12 hour 1 day 2 day ... |
openzipkinzipkin | zipkin ui make dropdown resize friendly | Enhancement | the jquery choose plugin that be use for pretty dropdown assign the container element it create a fix width this width be not update on window resize which can create strange effect this patch override the width style attribute of that element to be 100 which mean it will take up the full space of its conta... |
openzipkinzipkin | option for service discovery | Enhancement | we get occasionally ask about service discovery and registration etc please reply back with what you be use if anything to register zipkin in something like consul |
openzipkinzipkin | remove list dupe tag from ui only if both key value be the same | Bug | in share span mode it be easy to wind up with duplicate tag binary annotation some instrumentation have try to avoid this collision by either remove this information from their client side or server side instrumentation at the expense of lose this information if one of the side be not instrument by dedupe ta... |
openzipkinzipkin | zipkin create a span without event | Question | what kind of issue be this question this issue tracker be not the place for question if you want to ask how to do something or to understand why something isn t work the way you expect it to use gitter or stack overflow bug report if you ve find a bug spend the ti... |
openzipkinzipkin | zipkin2 with cassandra3 consume a lot of disk space | Enhancement | I have upgrade to zipkin 2 3 version well I have find the annotation query index use so many disk space which would be 50 time big than data file rw r r 1 root root 5638620424 dec 21 23 57 mc 209 big si span annotation query idx db rw r r 1 root root 5898292 dec 21 23 57 mc 209 big ... |
openzipkinzipkin | zipkin can be nest to the traditional spring web project to use together | Question | what kind of issue be this question this issue tracker be not the place for question if you want to ask how to do something or to understand why something isn t work the way you expect it to use gitter or stack overflow bug report if you ve find a bug spend the ti... |
openzipkinzipkin | zipkin ui re design trace search form | Enhancement | it s not perfect yet but imo more organise than before screen shoot 2017 12 17 at 00 03 24 |
openzipkinzipkin | zipkin ui change date format to yyyy mm dd | Enhancement | this be close to iso 8601 more widely accept and disambiguate day and month |
openzipkinzipkin | zipkin ui include minimal header on page load | Enhancement | one of the reason why the zipkin ui feel slow be because when you click a link the page be first render as blank and then re render with the page content this can be improve significantly by render the header as part of the original index html page load this be much less visually disruptive and mak... |
openzipkinzipkin | zipkin ui fix jumpiness on more info button | Bug | the more info button on the span detail view be all jumpy upon click the button the appear table get squish together this happen because the display css property get set to block where in this case it should really be table we can avoid the issue by wrap the table in an extra div as the ... |
openzipkinzipkin | zipkin ui improve page render time by re configure jquery i18n property | Enhancement | by default the jquery i18n property plugin append the current timestamp every time it request the language property file which require the file to be load on every page load and prevent it from be serve from cache by enable the cache option option that will no long happen another factor ... |
openzipkinzipkin | can not get trace when use annotation query on web ui | Question | input error 500 on web ui no quote and search zipkin log show below and I also try which be capture on browser but fail 2017 12 15 20 48 43 743 info 11542 av com 9200 z s e http elasticsearchhttpstorage post http 1 1 2017 12 15 20 48 43 743 info 11542 av com... |
openzipkinzipkin | elasticsearch storage javax net ssl sslhandshakeexception | Question | I be try to connect elasticsearch which be host in k8s environment but get ssl handshake exception below I have mention my connection property and error detail please provide if any resolution for this issue zipkin storage type elasticsearch elasticsearch cluster es cluster ... |
openzipkinzipkin | can I have few zipkin server nod that will receive and save all datum to one storage elasticsearch without lose if yes what setting should I do | Question | what kind of issue be this x question this issue tracker be not the place for question if you want to ask how to do something or to understand why something isn t work the way you expect it to use gitter or stack overflow bug report if you ve find a bug spend the t... |
openzipkinzipkin | ui doesn t load with ie 11 | Bug | java jar zipkin server 2 3 2 20171127 080232 13 exec jar loading give a blank page ie version image this be the load dom image |
openzipkinzipkin | forward api base for the ui | Enhancement | this forwards api zipkin api so the ui can start use the v2 api see 1802 |
openzipkinzipkin | zipkin use elasticsearch storage | Question | my elasticsearch have zipkin span index datum but when I start zipkin ui and zipkin server I can not get datum in zipkin ui start zipkin java dkafka zookeeper xxx dstorage type elasticsearch des host xxx jar zipkin server target zipkin server exec jar proxy npm sh run dev why ... |
openzipkinzipkin | switch embed server from tomcat to undertow | Enhancement | this switch from tomcat to undertow then mvc to raw undertow handler to process http message for app send datum directly to zipkin the test use a real backend even if local elasticsearch the test result in a lot more datum than my local es can swallow so it be also a test of how fast we can drop datum a... |
openzipkinzipkin | investigate make sasi optional | Enhancement | in the cassandra3 storage type zipkin2 cassandra directory sasi be use for resolve annotationquery sasi move write amplification internal to cassandra and substantially decrease write performance moreover some environment do not yet support this see 1770 for scylladb we don t want a scenario whe... |
openzipkinzipkin | require jdk 8 with enforcer plugin | Enhancement | to avoid confusing failure message when a version of jdk that doesn t work with the code be use this require jdk 8 use the enforcer plugin which will output a sensible error message in case an incompatible jdk version be use note the jdk 8 requirement in the readme where instruction for build from source be ... |
openzipkinzipkin | migrate ui to use v2 api endpoint | Enhancement | v2 api endpoint be now available for the v2 span format but the ui still use the v1 api endpoint and consequently the v1 span format it would be good if the ui be v2 native like other component be now |
openzipkinzipkin | add i18n support | Enhancement | add i18n support accord to browser language |
openzipkinzipkin | disable find trace on zipkin ui and allow navigation to trace only through traceid | Enhancement | I m look to disable search a k a clicking on find trace on zipkin ui I want user to only be able to navigate to trace page with traceid be this possible I m not sure how to block homepage but let access to be there a config |
openzipkinzipkin | zipkin ui do not support non share span | Enhancement | feature request with the advent of the x ray compatible mode for zipkin brave come the fact that x ray span segment be not share by client and server so the ui end up lose the hierarchy information it still order correctly because of timestamp I would be great to support this model of span in the native zip... |
openzipkinzipkin | decide what to do about remote service name and search | Enhancement | right now we return all service name local and remote in api v2 service and v1 for that matter this be use for the query search drop down and they also correspond to the dependency graph we currently don t have any test for be able to search by remote service name so storage implementation handle t... |
openzipkinzipkin | zipkin s v2 rest api doesn t work well with elasticsearch storage | Question | I post span to zipkin follow the api list here zipkin s v2 api there be a span store in elasticsearch look like this index zipkin span 2017 11 12 type span i d av vfw65qxybeeirzzuy score 1 0 source ... |
openzipkinzipkin | set environment name via environment variable | Enhancement | it s great how much zipkin config can be set via environment variable at the moment it s not possible to set the environment name show in the zipkin ui l130 would it be possible to add an end bar for set the environment name label |
openzipkinzipkin | zipkin host collector agent | Question | especially due to limited runtime like php we should consider a host agent project while we have a lot of tooling in java ex benchmarke codec ability to estimate size etc run another jvm as sidecar in vms and for container might be a difficult sell anything light weight be good go could be preferable ... |
openzipkinzipkin | can not read property timestamp of undefined | Question | hi zipkin ui start with error error handler js 934c 54 exception can not read property timestamp of undefined errorhandler handleerror error handler js 934c 54 error handler js 934c 59 original stacktrace errorhandler handleerror error handler js 934c 59 error handler js 934c 60 typeerror ... |
openzipkinzipkin | display span name on the list of trace | Enhancement | hi it would be useful to display first span name of the trace on the list of trace thank |
openzipkinzipkin | make collapse button work by default | Bug | currently the ui default to expand all which implicitly select all service like so when this be in place you can not collapse a the call under root click on the just blink red in the top left corner conversely if you click collapse all then expand root you can now collapse the child ... |
openzipkinzipkin | minor compatibilty issue with scylladb | Enhancement | I ve be run zipkin with scylladb a high performance cassandra 2 x implementation for some time currently there be some minor issue 1 cassandraspanstore get initialize for every api request and scylla complain about prepare the same statement multiple time 2 scylla claim to support protocol v4 b... |
openzipkinzipkin | save trace to permanent store | Enhancement | ref 1093 quick and dirty implementation of save trace send out for review to get some feedback follow adriancole suggestion of deploy zipkin server twice one back by regular datastore and one with permanent datastore add save trace button on the ui click this butting will make an... |
openzipkinzipkin | zipkin mysql request timeout | Question | hey guy I ve meet a problem when I try get datum from the zipkin ui can not store span 34ddfb7bbb28d076 67dc18dedd736d2b 67dc18dedd736d2b due to runtimeexception java sql sqltransientconnectionexception hikaripool 1 connection be not available request time out after 30003ms the log be bel... |
openzipkinzipkin | backfill test of late or lose parent i d | Enhancement | this start to investigate impact of a missing or late parentid in a share span this could happen if a client doesn t propagate the x b3 parentid by mistake or by some signal loss cc jcarre mdsol bogdandrutu basvanbeek |
openzipkinzipkin | ui should skip self referencing trace | Bug | the follow trace will break the ui white screen uncaught rangeerror maximum call stack size exceed at u tracetomustache js 34 at tracetomustache js 37 at array map at u tracetomustache js 37 at tracetomustache js 37 at array map at u tracetomustache ... |
openzipkinzipkin | I would like to zipkin webui interface do a page to obtain zookeeper information how to transform from which the entrance | Question | what kind of issue be this question this issue tracker be not the place for question if you want to ask how to do something or to understand why something isn t work the way you expect it to use gitter or stack overflow bug report if you ve find a bug spend the ti... |
openzipkinzipkin | zipkin source code construction jar error fail to execute goal com mycila license maven plugin 3 0 check default on project parent some file do not have the expect license header help 1 | Question | what kind of issue be this question this issue tracker be not the place for question if you want to ask how to do something or to understand why something isn t work the way you expect it to use gitter or stack overflow bug report if you ve find a bug spend the ti... |
openzipkinzipkin | I would like to know zipkin webui front end be what framework why all js script file | Question | what kind of issue be this question this issue tracker be not the place for question if you want to ask how to do something or to understand why something isn t work the way you expect it to use gitter or stack overflow bug report if you ve find a bug spend the ti... |
openzipkinzipkin | support for run zipkin behind a reverse proxy | Enhancement | subfolder zipkin be enforce rewrite of the base tag in the index html file be require this implement the 1731 |
openzipkinzipkin | allow customization of ui base tag for run behind proxy | Enhancement | this be about introduce zipkin ui basepath so that proxy can naturally serve the correct base path for zipkin ui static content original desc below if more be need follow up issue should be raise it would be neat if zipkin didn t enforce zipkin absolute path for the ui but be able to run in v... |
openzipkinzipkin | traceid traceidstring | Question | I get in trouble traceid in web ui localhost 9411 be traceidstre example 5282c4eb28eb478 but traceid storage in mysql be traceid example 5143342160568881582 I want they to be consistent such as traceid storage in mysql be traceidasstre rather than trancid because I want to get a traceid tr... |
openzipkinzipkin | ability to search across service in zipkin ui | Help Wanted | currently the zipkin ui require you to pick a service to search with you can then specify other search parameter such as duration or timeframe it would be good to be great to lift this restriction so that we can search across service for example all trace where the duration be great than a minute |
openzipkinzipkin | limit sort work improperly | Question | what kind of issue be this I be use zipkin with cassandra3 storage version 1 30 3 please take a look to screenshot first one be limit 10 sort long first second one be limit 100 sort long first as you can see in the first search long time be 1 2 second while in second search 14 se... |
openzipkinzipkin | long service name overflow their column in trace ui | Bug | as of version 1 27 I ve notice that my extra long linkerd service name be overflow into the latency breakdown make it very hard to read screen shoot 2017 08 16 at 3 20 29 pm |
openzipkinzipkin | support self sign certificate with elasticsearch | Enhancement | aliostad ask about self sign certificate with es I mention if this become common practice we could consider support it look at spark it do seem like common practice as they even have a configuration item for it ssl please upvote if you be interested in this cc openzipkin elasticsearch |
openzipkinzipkin | add message span | Enhancement | see for doc see for thrift constant here be what work in progress look like for a single producer single consumer pov where the remote endpoint broker be set to kafka bash curl x post s localhost 9411 api v1 span h content type application json d traceid 040c464a2b70a87a... |
openzipkinzipkin | add errorcount to the dependency graph and color accordingly | Enhancement | thank to hfgbarrigas for request this this add errorcount to dependency link indicate how many of callcount be in error once merge an update to the zipkin api project will follow document the new field mysql user who want this need to add the error count column sql alter table zipkin... |
openzipkinzipkin | add elasticsearch 6 x support use span2 model | Enhancement | this add elasticsearch 6 x support via single type index zipkin span 2017 08 05 span2 single endpoint format zipkin dependency 2017 08 05 dependency link in exist format this indexing model will be available in the next minor release of zipkin particularly for elasticsearch 2 4 if yo... |
openzipkinzipkin | expire capture trace in zipkin after a configurable duration | Question | we be use zipkin in our project as per my understanding zipkin use inmemory storage since over time memory become full I be look for a way to expire the capture trace after a specific time window be there a configuration for how long zipkin store they in memory or be it that we have recycle the zipki... |
openzipkinzipkin | fix ui code to reference api under base path zipkin | Bug | the last change miss a spot which wasn t noticable due to a false positive in zipkinserverintegrationt we should consider rewrite this test class if mockmvc isn t reliable |
openzipkinzipkin | consider use rs fetchmoreresult in cassandra3 impl | Enhancement | in cassandra3 we do this java private static asyncfunction readresultsasmap final map result function rowmapper return new asyncfunction override public listenablefuture apply resultset rs throw exception how far we can go without trigger the blockin... |
openzipkinzipkin | implementation of span2 format | Enhancement | this be the implementation of 1499 not all step be sequential overview this work support a new data type which represent a single host view of an operation it will be represent in json w optional proto3 mapping full description be in 1499 but the format be below traceid 32lowerh... |
openzipkinzipkin | in ui show nothing instead of nan for null duration | Bug | this fix 1575 for I the case where I be see nan be when I have a span with two annotation with the same timestamp like sr ss bot at the exact same time in this case the server be return a span with no duration field so javascript see it as undefined |
openzipkinzipkin | force build to fail if ui test fail | Enhancement | this will cause the whole build to fail if a ui test fail as happen in 1625 I put the configuration option in the pom at builds plugins plugin configuration for the plugin frontend maven plugin it will also work to give the configuration option a narrow scope at build plugins plugin configuration execut... |
openzipkinzipkin | fix ui issue | Bug | we find zipkin ui can t display the friendly if there be lot of span look like the follow picture image I just remove the width of the span it work now please review it thank |
openzipkinzipkin | move the zipkin ui under the path zipkin | Enhancement | this move the zipkin ui under the path zipkin add a redirect for as well as ui asset look for the api to be relative to it request to zipkin api be forward to api too fix 1229 1452 |
openzipkinzipkin | xss vulnerability | Bug | there exist some xss vulnerability within zipkin and its ui either through an injection attack via tag annotation or by append injection attack datum to the end of the url we be able to successfully get the attack to fire when view the detail of a span we be only able to get it to happen in the span detail modal ... |
openzipkinzipkin | zipkin ui elasticsearch nosuchmethoderror zipkin endpoint builder parseip | Question | I m use zipkin with spring boot store event in elasticsearch work fine but when I want to display they with the zipkin ui I run into the follow error exception in thread okhttp dispatcher java lang nosuchmethoderror zipkin endpoint builder parseip ljava lang string z at zipkin storage ... |
openzipkinzipkin | add debug log to correctforclockskew | Enhancement | we add a lot of useful thing to the dependencylinker as it help answer or rule out problem quickly when poke around a negative timestamp issue with trtg seem debug log in correctforclockskew could do the same ex notify miss ip address or other cause for not affect a trace cc fedj |
openzipkinzipkin | elasticsearch http storage to support multiple ssl endpoint | Enhancement | consider support for client side load balance between zipkin storage elasticsearch http and elasticsearch instance which have ssl enable |
openzipkinzipkin | mvnw license format | Bug | guozhaoyun fail to build from source locally warn miss header in home usr zk circleci test sh warn miss header in home usr zk travis publish sh warn miss header in home usr zk circleci pom no crossmodule dependency xsl I can t seem to reproduce that specific failure not to men... |
openzipkinzipkin | fix break image markup in ui readme | Bug | the image do not show up on this page how do I find log associate with a particular trace because of the line break in the markup |
openzipkinzipkin | qps | Question | be there a measure of the qps about the zipkin server with different storage |
openzipkinzipkin | get java lang illegalstateexception with zipkin and elastic search | Question | I be use zipkin 1 24 0 with elastic 5 4 0 find this in the server log and in the ui also java lang illegalstateexception response fail error root cause type illegal argument exception reason fielddata be disabled on text field by default set fielddata true on spanname in order ... |
openzipkinzipkin | allow collector only server to disable the ui and query apis | Enhancement | this add the ability to set query enable false for reason include security policy fix 1591 |
openzipkinzipkin | can not store datum to mysql | Question | I meet a problem when load the zipkin server ui like this error can not load service name handler processing fail nest exception be java lang verifyerror class zipkin storage mysql internal generate table zipkinannotation override final method getschema lorg jooq schema error can not load span nam... |
openzipkinzipkin | ui default query end time will miss the new trace | Enhancement | type bug improvement observe behavior when zipkin receive trace at 13 01 10 and you the ui at 13 01 30 the default query end time will be 13 01 00 so the time be now round down result be that the new trace be miss expect behavior new trace be show too with the default ... |
openzipkinzipkin | be lenient when parse http query field name | Enhancement | notably one of our field be all lowercase lookback but the other be low camel it be a bit eye squint to figure out the problem with this query bash curl s localhost 9411 api v1 trace annotationquery event type 3dfoo endts 1493821821000000000 limit 100 lookback 432000000000000 minduration servicena... |
openzipkinzipkin | have issue instal zipkin | Question | while run the command mvnw dskiptest also make pl zipkin server clean install I m face the follow error openplatform zipkin mvnw dskiptest also make pl zipkin server clean install download exception in thread main java net unknownhostexception repo1 maven org ... |
openzipkinzipkin | bootstrap style for pre doesn t break long line with many word | Bug | zipkin wrap text in pre tag if it have new line symbol zipkin ui js component ui spanpanel js 39 but bootstrap style for pre be not correct please see it can be fix by 1 overriding bootstrap style for pre or 2 create additional css class or 3 wrap a text in text bootstrap style for pre... |
openzipkinzipkin | fix es service span indexing for mid tier server span | Bug | before the service span indexing skip mid tier server span this correct the associate logic so that the ui drop down include all valid service name |
openzipkinzipkin | zipkin ui renovation | Enhancement | we recently open a repo openzipkin zipkin ui but it doesn t have anyone work on it and lack several important feature we can not abandon the current ui not just because people be use it but also because people be maintain it recently eirslett help immensely by renovate the build and backend notably we... |
openzipkinzipkin | nan on duration 1us | Bug | some instrumentation special case when duration be 1 by round up to 1 we should document this as it prevent problem like nan in the ui we should also fix the ui p |
openzipkinzipkin | pop up ui for span go out of bound if error message be long | Bug | I see a text area with scroll bar should help image |
openzipkinzipkin | storage mysql db error when restart the zipkin app | Question | what kind of issue be this x bug report sometimes after restart the zipkin server the application shutsdown with an error 2017 04 19 13 59 52 365 info zipkin service 62 main o s jdbc datasource init scriptutil execute sql script from class path resource ... |
openzipkinzipkin | ui do not show late span | Question | hello we have a setup of zipkin jar v1 22 with mysql rd backend after about 20 min collect span from our service the ui do not show late span a simple mysql query select count from zipkin span show that database be be constantly update with new span but ui search do not show they in ... |
openzipkinzipkin | ui trace now show after find trace but show when look up via its i d | Question | hi guy thank again for a good ui I have find a weird behaviour which I can t explain I m run a monitored application use custom instrumentation framework together with zipkin ui via docker compose when I run this docker compose app I can t see the trace after I click find trace but I can see the tr... |
openzipkinzipkin | fix 1542 avoid block fetch in c store | Enhancement | the cassandra driver perform a blocking call when fetch more result async execution prohibit blocking call while in an async operation when the driver detect this it throw an exception the recommend approach to handle page fetch while in an async request be to chain a new request when the page set be exhaust ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.