Skip to content
This repository was archived by the owner on Mar 9, 2024. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VM Data Sync

VM Data Sync is a Python script designed to download JSON data from an HTTP endpoint and write it to VictoriaMetrics.

Configuration

Before running the script, ensure you have the following environment variables set:

VICTORIAMETRICS_URL: The URL of your VictoriaMetrics instance, including the port and the write path (e.g., http://localhost:8428/write).
MEASUREMENT_NAME: The name of the measurement that will be used in VictoriaMetrics. This is also the value of the *job* label.
INSTANCE_NAME: The value of the *instance* label.
HTTP_ENDPOINT: The HTTP endpoint URL from which JSON data will be downloaded.

About

Download JSON data from an HTTP endpoint and write it to VictoriaMetrics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages