1
0
mirror of https://github.com/karl0ss/homepage.git synced 2025-06-28 04:59:12 +01:00

Enhancement: filter prometheus API endpoint for active only ()

This commit is contained in:
shamoon 2025-02-03 08:56:40 -08:00 committed by GitHub
parent 07dff4c8a5
commit 873c265205
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -6,7 +6,7 @@ const widget = {
mappings: {
targets: {
endpoint: "targets",
endpoint: "targets?state=active",
validate: ["data"],
},
},