Skip to content

Releases: openzipkin/zipkin-helm

zipkin-0.3.4

04 Aug 08:38
Compare
Choose a tag to compare

A Zipkin helm chart for kubernetes

zipkin-0.3.3

25 May 11:58
Compare
Choose a tag to compare

A Zipkin helm chart for kubernetes

zipkin-0.3.2

13 Apr 18:23
Compare
Choose a tag to compare

A Zipkin helm chart for kubernetes

zipkin-0.3.1

13 Apr 02:09
Compare
Choose a tag to compare

A Zipkin helm chart for kubernetes

zipkin-0.3.0

13 Mar 05:08
Compare
Choose a tag to compare

This adds (Prometheus) ServiceMonitor integration via values, notably serviceMonitor.enabled.

Here are example values, integration tested via CI

serviceMonitor:
  enabled: true
  interval: 1s
  scrapeTimeout: 1s
  namespace: ci-monitoring

Thanks to @mshivanna and @codefromthecrypt for work on this, and @anuraaga for review

zipkin-0.2.2

08 Mar 08:58
Compare
Choose a tag to compare

A Zipkin helm chart for kubernetes

zipkin-0.2.1

26 Feb 12:34
Compare
Choose a tag to compare

A Zipkin helm chart for kubernetes

zipkin-0.2.0

21 Feb 12:22
Compare
Choose a tag to compare

Zipkin helm chart 0.2.0 brings the following notable updates.

  • zipkin.discovery.eureka.serviceUrl: registers zipkin in Eureka at startup.
  • zipkin.storage.elasticsearch.index: now optional and defaults to "zipkin"
  • zipkin.selfTracing.enabled: set to true to have zipkin generate traces for its /api endpoint
  • you can now run helm test on this chart

Future versions will include serviceMonitor and Elasticsearch dependency aggregation!

Full Changelog: https://github.com/openzipkin/zipkin-helm/compare/zipkin-0.1.2..zipkin-0.2.0

zipkin-0.1.2

16 Jan 21:20
Compare
Choose a tag to compare

This adds the zipkin.namespace property thanks to @mfordjody

zipkin-0.1.1

13 Jan 23:39
Compare
Choose a tag to compare

A Zipkin helm chart for kubernetes