Migrate Whisper Data Files to VictoriaMetrics
Author: mindsurfer-okCreated May 26, 2023Updated Sep 18, 2026
Labelsenhancementvmctl
Is your feature request related to a problem? Please describe
As part of migrating data from Graphite to VictoriaMetrics, there is a need in back-populating Whisper data to VM. Currently, there seems to be no straightforward method for converting or importing this data directly into VictoriaMetrics. Therefore, I propose a feature that would allow VictoriaMetrics (possibly through the vmagent component) to parse, relabel, clean up, and import data from Whisper files/directories. The data should then be written to a remote URL specified in the remoteWrite.url parameter.
Describe the solution you'd like
- Accept Path Input: component should accept a file or folder path that contains one or more Whisper files.
- Date Range Processing: The feature should be able to accept a specified date range (start and end dates) for processing the Whisper files.
- Parse Files: The Whisper files within the specified date range should be parsed accordingly.
- Relabeling Configuration: Data parsed from Whisper files should be relabeled according to a specified relabel config, ideally mirroring the relabeling mechanism currently used in
action: graphite - Data Push: Once the data has been parsed and relabeled, it should be pushed to the URL specified in the remoteWrite.url parameter.
Describe alternatives you've considered
No response
Additional information
No response
Source: VictoriaMetrics/VictoriaMetrics