View source: R/prometheusservice_operations.R
prometheusservice_update_scraper | R Documentation |
Updates an existing scraper.
See https://www.paws-r-sdk.com/docs/prometheusservice_update_scraper/ for full documentation.
prometheusservice_update_scraper(
alias = NULL,
clientToken = NULL,
destination = NULL,
roleConfiguration = NULL,
scrapeConfiguration = NULL,
scraperId
)
alias |
The new alias of the scraper. |
clientToken |
A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive. |
destination |
The new Amazon Managed Service for Prometheus workspace to send metrics to. |
roleConfiguration |
The scraper role configuration for the workspace. |
scrapeConfiguration |
Contains the base-64 encoded YAML configuration for the scraper. For more information about configuring a scraper, see Using an Amazon Web Services managed collector in the Amazon Managed Service for Prometheus User Guide. |
scraperId |
[required] The ID of the scraper to update. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.