resmoio / kubernetes-event-exporter

Export Kubernetes events to multiple destinations with routing and filtering
Apache License 2.0
792 stars 158 forks source link

feat(loki): support go template in stream labels #200

Closed mi-fabien-cayre closed 2 months ago

mi-fabien-cayre commented 2 months ago

The goal of this PR is to meet the feature request in #185

Content

This PR add the templated labels in Loki sinks. it also add some tests. (and remove a deprecated import)