line / promgen

Promgen is a configuration file generator for Prometheus
https://line.github.io/promgen/
MIT License
1.04k stars 150 forks source link

[BUGFIX] Fix for duplicate user subscribe #389

Closed kfdm closed 2 years ago

kfdm commented 2 years ago

When using get_or_create, we want to ensure an owner, but we do not care if someone else has ownership. Move our owner field to defaults to avoid a duplicate sender in some cases.