repository
stringclasses
156 values
issue title
stringlengths
1
1.01k
labels
stringclasses
8 values
body
stringlengths
1
270k
openzipkinzipkin
ci remove travis from all the repos
Enhancement
we once use travis to test arm64 and s390x architecture however it have be three year since any build happen because they move to a billing model and didn t reclassify we as open source same happen with docker hub iirc rather than pretend we be test we should remove all trace of travis that arm64 isn t cur...
openzipkinzipkin
zipkin v3 the more maintenance friendly version
Enhancement
feature hi back again for a while my company tetrate be sponsor some of my time to help restore zipkin to a maintainable state notably in a way that doesn t break schemas and have more straightforward path to cve update and whatnot this include primary the following which would be address in separa...
openzipkinzipkin
update documentation and remove unesessary configuration
Enhancement
feature of zipkin v3 have be almost develop so this pull request be intend for update the documentation and remove unnecessary configuration item
openzipkinzipkin
benchmark throw exception always scope with actuatecollectormetric fortransport
Bug
describe the bug I be try to run the jmh benchmark in benchmark directory when I execute it I get java lang illegalstateexception always scope with actuatecollectormetric fortransport at zipkin2 server internal micrometercollectormetric checkscope micrometercollectormetric java 141 at z...
openzipkinzipkin
sync skywalke upstream version and reduce cassandra storage size
Bug
1 fix jdbc relate datasource query error bug from skywalke 2 reduce the unnecessary table in the cassandra
openzipkinzipkin
support collect trace through grpc
Enhancement
support collect trace datum through the grpc protocol as declare in the v2 server grpc collector experimental
openzipkinzipkin
enhance the query performance and storage size of the cassandra storage in v3 server
Enhancement
1 improve collect throughput change the synchronous writing of batch datum synchronization to asynchronous writing 2 reduce unnecessary field reduce unnecessary field storage to reduce storage space usage 3 query optimization split the original query method into multiple file so that each query can ...
openzipkinzipkin
upgrade active mq to at least 5 16 7 to remediate cve 2023 46604
Bug
in our vulnerability scan zipkin be get flag for cve 2023 46604 due to the presence of activemq 5 16 3 can the activemq to be upgrade to atleast 5 16 7 to remediate this
openzipkinzipkin
upgrade snappy java to atleast 1 1 10 4 to remediate cve 2023 43642
Bug
in our vulnerability scan zipkin be get flag for cve 2023 43642 due to the presence of snappy java 1 1 10 3 can the snappy java to be upgrade to atleast 1 1 10 4 to remediate this
openzipkinzipkin
reduce the execute time of ci
Enhancement
currently the ci time for version v3 be quite long this pr be use to skip the skywalking relate ci test
openzipkinzipkin
support collect otlp trace in v3 server
Enhancement
support receive otlp trace protocol datum base on grpc and convert it to the format of zipkin span for storage and query
openzipkinzipkin
support search enable configuration
Enhancement
support to configuration span be searchable if it be not searchable no table would be create except for span and trace datum can only be query by traceid
openzipkinzipkin
support update the default log level when startup
Enhancement
support add property when start the server to modify the log level for example java dlog level debug jar zipkin jar
openzipkinzipkin
fix annotation scan not work in v3 server
Bug
due to zipkin package all dependency into a single jar skywalke s previous annotation scan logic within the core do not support scan file within sub jar therefore we ve replace it with use the classgraph module to achieve the original annotation scan logic
openzipkinzipkin
when there be too many span ui rendering fail
Bug
front end render fail even cause the browser to freeze
openzipkinzipkin
zipkin 2 24 3 not support elasticsearch8 x
Bug
hello I m currently use elasticsearch 8 x and when consume kafka and write to elasticsearch with zipkin 2 24 3 I encounter an error indicate that it do not support version 7 and above
openzipkinzipkin
do zipkin 2 24 3 support java17 and elasticsearch8 x
Enhancement
do zipkin 2 24 3 support java17 and elasticsearch8 x
openzipkinzipkin
cve 2023 38493 on direct dependency com linecorp armeria armeria
Bug
describe the bug in our vulnerability scan zipkin be get flag for cve 2023 38493 due to the direct dependency on com linecorp armeria armeria can com linecorp armeria armeria be upgrade to 1 24 3 at least
openzipkinzipkin
release note for 2 24 2
Bug
release note for 2 24 2 be miss from
openzipkinzipkin
zipkin 2 24 2 mysql connector j 8 0 32 springboot 2 7 12 runtime error
Bug
describe the bug what s wrong
openzipkinzipkin
docker image not work on arm64 when elasticsearch storage be use
Bug
describe the bug when start the default docker image on an arm mac with the elasticsearch storage enble the jvm segfault a fatal error have be detect by the java runtime environment sigsegv 0xb at pc 0x0000000000020820 pid 1 tid 7 jre version openjdk runtime environment ...
openzipkinzipkin
zipkin dependency graph not work with elasticsearch storage
Question
I be start to use zipkin and I have an issue when I run docker compose f docker compose elasticsearch yml up d at docker example and the dependency graph be not display when use elasticsearch but it do work when I use mysql or memory storage could anyone help I please thank you
openzipkinzipkin
mysql docker image build be break
Bug
describe the bug mysql version use in docker image building process be a broken dependency step 5 6471 step to reproduce step to reproduce the behavior docker file docker test image zipkin mysql dockerfile build bin docker docker build openzipkin zipkin mysql test
openzipkinzipkin
cassandra docker image build be break
Bug
describe the bug when build cassandra image it s fail when use python step 11 190 step to reproduce step to reproduce the behavior docker file docker test image zipkin cassandra dockerfile build bin docker docker build openzipkin zipkin cassandra test
openzipkinzipkin
update kafka client to at least 3 4 0 to remediate cve 2023 25194
Bug
zipkin be get flag in our security scan due to the presence of org apache kafka kafka client which have cve 2023 25194 be there any plan to upgrade kafka client to at least 3 4 0 to get around this
openzipkinzipkin
can not read property of undefined reading spanid
Bug
when upgrade zipkin from 2 14 to late 2 24 I get the follow error when click the show button on certain trace typeerror can not read property of undefined reading spanid at ao timeline tsx 88 50 at xo react dom production min js 153 146 at ms react dom production min js 261...
openzipkinzipkin
zipkin be not display all span
Bug
ui display bug not all span be display I m trace the spring cloud dataflow example application with zipkin it be compose of a source a processor and a sink the tracing encompass all three service zipkin however be display only one of those service correctly I be assume that the other service be n...
openzipkinzipkin
replace deprecate set output command with environment file
Enhancement
describe the issue in workflow set output command be deprecate and will be disable soon please upgrade to use environment file for more information see
openzipkinzipkin
autoscale v2beta1 be remove from kubernete 1 25
Invalid
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
update netty to 4 1 86 final to remediate cve 2022 41881
Bug
zipkin be get flag in our security scan due to the presence of io netty netty codec haproxy 4 1 78 final which have cve 2022 41881 be there any plan to upgrade io netty netty codec haproxy to 4 1 86 final to get around this
openzipkinzipkin
app not communicate with zipkin after enable ssl in zipkin
Question
after enable ssl in zipkin version 2 23 16 with the self sign certificate the application be not send the trace info to zipkin the web application uiapi appear to have start a thread name asyncreporter resttemplatesender of zipkin api v2 span but have fail to stop it this be very likely to crea...
openzipkinzipkin
zipkin dedendencie for cassandra
Bug
hello be start use zipkin and I guess I ve find a bug where dependency be not properly display when use apache cassandra but it do work when I use mysql or memory storage as follow mysql or memory storage docker compose yml service zipkin container name zipkin image ...
openzipkinzipkin
trace with miss root span be not render correctly in zipkin len
Bug
describe the bug in zipkin lens 2 24 view trace detail where the root span be miss a parentid be refer to a miss span a blank page be render and an error be show in developer tool console an example trace abbreviate look like span with i d ebec1841bdb48ba1 be miss ...
openzipkinzipkin
update to zipkin slim image require to fix cve 2022 3996
Bug
zipkin 2 24 0 contain the follow high severity cve total 2 unknown 0 low 0 medium 0 high 2 critical 0 library vulnerability severity inst...
openzipkinzipkin
address the case where the root span parentid be not empty
Bug
there may be case where the parentid of the root span be not empty but traceid this pr address that case
openzipkinzipkin
revamp trace page
Enhancement
this pr will refactor and simplify the process of create the trace tree change the design add minitimeline feature add spantable feature add annotationtooltip feature
openzipkinzipkin
update alpine for cve 2022 3602 or remove openssl lib from image
Bug
describe the bug current openzipkin container image on docker hub 2 23 19 contain a libcrypto so 3 that appear to be openssl v3 3 and thus subject to cve 2022 3602 this be completely harmless because openjdk do not link to libcrypto and it do not dlopen it when execute zipkin e...
openzipkinzipkin
release zipkin with update netty for cve 2022 24823 and cve 2021 43797
Bug
describe the bug image be flag with cve 2022 24823 and cve 2021 43797 step to reproduce scan the image with azure defender expect behaviour this vulnerability be publish 05 06 2022 and 07 25 2022 should be fix ref netty 4 1 77 or great fix both issue
openzipkinzipkin
not able to upgrade os package of docker image
Bug
describe the bug when I want to update the os package of the docker image then I receive the follow error error ca certificate bundle 20220614 r2 try to overwrite etc ssl1 1 cert pem own by libcrypto1 1 1 1 1n r0 error ca certificate bundle 20220614 r2 try to overwrite etc ssl1 1 cert own b...
openzipkinzipkin
elasticsearch version 5 7 x be support be 8 0
Bug
openstack zipkin slim not connect with elasticsearch 8 3 0 we be use the docker image form with elastic search 8 0 0 or 8 3 0 zipkin be not able to connect show I error java lang illegalargumentexception elasticsearch version 5 7 x be support be 8 0 at zipkin2 elasticsearch versionspecif...
openzipkinzipkin
fr support of junit5 engine
Enhancement
feature now zipkin provide zipkin junit module it s very useful in test however it only work with junit4 I hope it can support junit5 too rationale this feature benefit all junit5 user example scenario people who use junit5 and want to use zipkin test module
openzipkinzipkin
zipkin bundle gson 2 8 6 that have know vulnerability
Bug
describe the bug late be show to depend and to bundle gson that have know vulnerability cve 2022 25647 score 7 5 high step to reproduce check with tool like black duck software it find gson in zipkin 2 23 16 jar zipkin2 internal gson stream expect behaviour please upgrade t...
openzipkinzipkin
disable zipkin ui without disable read endpoint
Enhancement
feature add a runtime property that only disable zipkin ui without disable read endpoint rationale currently if you need to disable zipkin ui the only option be to set query enable to false however this disable the http read endpoint if you want to get trace datum use the zipkin read endpoint ...
openzipkinzipkin
empty trace due to some ui react issue
Bug
trace can not be display due to some ui react issue the issue have be reproduce with both the elasticsearch and mem storage on the late version of zipkin trace be generate by spring boot 2 7 0 and sleuth 3 1 3 business flow a chain of spring boot micro service communicate with each other use kafka g...
openzipkinzipkin
java lang noclassdeffounderror com google gson stream jsonreader error when start up zipkin 2 23 16 server
Question
java lang noclassdeffounderror com google gson stream jsonreader at zipkin2 internal jsoncodec jsonreader jsoncodec java 51 class at zipkin2 internal jsoncodec readlist jsoncodec java 143 class at zipkin2 codec spanbytesdecoder 3 decodelist spanbytesdecoder java 123 class at zipk...
openzipkinzipkin
zipkin pod not start with elastic 8 2
Bug
hello I upgrade my elastic cluster to 8 2 and I realize zipkin pod doesn t start the log of the pod show oo oooo oooooo oooooooo oooooooooo oooooooooooo ooooooo ooooooo oooo...
openzipkinzipkin
add support for ppc64le
Enhancement
feature to make the docker image available for ppc64le power arch rationale for knative component we need zipkin on power ppc64le like support add for s390x 3310 example scenario client want to use knative on top of it they can use zipkin
openzipkinzipkin
cve 2022 22965 spring framework security issue
Bug
security issue raise by spring official organization for detail please refer to the spring official website
openzipkinzipkin
zipkin connect elasticsearch with password
Bug
describe the bug I run zipkin and elastic official image 7 17 1 when elastic xpack security enable true how how to connect my zipkin to this elastic I can t find the environment
openzipkinzipkin
helm chart java opt support
Enhancement
there be no possibility to set java opt in helm chart right now we be use elasticsearch as storage type and start zipkin file use hardcode value java opt java opt xms32 m xmx32 m xx exitonoutofmemoryerror in this case feature additional value for java opt handle by helm chart s...
openzipkinzipkin
secure connection to kafka fail with java lang classnotfoundexception org ietf jgss gssexception
Bug
describe the bug I m try to collect stat from kafka in clonfluent cloud use sasl ssl and the docker image I have the follow kubernete config command java args xms128 m xmx1028 m xx exitonoutofmemoryerror ...
openzipkinzipkin
contenttoolargeexception maxcontentlength 10485760
Bug
contenttoolargeexception maxcontentlength 10485760 zipkin version 2 23 16 elasticsearch 7 10 0 4 may 2021 allow specify current max content length when create contenttoolargeexception cat zipkin spring log grep contenttoolargeexception com linecorp armeria common contenttoola...
openzipkinzipkin
table doesn t exist in 2 23 15
Bug
describe the bug a clear and concise description of what the bug be if you have a solution in mind skip raise an issue and open a pull request instead start zipkin with an already exist cassandra instance with cassandra ensure schema the log indicate the migration be run ...
openzipkinzipkin
big typo on version number on the github release page relate to log4j issue
Bug
the late release tag be 2 23 14 but the release info page have title say 2 23 4 I almost pull the incorrect docker image that still have log4j vulnerability by look at the title
openzipkinzipkin
align appversion from chart with release version
Bug
describe the bug currently appversion be no align with the release version see l17 we should update that after l40 and then publish helm chart after l71 this will trigger a consistent workflow notice we wouldn t restrict helm chart publish to change in the chart itself by this change which act...
openzipkinzipkin
mitigation for cve 2021 44228
Bug
be there mitigation for the log4j vulnerability it appear that the dependency of spring boot starter log4j2 be use org apache log log4j log4j api 2 13 3
openzipkinzipkin
chart zipkin server elasticsearch support
Enhancement
rightnow chart zipkin server support only mem storage type as docker image allow to use elasticsearch I ve prepare deployment yaml file that support elasticsearch it be test and it work it doesn t require to make any change in value yaml as default storage type be still set to mem don t be hesitate to ...
openzipkinzipkin
multiple critical high severity vulnerability with apache tomcat tomcat embed core
Bug
describe the bug multiple high severity vulnerability with apache tomcat tomcat embed core we use prisma cloud in our environment to scan our build it have detect the follow issue with the zipkin image below I be wonder if these bug be exploitable in the context of zipkin and if they be be it possi...
openzipkinzipkin
security scan on openzipkin zipkin 2 23 2 zipkin server zipkin server 2 23 2 exec jar identify a vulnerability cve 2021 22118 need a patch of zipkin server have 5 3 7 version of spring framework which will fix the vulnerability
Bug
cve 2021 22118 description in spring framework version 5 2 x prior to 5 2 15 and version 5 3 x prior to 5 3 7 a webflux application be vulnerable to a privilege escalation by re create the temporary storage directory a locally authenticate malicious user can read or modify file that have be upload to th...
openzipkinzipkin
vulnerability cve 2021 38153 present in zipkin server 2 23 2 exec jar
Bug
security scan on openzipkin zipkin 2 23 2 zipkin server zipkin server 2 23 2 exec jar identify a vulnerability cve 2021 38153 need a patch of zipkin server have fix for this vulnerability cve 2021 38153 description some component in apache kafka use array equal to validate a password or key w...
openzipkinzipkin
vulnerability cve 2021 26117 present in zipkin server 2 23 2 exec jar
Bug
security scan on openzipkin zipkin 2 23 2 zipkin server zipkin server 2 23 2 exec jar identify a vulnerability cve 2021 26117 need a patch of zipkin server have fix for this vulnerability cve 2021 26117 description the optional activemq ldap login module can be configure to use anonymous access to...
openzipkinzipkin
add github release to release tag
Enhancement
we have have a couple of new release tag but not accompany by github release we should add these include the change that go in
openzipkinzipkin
docker image contain vulnerability cve 2020 13949
Bug
describe the bug security scan of openzipkin zipkin 2 23 docker image have identify cve 2020 13949 in apache thrift 0 9 3 to 0 13 0 malicious rpc client could send short message which would result in a large memory allocation potentially lead to denial of service step to reproduce run a secu...
openzipkinzipkin
docker image contain vulnerability cve 2021 37137
Bug
describe the bug security scan of openzipkin zipkin 2 23 docker image have identify cve 2021 37137 the snappy frame decoder function doesn t restrict the chunk length which may lead to excessive memory usage beside this it also may buffer reserve skippable chunk until the whole chunk be receive which ma...
openzipkinzipkin
docker image contain vulnerability cve 2021 37136
Bug
describe the bug security scan of openzipkin zipkin 2 23 docker image have identify cve 2021 37136 the bzip2 decompression decoder function doesn t allow set size restriction on the decompress output datum which affect the allocation size use during decompression all user of bzip2decoder be affect t...
openzipkinzipkin
docker compose elasticsearch crash upon startup max virtual memory too low
Bug
describe the bug when attempt to use run docker compose f docker compose elasticsearch yml up result in an immediate docker crash on my machine error 1 bootstrap check fail 1 max virtual memory area vm max map count 65530 be too low increase to at least 2621...
openzipkinzipkin
helm chart for zipkin
Enhancement
feature a helm chart to deploy zipkin on kubernete maintain by the openzipkin community helm chart be a very common mean to install software on kubernete there be a couple of chart for zipkin float around but warn opion ahead none of they be official up to date of good quality most matur...
openzipkinzipkin
provider org mariadb jdbc internal com send authentication sendgssapiauthpacket could not be instantiate
Bug
run zipkin from dockercompose to store the file in mysql but the operation report an error here be my docker comemage yml file version 2 service zipkin image openzipkin zipkin container name zipkin environment storage type mysql point the zipkin at t...
openzipkinzipkin
download json fail
Bug
describe the bug I upload a trace json below and when I download it it fail with no output in the console the download ui in chrome show fail no file image step to reproduce step to reproduce the behavior upload this json traceid efe9cb8857f68c8f ...
openzipkinzipkin
timestamprange calculation error due to int variable instead of long
Bug
timestamprange calculation error due to int variable instead of long cassandraspanstore java change need from final int indexttl to final long indexttl it will calculate wrong if ttl from table be set for 7890000 the result will be a bucket from the future
openzipkinzipkin
annotation marker be mispace on the ui
Bug
when I annotate span the dot that show they on the timeline see the screenshot do not seem to be where it should as you can see the dot be in the very beginning while it s relative time be 4s and if you check the duration it should around the middle section of the bar this be my trace as...
openzipkinzipkin
link error in io zipkin zipkin2 zipkin package
Bug
describe the bug when linkage checker be run with io zipkin zipkin2 zipkin package add as a maven dependency it report the follow error class zipkin2 internal gson internal bind jsontreereader be not find reference by 1 class file zipkin2 internal gson stream jsonreader th...
openzipkinzipkin
can not send trace to elasticsearch 7 9
Bug
describe the bug the version 2 23 1 can not send datum to elasticsearch version 7 9 the log be dec 23 08 35 47 localhost java 65500 2020 12 23 08 35 47 945 warn 65500 ing task 1 207 z s i bodyisexceptionmessage unexpected error handle req dec 23 08 35 47 localhost java 6...
openzipkinzipkin
split github action test phase by docker
Enhancement
most of our project except maybe a couple collector honor the ddocker skip true flag it would be cool to split out the build so that the docker relate heavy test run concurrently ex switch normal case to build bin test ddocker skip true then add a matrix for the heavy thing that use testcontainer...
openzipkinzipkin
add docker build for s390x
Enhancement
feature to make the docker image for s390x z system available rational we be interested in knative on the z architecture s390x one of the core knative component evente use zipkin for the cloud event trace see the use case accessing trace in evente knative already have the ...
openzipkinzipkin
bad request when use maxduration or minduration search condition
Enhancement
the zipkin version be 2 22 1 other query condition be fine just duration return code 400
openzipkinzipkin
dependency didn t show anything when use elasticsearch storage
Enhancement
hi I m use zipkin 2 22 1 version and find the dependency always empty I can see datum in trace here be my running script java jar zipkin server 2 22 1 exec jar storage type elasticsearch eshost kafka bootstrap server and when I remove the storaget type and eshost use in memory mo...
openzipkinzipkin
advice for action auto create index
Enhancement
varuna mention his site disabled action auto create index and think it would be helpful to document folk to check on this before use zipkin in a share cluster there s some question of where to document that and what to document for example this seem to be a normal non aw feature but not sure the versi...
openzipkinzipkin
junk in console startup output
Bug
zipkin 2020 11 11 06 32 55 666 main error incorrect number of option on style expect at least 1 receive 0 zipkin 2020 11 11 06 32 55 681 main warn class org springframework boot log log4j2 colorconverter do not extend patternconverter zipkin 2020 11 11 06 32 55 683 mai...
openzipkinzipkin
itcassandra fail to run on arm64
Bug
we should double check the base layer actually work on arm64 as it be a different layer than other image jre 1 8 exec format error be sometimes accidentally run the wrong arch cc odidev 2020 11 10 14 21 32 342 main error ghcr io openzipkin zipkin cassandra 2 22 1 log output from t...
openzipkinzipkin
itkafkacollector not run in travis either arch
Bug
I think there s some drift possibly due to a change in log configuration this seem unrelated to amd64 vs arm64 cc odidev we should change this to a simple healthcheck condition info run zipkin2 collector kafka itkafkacollector 2020 11 10 14 33 23 106 main info zipkin2 collector kafka kafkacol...
openzipkinzipkin
add scribecollector port
Enhancement
scribecollector port should be public allow read back of the actual listen port in netty server channel localaddress port this allow you to indicate builder port 0 to have it bind an anonymous port particularly this will help the zipkin reporter project which be suffer from test flake recently due to...
openzipkinzipkin
find a replacement for rabbitmq 3 8 management alpine
Enhancement
rabbitmq 3 8 management alpine use by rabbitmqcollectorrule be a docker hub registry image which mean each time a pull request run potentially this decrement a count and possibly can cause a build outage can someone help find a replacement registry for it ex in ghcr io gcr io or quay possibly we can ...
openzipkinzipkin
replace zipkin builder docker image with direct maven instead
Enhancement
we currently use openzipkin zipkin builder instead of normal jdk so that docker bin install sh can build maven from within docker to produce a snapshot build we no long use this branch instead use a flag release from context which re use file from the docker context stage by the last mvn package invocation ...
openzipkinzipkin
be rocketmq and postgresql support
Enhancement
would you like to know which of these two support or neither where can I check my datum
openzipkinzipkin
flakey test deduplicatinginsertt exceptionsinvalidate enqueue
Bug
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 nativemethodaccessorimpl invoke nati...
openzipkinzipkin
zipkin trace mq asyn
Enhancement
I m very interested in zipkin but our project use rabbitmq syn and asyn how to trace mq and asyn call use zipkin thank you very much
openzipkinzipkin
zipkin elasticsearch module didn t create timestamp millis field for version 2 21 7
Bug
I be use zipkin elasticsearch library to create a new zipkin server for our company usage and I be use version 2 21 7 version and in 2016 for ticket 1209 we already define a method call prefixwithtimestampmillis in elasticsearchspanconsumer java for create a date field timestamp mill and this be very conveni...
openzipkinzipkin
zipkin ui always show empty result
Bug
describe the bug I setup zipkin with cassandra3 as storage type it seem that the zipkin ui always display empty result however it seem that the total result be more than zero as highlight in yellow color in the screenshot below image expect behaviour zipkin ui should display list of trace r...
openzipkinzipkin
total duration in overview wrongly say ms
Bug
in the overview the total duration for a trace be show as 15 714ms but the total trace duration be 15 714s image image
openzipkinzipkin
inline replace git commit i d abbrev in ci instead of rely on git
Enhancement
the git folder on a default clone copy 77 mb into the docker context we only need it for the git commit i d plugin which replace git commit i d abbrev in a couple file in the zipkin server directory if you don t have the git folder the replacement fail silently and the server console look like this ...
openzipkinzipkin
migrate our docker image consistently to alpine
Bug
openzipkin zipkin builder image be run a different distro which be ok but it be a lot large to download than necessary one thing block this be as we can t execute the build when node isn t work require to be what s download from the plugin
openzipkinzipkin
empty trace list despite match
Bug
describe the bug the ui see screenshot do not display any span even though there be some search result in fact the follow json be return by the zipkin backend when I inspect the network request json traceid 9e8189bd08e4493c i d 9e8189bd08e4493c ...
openzipkinzipkin
flakey test itelasticsearchhealthcheck onehealthy
Bug
error zipkin2 server internal elasticsearch itelasticsearchhealthcheck onehealthy time elapse 0 078 s failure org opentest4j assertionfailederror expect to be equal to but be not at zipkin2 server internal elasticsearch itelasticsearchhealthcheck onehealthy itelas...
openzipkinzipkin
show new line in ui
Enhancement
feature add white space pre line or equivalent style to show new line in tag information rational in previous version new line be show this allow user to read easily the multiline tag information example scenario read multiline tag information prior art image im...
openzipkinzipkin
prevent criterion from flicker
Bug
if you look carefully sometimes criterion flicker this pr fix it simply put I adjust the timing of the rendering so that no extra drawing occur
openzipkinzipkin
improve search result table s design
Enhancement
the current search result table be cluttered and the code be more complicated than it need to be so I ve update these component from scratch before after featrue collapssible feature collapsible filtering by service name feature filter ...
openzipkinzipkin
add changelog
Enhancement
there be no obvious way to see all the change from different version of zipkin there should be a changelog file with the usual information about bugfixe new feature and break change whenever a release happen there should also be a short mention of the changelog in the readme
openzipkinzipkin
requirement zipkin setup on linux machine
Enhancement
please share the document or guide for instrument zipkin on linux machine I have start new project for zipkin
openzipkinzipkin
use redux toolkit to reduce boilerplate code
Enhancement
relate 3144 redux toolkit reduce a lot of boilerplate code need for redux