Skip to content

Tags: jmpcyc/zipkin

Tags

1.21.0

Toggle 1.21.0's commit message
[maven-release-plugin] copy for tag 1.21.0

release-1.21.0

Toggle release-1.21.0's commit message
Limits names lookback in Elasticsearch (openzipkin#1538)

This reuses `QUERY_LOOKBACK` to limit names queries (service and span
names) from searching all indexes. This is particularly important for
high-volume sites (ex 100% sampling or high traffic), and those who do
not use curator or otherwise to prune data.

Fixes openzipkin#1462 (at least helps a lot with no schema change)

1.20.1

Toggle 1.20.1's commit message
[maven-release-plugin] copy for tag 1.20.1

release-1.20.1

Toggle release-1.20.1's commit message
Lets MergeById.apply accept an Iterable (openzipkin#1519)

Spark jobs result in iterables. This change allows MergeById to be more
conveniently reused.

1.20.0

Toggle 1.20.0's commit message
[maven-release-plugin] copy for tag 1.20.0

release-1.20.0

Toggle release-1.20.0's commit message
Moves license plugin disabling to the release profile

It was being ignored during release:prepare for some reason

See openzipkin#1512

1.19.4

Toggle 1.19.4's commit message
[maven-release-plugin] copy for tag 1.19.4

release-1.19.4

Toggle release-1.19.4's commit message
Set result size when fetching dependency links from ElasticSearch (op…

…enzipkin#1504)

Otherwise it only returns 10.

Fixes openzipkin#1503

1.19.3

Toggle 1.19.3's commit message
[maven-release-plugin] copy for tag 1.19.3

release-1.19.3

Toggle release-1.19.3's commit message
Fixes inconsistent docker version