InfluxDB
by InfluxData, Inc.
Write and query time series data including metrics, events, and telemetry using InfluxDB's Flux query language
How agents use InfluxDB
- ✓Agent collects metrics from external APIs or services and writes them to InfluxDB for trend analysis
- ✓Agent queries the last hour of error rates and triggers an alert if the rate exceeds a threshold
- ✓Agent aggregates daily usage statistics from InfluxDB and generates a summary report
- ✓Agent writes custom business events (order placed, payment processed) as time series for correlation analysis
- ✓Agent identifies anomalies in metric data by comparing current values against historical baselines
Agent actions
Inputs: bucket, data, precision
Returns: success, statusCode
Inputs: bucket, measurement, fields, tags, timestamp
Returns: success
Inputs: query
Returns: tables, rows, count
Inputs: bucket, measurement, field, aggregateFunction, start, stop, windowPeriod, filters
Returns: result, series
Returns: buckets
Inputs: name, retentionSeconds
Returns: bucket, bucketId
Example workflows
IoT sensor data ingestion
Write temperature and humidity readings from IoT sensors and query rolling averages for dashboards
Application metrics monitoring
Write API response times as metrics and alert when p99 latency exceeds thresholds
About InfluxDB
- Vendor
- InfluxData, Inc.
- Pricing Always review details with the vendor
- Free / Paid — InfluxDB Cloud Free tier available. Usage-based pricing starts at $0.002/MB written
- Authentication
- Bearer token
- Rate limit Always review details with the vendor
- 300 requests / minute
- Compatible nodes
- AgentResourceInputOutput
- Website
- https://www.influxdata.com
Build an AI workflow with InfluxDB
Use the Agentic Planner to design, visualize, and connect InfluxDB with your other tools.
Open Agentic Planner