feat(prometheus): add tags to prometheus metrics (#5845)

Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
RickVdrongelen
2025-11-18 22:38:31 +13:00
committed by GitHub
co-authored by Frank Elsinga
parent 357567c5b4
commit 5701a97ad9
3 changed files with 130 additions and 34 deletions
+1 -1
View File
@@ -349,7 +349,7 @@ class Monitor extends BeanModel {
let previousBeat = null;
let retries = 0;
this.prometheus = new Prometheus(this);
this.prometheus = new Prometheus(this, await this.getTags());
const beat = async () => {