mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-06 21:57:48 +01:00
Enhancement: filter prometheus API endpoint for active only (#4701)
This commit is contained in:
@@ -6,7 +6,7 @@ const widget = {
|
|||||||
|
|
||||||
mappings: {
|
mappings: {
|
||||||
targets: {
|
targets: {
|
||||||
endpoint: "targets",
|
endpoint: "targets?state=active",
|
||||||
validate: ["data"],
|
validate: ["data"],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user