Event Exporter Versions Save

Exporter for kubernetes events

v1.0.0

3 years ago

We have completely re-implemented event_exporter in v1.0.0 to address the various problems we have encountered in release-0.

There are two major changes:

  1. Re-designed the metrics to address #28. Refer to the README for details on the new metrics.
  2. Instead of fetching the required data during scrape time, update the metrics in the background. This should reduce resource usage and make scraping faster.

v0.3.0

3 years ago

Image

caicloud/event-exporter:v0.3.0

Changelog

  • Add matadata name labels to avoid prometheus client metric validator error @turbotankist (#36)

v0.2.0

4 years ago

Image

caicloud/event-exporter:v0.2.0

Changelog

  • Update k8s to 1.14.2 @supereagle (#17)
  • Refactor Dockerfile @supereagle (#19)
  • Add Jenkins stage for Docker build and push @anoopwebs (#10)
  • Add Kubernetes manifests @anoopwebs (#15)

v0.1.0

4 years ago

Image

caicloud/event-exporter:v0.1.0

Changelog

  • Add event message to the metrics @anoopwebs (#9)