repository
stringclasses
156 values
issue title
stringlengths
1
1.01k
labels
stringclasses
8 values
body
stringlengths
1
270k
openzipkinzipkin
there be a time zone issue with dependent query when elasticsearch be store
Bug
the actual result be the current start and end time minus 8 hour later
openzipkinzipkin
get trace return 500 response with response body set to responsetimeoutexception
Bug
describe the bug I m make a request to a url that look like this servicename spanname spanname endts endts lookback lookback limit limit I ve get back a 500 status code with the follow response body responsetimeoutexception it look like armeria might be time out when ca...
openzipkinzipkin
zipkin api for each service in zipkin return total number of trace where the service be the root
Enhancement
feature a new zipkin api feature for retrieve for all service the number of trace and or span where a give serv be the root rationale when the amount of elasticsearch diskspace have grow over time e g of x gb of diskspace now remain work out which service via their traffic and sampling rate...
openzipkinzipkin
swagger clarification
Enhancement
feature the documentation for post api v2 span should clarify that timestamp s granularity be microsecond moreover the example in zipkin lens example should use microsecond rationale currently if you add the example span and try to fetch api v2 trace it return an empty array the zipkin expor...
openzipkinzipkin
add docker image for arm v7 32 bit
Enhancement
feature arm64 be support but not arm v7 32 bit please add support for arm 32 bit rationale there be many user that run on 32 bit os for arm even when the hardware support 64 bit example scenario people with raspian os 32 bit try to install dapr as per comment in this issue issue...
openzipkinzipkin
blank page after press the query button twice
Bug
my version be 2 23 2 when I press the query button twice then the ui show blank page below be error log typeerror can not read property reduce of undefined at discoverpagecontent tsx 360 at object ha as usememo react dom production min js 162 at t usememo react production min ...
openzipkinzipkin
add support for remoteendpoint in transport client
Enhancement
please first look at exist issue to see if the feature have be request before if you don t find anything tell we what problem you re try to solve often a solution already exist don t send pull request to implement new feature without first get our support sometimes we leave feature out on purpose to keep...
openzipkinzipkin
flaky test in deduplicatinginsertt exceptionsinvalidate enqueue
Bug
l2575 java expect actual not to be empty at zipkin2 storage cassandra internal call deduplicatinginsertt exceptionsinvalidate enqueue deduplicatinginsertt java 90 at java base jdk internal reflect nativemethodaccessorimpl invoke0 native method at java base jdk internal reflect nativemethodaccessorim...
openzipkinzipkin
make sense of large trace
Enhancement
description it s a trend that site be enthusiastically instrument everything in order to increase observability on what be happen or so they hope this lead to large trace be generate imagine a noisy jpa batch update on a couple of hundred record span per update or a instrumented message be publish ...
openzipkinzipkin
extract storage type as jdk 1 8
Enhancement
anuraaga notice we could consider make the storage type and in memory impl as jdk 1 8 discussion r495899024 what would need to stay in the core jar be the follow type as they be need by zipkin reporter zipkin2 call zipkin2 callback zipkin2 checkresult zipkin2 component zipkin2 endpoi...
openzipkinzipkin
feedback need show pie chart and table instead of badge for span count
Enhancement
in 3180 we have a discussion about how to display span count at that time I create a chart with the following design but we find some problem for usability reject design so I create a new design with pie chart and table like the follow new design what do you think about this p...
openzipkinzipkin
test docker image we would build before merge
Enhancement
I would like to enlist github action to test the docker image we would build on pr I know it will take some time but if we do it right it would likely finish before our normal integration test do it would be nice to use java to do this vs a myriad of shell script if statement which be the usual way the...
openzipkinzipkin
make span name count by service in the ui semantic to local root
Enhancement
feature span count by service should only return remote link base on instrument service not remote virtual one this be also the same as local root count although we don t have a local root i d yet in our model with local root instead we get the same count as use the dependency graph except this ...
openzipkinzipkin
es http log body show client side healthcheck
Bug
use late with the zipkin aws image I notice the health checking for client side lb be show up in normal es http log 2020 08 24 03 27 58 804 info 1 orker epoll 2 2 c l a c l loggingclient creqid 8f26f2dc sreqid a2991add chanid e84c7112 laddr 172 17 0 2 48716 raddr search...
openzipkinzipkin
special case elasticsearch 7 8 composable index template
Enhancement
feature if we prefer composable template or otherwise prioritize our index template we can avoid support problem like where the template doesn t kick in due to something else match on rational composeable template be both introduce and prefer in es 7 8 which refer to template as le...
openzipkinzipkin
add debugg instruction for len
Enhancement
in zipkin js we have an easy way to use a debugger for test let s have one for lens also debug
openzipkinzipkin
text anchor center in trace view make it hard to know service name
Bug
describe the bug when a trace be open the first column show the list of service name these be set to text anchor middle with x 50 an y 50 in case where the service name do not fit in the fix width block this end up show the middle of the service name which be not ideal image step to reprod...
openzipkinzipkin
annotation marker hide annotation when time clash
Bug
describe the bug when a span have multiple annotation with the exact same timestamp the bubble circle that show they on a linear scale seem to overlap on top of each other when you click on the bubble only the last annotation be show mask the existing of other annotation at the same point step to reprod...
openzipkinzipkin
allow disable some search option
Enhancement
feature currently the zipkin ui have a standard set of trace look up criterion each of these option require an api in the backend and and index to support it some service may not have some of these due to scale constraint it would be very helpfiul if we can specify as a part of the config json which se...
openzipkinzipkin
use light shade down and allow turn off color in zipkin len
Enhancement
feature currently the span name be show in bright colored pill can we allow turn off these color additionally it would be great to use light shade instead of the bright one rational pleasing color help the user example scenario anywhere span be show prior art link to pr...
openzipkinzipkin
error don t render in lens anymore
Bug
in classic I m sure api error render a warning somehow I m not sure if lens do in the past but it currently do not here s an example of a 400 which return no feedback on api error screenshot 2020 04 19 at 12 19 26 pm
openzipkinzipkin
edit date range manually in dependency page break
Bug
put the cursor in one of the date range field press pretty much any key make it barf dependency bug
openzipkinzipkin
allow search just by remoteservice
Enhancement
similar to 1794 feature sometimes when I m debug 504 or 503 error from a service what I want to search for be any span where that service be the destination where client status code 503 but I don t necessarily know or care which service make the call right now I can not do that because if I don t...
openzipkinzipkin
use html tag for render trace graph instead of svg
Enhancement
currently svg be use for the trace graph this be implement for render speed however normal css can not be use with svg e g text overflow this create some rendering issue like the problem of render speed can be solve by virtualization like use react virtualize so I think we should give pr...
openzipkinzipkin
nans in lensui 2 19 instead of timing
Bug
describe the bug there be a bug with trace rendering in lensui 2 19 I see nan instead of timing and there be no span display image step to reproduce upload trace
openzipkinzipkin
add a button to easily search more span like the current one
Enhancement
feature should be an easy addition what I d like to have be a button in the expand span viewer where you can see tag annotation etc that allow you to search for more span with the same service name and span name as the current one can just be something like a redirect to the search page with pre pop...
openzipkinzipkin
itzipkinselftrace postistrace v1 miss a span
Bug
when itzipkinselftrace postistrace v1 run in travis it consistently be miss the span for the storage call accept span it be so far not reprodicable elsewhere and for now we be ignore the test 2019 08 24 10 21 46 099 info 8830 main z s i b itzipkinselftracing ...
openzipkinzipkin
topology view of query result
Enhancement
this be about an alternate query screen that be topology base as oppose to table base but still use the query api and universal search paramter from the exist search screen other project like pinpoint and skywalke seem to use topology instead of query interface the result of a query would be an active image ...
openzipkinzipkin
service topology view for a single trace
Enhancement
the waterfall diagram in zipkin ui be useful to understand the latency distribution for a trace however the view be not very friendly to perceive the service involve in that trace it will be useful to have another tab topology and render the topology of the service involve in the trace at netflix we trace ...
openzipkinzipkin
rocketmq as a collector
Enhancement
do zipken support rocketmq
openzipkinzipkin
allow filter the display service in dependency graph
Enhancement
feedback from line s sre team be that when you have many service the service graph become practically unusable the ability to filter the display service would go a long way in help this user usually want to see the dependency for their service in particular or perhaps all subsequent dependency from an edge serv...
openzipkinzipkin
improve display of long gap in trace view
Enhancement
ps for message trace there s often a long gap between producer and consumer I always wonder if we could pinch the timeline together in case like this originally post by adriancole in issuecomment 486038682 this apply to any async processing in general but when backup occur in queue processing ...
openzipkinzipkin
merge span service label could be more clear
Enhancement
lens show the service involve in a display span which may be a merged span when click on the span in the ui e g the label content service and mobile gateway in the follow screenshot it may not be clear to user that these label be the service include in the merge span it be perhaps more cl...
openzipkinzipkin
add the ability to differentiate between multiple node of a single service in the ui
Enhancement
notably datum service tracing can result in many span all classify by the same service for example cockroachdb or cassandra the trace detail screen should allow user to annotate row describe a span with the ip port possibly the same way htrace do back in the day delimit addition to the service name wh...
openzipkinzipkin
visualize annotation in len
Enhancement
span may have annotation in they for example brave flush be present when a span be abandon usually by accident we should display they the old ui use to use bubble for this but there be problem with that approach as note in 1923
openzipkinzipkin
site specific high cardinality key
Enhancement
2236 add support for low cardinality site specific tag use in the universal search bar of lens site also have common key they use even if the value be high cardinality example request i d we should consider add a config json or otherwise mean to declare the site specific key the search bar can list even if...
openzipkinzipkin
limit in memory span per trace
Enhancement
right now we have a setting on the in memory storage to limit total span I believe it be 500k by default timothybasanov notice that in test one could accidentally create all 500k span in a single trace which could crash the ui or lead to other issue we could relatively easily limit span count per trace...
openzipkinzipkin
allow to limit number of span per trace for ui
Enhancement
feature additional configuration parameter to limit number of span within a single trace can potentially be apply to search result and or in memory storage rational accidentally run a big fan out job may create trace with a million span this affect user in several way zipkin ui have javasc...
openzipkinzipkin
make tooltip component show how to use in len
Enhancement
feature make tooktip component show how to use in lens to improve ux rational the new ui be significantly different than the old one I believe it be somewhat refine but it have become complicated so we need tooltip for show how to use new ui component example scenario when the user ...
openzipkinzipkin
clearly separate autocomplete tag in lens dropdown
Enhancement
it s confuse why some tag would show up in the drop down and some wouldn t since right now everything s just mixed it d be nice if we could split the list in 2 section and move the autocomplete tag to the 2nd with ideally a title that explain that only some whitelisted tag be there and they can use the generic ...
openzipkinzipkin
help user share mask trace datum for debug
Enhancement
feature I want to leave the detail of how this be accomplish to discussion but the idea be that as a user you would be able to generate and share with zipkin maintainer a mask copy of your tracing datum that still reproduce an issue so that maintainer can immediately reproduce and debug the issue in sh...
openzipkinzipkin
for 2397 show key name flag when tag value of client and server differ
Enhancement
for 2397 if it s well show key name flag when tag value of client and server differ like these http path c or client nbsp nbsp nbsp nbsp nbsp nbsp content persional http path s or server nbsp nbsp nbsp nbsp content persional
openzipkinzipkin
support hourly elasticsearch indexing
Enhancement
elasticsearch
openzipkinzipkin
optionally mask all local intermediate span
Enhancement
when do network investigation local not remote span can interfere with intuition for example local span make trace depth less useful span count less useful it also make the trace big and hard to view adam from atlassian suggest that the ui could disable local span in the trace view possibly with a che...
openzipkinzipkin
investigate duration query concern
Question
drolando I forget if you be use cassandra or not it will help decide if the duration query by all will never work or if it be just ask for too many service name can you mention which storage you be use and if you select anything else when do duration also how many service name do you have filter by dura...
openzipkinzipkin
miscategorization of service label
Enhancement
the current code in the ui prefer the remote service name to the local service name this be incorrect as the local service name should always be prefer for example a client can mislabel the remote side that say there be case where we want to read the remote service name for example root span who be ori...
openzipkinzipkin
plugin support for the ui
Enhancement
feature plugin support for zipkin ui rational people use zipkin in different way with different purpose but more importantly use it along with different tool have the possibility of include plugin for specific purpose would improve user experience all this plugin could callable hook into fronten...
openzipkinzipkin
visualize large swath of trace
Enhancement
from for zipkin if I have one wish it d be native visualization option for large swath of trace rational currently our only aggregate tool be the service dependency diagram while we ve discuss do single trace aggregate for a stable shape regardless of call count to redis for example we ve n...
openzipkinzipkin
reconsider elasticsearch indexing strategy
Enhancement
1685 we change to use a special manual indexing of elasticsearch to work around dot in tag name without have to do terrible hack like rename dot to underscore meanwhile numerous folk have ask about have direct indexing work mostly but not always for kibana most recently narayaruna I ask xeraa ab...
openzipkinzipkin
span lose with kafka and elasticsearch over capacity
Enhancement
what kind of issue be this x bug report we have zipkin 2 7 1 reading form kafka with zipkin autoconfigure collector kafka10 2 7 1 module jar and the storage be elasticsearch with high number of span we find that we be lose span we be check the metric counter zipkin collector s...
openzipkinzipkin
more detail than can not decode span when return 400
Enhancement
on jsw ask for more detail than can not decode span I think we have a bit more than that but guess we don t we should be careful to not add server load as a side effect of create a well error in other word we shouldn t return the entire input document
openzipkinzipkin
encode json into a predefine byte array
Enhancement
narayaruna mention offline that it would be nice to encode into an exist byte array as oppose to allocate one while he didn t use this example such a change would make this drop in reusable with okio unsafecursor l1986 in do so write json can use pool buffer with ideally near zero array allocation
openzipkinzipkin
expose swagger openapi def with the endpoint
Enhancement
from bplotnick my current use case for the swagger client be a mux scatter gather service since we re build separate zipkin cluster per zone az in this case we re go to have the ui hit a proxy that query all of the backend cluster and combine the result this also solve the different cluster case for di...
openzipkinzipkin
use asciidoctor for zipkin documentation
Enhancement
zipkin documentation be comprehensive and have enough information but sometimes I feel I have to traverse to different repos to find what I need I feel it will be well to have the documentation in asciidoctor and provide a nice readable version to the user
openzipkinzipkin
display a warning banner in case a trace be incomplete
Enhancement
an issue that we have be that since span come in from different part of our infrastructure some of they might be delay when that happen the zipkin ui will show you the span that have already be write but it win t tell you in any way that the trace be incomplete if you refresh the page a few second later you ...
openzipkinzipkin
tag indexing whitelist
Enhancement
after switch to span v2 zipkin store all binary annotation as tag and save they for indexing if the value be less than 256 byte long this however be problematic sometimes since some tag value be very random bad for indexer and be only record to provide more information for a span to help debug e g...
openzipkinzipkin
use new as default sort for zipkin ui
Enhancement
currently the zipkin ui use long first as default sort method while I usually find that new be use more frequently so let s vote which one do you prefer as an zipkin fan a new first b long first adriancole
openzipkinzipkin
consider fallback in the ui when api response be too slow
Enhancement
image
openzipkinzipkin
100 sample aka firehose mode mostly storage affect
Enhancement
to be flesh out this would be a mode that have more impact on tracer and transport than the server that say a 100 mode likely mean less or no indexing on storage side with a short like 1hr retention there could be ui support at least fetch by i d which could query both the normal sampled storage and a f...
openzipkinzipkin
use elasticsearch query any yesterday s trace be very slow
Enhancement
the environment zipkin 2 3 elasticsearch 2 3 5 8 ssd node 31 g mem per node java openjdk 64 bit 1 8 0 121 os debian 8 7 3 16 39 1 query today s trace be ok servicename comqueryapi starttime 2017 11 24 08 34 endtime 2017 11 24 09 34 limit 10 result...
openzipkinzipkin
display latency between cs sr ss cr annotation timing
Enhancement
the zipkin ui currently show when the above core annotation occur and the time they occur relative to the start of the trace however it would be useful to actually have the calculated latency between each of the event available if desire this could be do by have a toggle to show additional row between the exist ro...
openzipkinzipkin
collect metric about storage layer
Enhancement
currently there be metric about ingression but not storage it would be good if some number about the storage layer e g db query success failure count response time etc be collect cc openzipkin cassandra as suggest by adrian
openzipkinzipkin
backpressure mechanism for zipkin v2 collector api
Enhancement
we routinely get into scenario where a spike in load result in overwhelm the storage tier for example elasticsearch pool be busy and we drop a bunch of span if we have a mechanism to know a collection source such as rmq or kinesis be buffer we could choose to push back vs drop these span obviously we shou...
openzipkinzipkin
option to display subsequent child on same line in ui
Enhancement
currently the ui display each child on a new line a ...
openzipkinzipkin
migrate from variable to ease upgrade
Enhancement
sometimes we need to switch storage implementation from one type to another or due to a schema incompatibility for example you may switch from mysql to cassandra or from cassandra to cassandra3 or from elasticsearch 2 x to 6 x datum migration or maintain multiple copy of storage code be one way out but due ...
openzipkinzipkin
storage support for hazelcast
Enhancement
would storage support for hazelcast imdg imdg hazelcast org be useful if so I could submit a pr be in memory this would be similar to zipkin storage type mem except the memory storage would be on one or more external hazelcast process not part of the zipkin server itself this would give scal...
openzipkinzipkin
storage support use influxdb interesting
Enhancement
what kind of issue be this x feature request first look at exist issue to see if the feature have be request before if you don t find anything tell we what problem you re try to solve often a solution already exist don t send pull request to implement new feature without first ...
openzipkinzipkin
consider cache name write in elasticsearch
Enhancement
right now the es span consumer do stateless write to the servicespan type for example each message that contain a service and span name will try to write that name to the correspond index usually today this imply very redundant write which add load to the es cluster which isn t necessary one way t...
openzipkinzipkin
zipkin web can not search the long duration between two time
Enhancement
in zipkin web the search result be sort by timestamp and then sort on that result we usually want to find the long trace between some time but the result from search be not our want
openzipkinzipkin
improve performance of elasticsearch query
Enhancement
right now zipkin api query translate into bucket aggregation descend by timestamp a response to a qualified query include id and timestamp and look like this take 135 time out false shard total 5 successful 5 fail 0 hit ...
openzipkinzipkin
how should we represent in flight span in the ui
Enhancement
currently an in flight span show up as nan as it doesn t have a duration be this ok how could we make it look well without mislead people into think an in flight span be actually complete bash curl s localhost 9411 api v1 span h content type application json d traceid ...
openzipkinzipkin
correct skew when cs cr be the parent of sr ss
Enhancement
in order to tackle 1480 on the clock skew part I think that we first need to list possible case cs cr non instrumented server cs sr ss cr with different end point rpc span with possibility of skew cs sr ss cr with same end point loopback call sr ss root span cs sr async span wit...
openzipkinzipkin
ui common problem detection and highlight
Enhancement
when integrate zipkin it can happen that the instrumentation act weirdly when there be a problem in the trace example ss be after sr the trace be display badly and that s the only way to detect that there be a problem I think that there be common pattern that could be detect at runtime and we could a...
openzipkinzipkin
track usability problem when rpc be split across span ids
Enhancement
some be intentionally or accidentally split rpc across different span ids for example they might intentionally fork a span I d when receive b3 header this could also happen when an intermediary fork a new span but fail to report it to zipkin in either case the client end up as a parent span as oppose to the...
openzipkinzipkin
create rally benchmark for elasticsearch storage
Help Wanted
this likely should be in a separate repo but might make sense here if we create a benchmark for various storage operation we could tell if an indexing encoding or otherwise change help or hurt cc openzipkin elasticsearch help want
openzipkinzipkin
show latency coverage for each trace in the ui
Enhancement
currently when we look at a zipkin trace in the ui we see the overall duration for the trace and then we see a list of span with individual duration however it be hard to know if the individual span add up to the actual duration of the span it would be nice to see what percentage of the total duration be cove...
openzipkinzipkin
automatically calculate and display network latency for a span in the ui
Enhancement
currently when we look at a span belong to a trace in the ui one have to mentally calculate the network latency to identify what percentage of the latency come from processing and what percentage of latency come from request processing so if a span have cs cr ss and sr the network latency would be sr ...
openzipkinzipkin
multiple parent aka link trace
Enhancement
this be a story about trace that relate to eachother there be a number of scenario mostly message or scheduling in nature where the next task be loosely related to its predecessor here be some example where thing be relate trace a flush operation many operation in various trace be in the same flush t...
openzipkinzipkin
postgresql support
Help Wanted
from adriancole on march 11 2016 1 19 koizumi85 ask on gitter about postgresql support spanstore jdbc take advantage of some sql syntax which might not be support in postgresql before we start down this path let s figure out some basic for example which version of postgresql be need so that we can...
openzipkinzipkin
add benchmark
Help Wanted
from adriancole on november 17 2015 3 21 some aspect of code need to be benchmarke as they will be run a lot here s some idea feel free to contribute for each scenario use trace of 1 5 depth and 10 200 width where span range from local to remote w up to 2 kb annotation size library microbenchm...
openzipkinzipkin
document how to make a custom standalone collector
Enhancement
this involve some spring magic and isn t particularly obvious on how to do it I do it early today but I ll have to look at it tomorrow to remember what exactly be need here s what I remember so far pom modification lot of copy paste from zipkin server pom need to add the correct zipkin autoconfigure d...
openzipkinzipkin
search by dependency link
Enhancement
one thing yurishkuro mention in his presentation be that we don t support search by multiple service out of the box this be interesting because we do actually support search without a service the use case be move from a link point of view ex an edge on a dependency tree to a trace query we can investiga...
openzipkinzipkin
indicate clearly rpc span service
Enhancement
when look at the ui the owning service of a span be display on the left hand side for example an rpc span cause by an instrumented client result in the client s service name exist this surprise some folk and doesn t look congruent with the top section where both service be mention in some case ...
openzipkinzipkin
performance test for integrate span collection
Enhancement
in the old repository we mention we need some work to facilitate integration benchmarke for example we need to be able to invoke reporter on demand regardless of whether that code live here or in brave while many thing need benchmarke one can reasonably argue that span collection be the more critica...
openzipkinzipkin
zipkin ui basepath doesn t seem to work with 3 1 0
Bug
we have upgrade to 3 1 0 we be use zipkin ui basepath to rewrite the base path for the ui but it doesn t seem to work anymore try run docker run p 9411 9411 openzipkin zipkin 3 1 0 and the ui show nicely on redirect to with docker run e zipkin ui basepath admin zipk...
openzipkinzipkin
spring boot admin support
Enhancement
able to register on eureka and also able to see actuator endpoint as it be fix in 3 1 0 release but zipkin be not get register on spring boot admin I have register 2 service along with zipkin on eureka eureka but on spring boot admin only 2 service be visible zipkin be not get register on admin ...
openzipkinzipkin
possbility to override the default namin strategy of span name
Question
currently the building of span name be hard code in the span builder zipkin2 span builder java public builder name nullable string name this name name null name isempty null name tolowercase locale root return this imn a distrubuted w...
openzipkinzipkin
lens i18n doesn t work anymore
Bug
if you click the language toggle nothing happen we need to make sure the language feature work both default from locale and also via language toggle before the next release cc samtv12345 if you can look into this
openzipkinzipkin
es http logging appear break
Bug
describe the bug I be go to suggest in a different issue to use es http log body in order to know if zipkin would have a problem with preexist index which be alias I try myself first but it didn t do anything step to reproduce I apply this diff diff a docker example docker compo...
openzipkinzipkin
support for a single global index
Enhancement
I have a special case where get more resource in aws be problematic because of budget constraint however we have no issue with resource for log storage hence I have an index on a very large es cluster that I can export log to but I can t get new index make since it s a company cluster they can handle expiratio...
openzipkinzipkin
flakey test itzipkineureka
Bug
I m not sure if the test be a flake or if the registration that say it succeed in eureka by log anyway actually fail the read back via api fail but on the other hand it say time elapse 0 153 s I wonder if for some reason awaitility be only try this long info run zipkin2 server internal eu...
openzipkinzipkin
unable to register to an authenticated eureka server
Bug
describe the bug unable to register to an authenticated eureka server step to reproduce curl ssl bash s eureka service url java jar zipkin jar log 2024 01 18t10 53 53 319 05 30 warn 17620 main c l a s rejectedroutehandler virtual host ...
openzipkinzipkin
java 21 java jar zipkin jar
Bug
describe the bug java lang illegalargumentexception unsupported url jar nest root zipkin jar boot inf lib zipkin lens 3 0 3 jar zipkin lens static js main d21e7047 js must start with file jar file jrt or bundle and the ui load error step to reproduce curl ssl ba...
openzipkinzipkin
flakey test itelasticsearchstorage itdependenciesheavy manylink
Bug
error error error zipkin2 elasticsearch integration itelasticsearchstorage itdependenciesheavy manylink info run 1 pass error run 2 itelasticsearchstorage itdependenciesheavy itdependenciesheavy manylink 92 processdependencie 142 runtime parent datum too large datum for ...
openzipkinzipkin
docker container end up with defunkt wget process
Bug
describe the bug when run the docker container for long period of time zombie procese for wget show up which can be trace back to the openzipkin zipkin container base on the code the wget seem to originate from the healthcheck as do here l48 step to reproduce keep the docker container r...
openzipkinzipkin
add a way to install zipkin through homebrew on macos
Enhancement
feature I would like to install zipkin use homebrew use brew install zipkin rationale it would be helpful for other macos user to have a way to experiment quickly and easily with zipkin while keep it up to date with brew example scenario I get a mac I don t have docker I want to try...
openzipkinzipkin
flakey test zipkinextensiontest postspan disconnectduringbody
Bug
3631 try to solve this by close resource but that wasn t enough error zipkin2 junit5 zipkinextensiontest postspans disconnectduringbody time elapse 0 034 s error java io ioexception unexpected end of stream on at okhttp3 internal http1 http1exchangecodec readresponseheader http1exch...
openzipkinzipkin
flakey test itactivemqsender
Bug
itactivemqsender loop try to connect to the vm transport in ci sometimes here s an example from the jdk11 job 2023 12 13 04 59 18 131 activemq task 2 warn org apache activemq transport failover failovertransport fail to connect to vm embed broker create false after 30 attempt s with broker...
openzipkinzipkin
ci helm release process be independently versione and release vs zipkin
Bug
the helm release process isn t document in build bin readme but look at tag it seem to require manual and separate automation from our normal release which also publish javadoc and docker we should not have separate version and instead be like docker where we use the version of zipkin as the primary version ...
openzipkinzipkin
cve 2023 46604 support for zipkin server
Bug
hi I be use zipkin server this look like a server side cve once your server get upgrade you should be good I find the above description in this issue be there any plan to raise the activemq client version to 5 16 7 on zipkin server if not we would be glad to know the procedure if it be...