VictoriaMetrics
JSON →A server for writing and querying time series data using the VictoriaMetrics API.
Install
npx -y @smithery/cli Tools · 6
- vm_data_write Write data to the VictoriaMetrics database.
- vm_prometheus_write Import Prometheus exposition format data into VictoriaMetrics.
- vm_query_range Query time series data over a specific time range.
- vm_query Query the current value of a time series.
- vm_labels Get all unique label names.
- vm_label_values Get all unique values for a specific label.
Environment variables
VM_SELECT_URLVM_INSERT_URL
★ 7 GitHub stars