zipkin-0.3.0
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