Create a scraper.
See https://www.paws-r-sdk.com/docs/prometheusservice_create_scraper/ for full documentation.
prometheusservice_create_scraper(
alias = NULL,
scrapeConfiguration,
source,
destination,
clientToken = NULL,
tags = NULL
)
An optional user-assigned alias for this scraper. This alias is for user reference and does not need to be unique.
[required] The configuration used to create the scraper.
[required] The source that the scraper will be discovering and collecting metrics from.
[required] The destination that the scraper will be producing metrics to.
Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.
Optional, user-provided tags for this scraper.