influxdb-client-js

InfluxDB 2.0 JavaScript client

View the Project on GitHub influxdata/influxdb-client-js

Home > @influxdata/influxdb-client-apis > ScraperTargetRequest

ScraperTargetRequest interface

Signature:

interface ScraperTargetRequest 

Properties

Property Modifiers Type Description
allowInsecure?   boolean (Optional) Skip TLS verification on endpoint.
bucketID?   string (Optional) The ID of the bucket to write to.
name?   string (Optional) The name of the scraper target.
orgID?   string (Optional) The organization ID.
type?   ‘prometheus’ (Optional) The type of the metrics to be parsed.
url?   string (Optional) The URL of the metrics endpoint.