prom_targets
Retrieve Prometheus scrape target details by specifying their state (active, dropped, or any) to monitor and analyze system performance metrics effectively.
Instructions
Get scrape target information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
state | No |
Input Schema (JSON Schema)
{
"properties": {
"state": {
"enum": [
"active",
"dropped",
"any"
],
"type": "string"
}
},
"type": "object"
}