Skip to content

zipkin-0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Mar 05:08

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