Learn R Programming

paws.management (version 0.5.0)

prometheusservice_create_scraper: Create a scraper

Description

Create a scraper.

See https://www.paws-r-sdk.com/docs/prometheusservice_create_scraper/ for full documentation.

Usage

prometheusservice_create_scraper(
  alias = NULL,
  scrapeConfiguration,
  source,
  destination,
  clientToken = NULL,
  tags = NULL
)

Arguments

alias

An optional user-assigned alias for this scraper. This alias is for user reference and does not need to be unique.

scrapeConfiguration

[required] The configuration used to create the scraper.

source

[required] The source that the scraper will be discovering and collecting metrics from.

destination

[required] The destination that the scraper will be producing metrics to.

clientToken

Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.

tags

Optional, user-provided tags for this scraper.