InfluxDB can scrape data
Here we will use a the sample metrics data what influxDB generates and can be accessed at http://localhost:8086/metrics
http://localhost:8086/metrics
(or the url from where you would like to scrape your data)You can mainly query data in the following ways
influx
command line interface/api/v2/query
)