Additional metrics

This commit is contained in:
2023-10-16 20:23:16 -06:00
parent 295b217539
commit 84b6b9f385
4 changed files with 39 additions and 4 deletions

View File

@@ -24,6 +24,10 @@ import {
name: 'weekly_count',
help: 'The current weekly Dinosaur Wet episode count',
}),
makeGaugeProvider({
name: 'rss_query_count',
help: 'Total RSS endpoint queries',
}),
],
})
export class DinosaurwetModule {}