interface ScraperTargetRequest {
    allowInsecure?: boolean;
    bucketID?: string;
    name?: string;
    orgID?: string;
    type?: "prometheus";
    url?: string;
}

Properties

allowInsecure?: boolean

Skip TLS verification on endpoint.

bucketID?: string

The ID of the bucket to write to.

name?: string

The name of the scraper target.

orgID?: string

The organization ID.

type?: "prometheus"

The type of the metrics to be parsed.

url?: string

The URL of the metrics endpoint.

MMNEPVFCICPMFPCPTTAAATR