vm_data_write
Write time-series data to VictoriaMetrics database by specifying metrics, values, and timestamps in a structured format.
Instructions
Write data to the VM database
Input Schema
Name | Required | Description | Default |
---|---|---|---|
metric | Yes | tag of metric | |
timestamps | Yes | Array of metric timestamps | |
values | Yes | Array of metric values |