vm_data_write
Insert metric data into the VictoriaMetrics database by specifying metrics, values, and timestamps. Optimized for efficient data storage and retrieval.
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 |