prometheus_scrape_pool_targets
Retrieve targets for a specific scrape pool in Prometheus, enabling precise monitoring and analysis of selected metrics for effective infrastructure management.
Instructions
Get targets for a specific scrape pool
Input Schema
Name | Required | Description | Default |
---|---|---|---|
scrapePool | Yes | scrape pool name |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"scrapePool": {
"description": "scrape pool name",
"type": "string"
}
},
"required": [
"scrapePool"
],
"type": "object"
}